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,656 | 24,097,188,867 | IssuesEvent | 2022-09-19 19:53:41 | aws/aws-sam-cli | https://api.github.com/repos/aws/aws-sam-cli | closed | Package command should fail without Transform: AWS::Serverless-2016-10-31 | type/ux area/package type/feature area/deploy maintainer/need-followup | ### Description
Running aws cloudformation package command should fail if `Transform: AWS::Serverless-2016-10-31` directive is not present in the template or, even better, it should add the directive automatically. Running deploy command without the transform present will fail with not that obvious error about `Unre... | True | Package command should fail without Transform: AWS::Serverless-2016-10-31 - ### Description
Running aws cloudformation package command should fail if `Transform: AWS::Serverless-2016-10-31` directive is not present in the template or, even better, it should add the directive automatically. Running deploy command wit... | main | package command should fail without transform aws serverless description running aws cloudformation package command should fail if transform aws serverless directive is not present in the template or even better it should add the directive automatically running deploy command without the t... | 1 |
1,771 | 6,575,050,071 | IssuesEvent | 2017-09-11 14:53:08 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | docker_container module doesn't accept value "all" for parameter "ports" | affects_2.1 bug_report cloud docker 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 -->
docker_container
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” betwe... | True | docker_container module doesn't accept value "all" for parameter "ports" - <!--- 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 -->
docker_container
#####... | main | docker container module doesn t accept value all for parameter ports issue type bug report component name docker container ansible version ansible config file configured module search path default w o overrides configuration mention any settin... | 1 |
560 | 4,015,981,905 | IssuesEvent | 2016-05-15 09:20:19 | KazDragon/telnetpp | https://api.github.com/repos/KazDragon/telnetpp | opened | Unify option implementations | Improvement Maintainability | client_option and server_option have the same behaviour, differing only in which bytes they use for communicating the aspects of the option (i.e. WILL, WONT, DO, DONT).
This should be made generic, and interfaces unified. | True | Unify option implementations - client_option and server_option have the same behaviour, differing only in which bytes they use for communicating the aspects of the option (i.e. WILL, WONT, DO, DONT).
This should be made generic, and interfaces unified. | main | unify option implementations client option and server option have the same behaviour differing only in which bytes they use for communicating the aspects of the option i e will wont do dont this should be made generic and interfaces unified | 1 |
106,237 | 23,197,647,023 | IssuesEvent | 2022-08-01 18:01:37 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Dynamic PGO work planned for .NET 7 | area-CodeGen-coreclr User Story | **This issue captures the planned work for .NET 7. This list is expected to change throughout the release cycle according to ongoing planning and discussions, with possible additions and subtractions to the scope.**
## Summary
Dynamic PGO is an opt-in feature introduced in .NET 6. In .NET 7 we will work on making D... | 1.0 | Dynamic PGO work planned for .NET 7 - **This issue captures the planned work for .NET 7. This list is expected to change throughout the release cycle according to ongoing planning and discussions, with possible additions and subtractions to the scope.**
## Summary
Dynamic PGO is an opt-in feature introduced in .NET... | non_main | dynamic pgo work planned for net this issue captures the planned work for net this list is expected to change throughout the release cycle according to ongoing planning and discussions with possible additions and subtractions to the scope summary dynamic pgo is an opt in feature introduced in net... | 0 |
3,514 | 13,747,462,313 | IssuesEvent | 2020-10-06 07:39:24 | hashicorp/terraform | https://api.github.com/repos/hashicorp/terraform | closed | Selecting a non existing workspace returns exit 0 with pg backend | backend/pg bug cli needs-maintainer v0.12 | ### Terraform Version
```
$ terraform version
Terraform v0.12.24
```
(Tests show that this is broken since 0.12.8)
### Terraform Configuration Files
```hcl
terraform {
backend "pg" {}
}
```
### Debug Output
(As the debug is only about 18 lines, I will skip the gist)
Terraform 0.12.7:
```
sysel... | True | Selecting a non existing workspace returns exit 0 with pg backend - ### Terraform Version
```
$ terraform version
Terraform v0.12.24
```
(Tests show that this is broken since 0.12.8)
### Terraform Configuration Files
```hcl
terraform {
backend "pg" {}
}
```
### Debug Output
(As the debug is only ab... | main | selecting a non existing workspace returns exit with pg backend terraform version terraform version terraform tests show that this is broken since terraform configuration files hcl terraform backend pg debug output as the debug is only about ... | 1 |
168,333 | 20,751,067,376 | IssuesEvent | 2022-03-15 07:35:18 | BCDevOps/developer-experience | https://api.github.com/repos/BCDevOps/developer-experience | opened | Fix token related vulnerability referenced in chat - Platform Registry | security app-development devhub | **Describe the issue**
Issue with token described in private RocketChat
**Additional context**
High priority
**Definition of done**
Token issue resolved
| True | Fix token related vulnerability referenced in chat - Platform Registry - **Describe the issue**
Issue with token described in private RocketChat
**Additional context**
High priority
**Definition of done**
Token issue resolved
| non_main | fix token related vulnerability referenced in chat platform registry describe the issue issue with token described in private rocketchat additional context high priority definition of done token issue resolved | 0 |
3,481 | 13,437,832,097 | IssuesEvent | 2020-09-07 16:39:26 | tgstation/tgstation-server | https://api.github.com/repos/tgstation/tgstation-server | opened | Uniquely tag all queries | Backlog Maintainability Issue | Just learned that `.TagWith(string)` is an EF Core function. We should apply it to all queries so they get visibility in the logs and DB. | True | Uniquely tag all queries - Just learned that `.TagWith(string)` is an EF Core function. We should apply it to all queries so they get visibility in the logs and DB. | main | uniquely tag all queries just learned that tagwith string is an ef core function we should apply it to all queries so they get visibility in the logs and db | 1 |
4,475 | 23,344,482,186 | IssuesEvent | 2022-08-09 16:36:49 | chocolatey-community/chocolatey-package-requests | https://api.github.com/repos/chocolatey-community/chocolatey-package-requests | closed | RFP - open-video-downloader | Status: Available For Maintainer(s) | ## Checklist
- [x] The package I am requesting does not already exist on https://chocolatey.org/packages;
- [x] There is no open issue for this package;
- [x] The issue title starts with 'RFP - ';
- [x] The download URL is public and not locked behind a paywall / login;
## Package Details
Software project U... | True | RFP - open-video-downloader - ## Checklist
- [x] The package I am requesting does not already exist on https://chocolatey.org/packages;
- [x] There is no open issue for this package;
- [x] The issue title starts with 'RFP - ';
- [x] The download URL is public and not locked behind a paywall / login;
## Package... | main | rfp open video downloader checklist the package i am requesting does not already exist on there is no open issue for this package the issue title starts with rfp the download url is public and not locked behind a paywall login package details software project url d... | 1 |
4,345 | 21,921,494,383 | IssuesEvent | 2022-05-22 16:38:06 | Ekryd/sortpom | https://api.github.com/repos/Ekryd/sortpom | closed | Update DOM parser | Maintainability | JDom is old and the new version of Jdom does not work together with existing code.
Trying Dom4J | True | Update DOM parser - JDom is old and the new version of Jdom does not work together with existing code.
Trying Dom4J | main | update dom parser jdom is old and the new version of jdom does not work together with existing code trying | 1 |
5,303 | 26,781,315,317 | IssuesEvent | 2023-01-31 21:27:19 | ocsf/ocsf-schema | https://api.github.com/repos/ocsf/ocsf-schema | closed | Clarify the usage of siblings. | enhancement grammar_consistency maintainers | We should be consistent on what to expect in the sibling string field (Normalized value OR the original value).
[More context](https://opencybersecu-lz97379.slack.com/archives/C03KF0TELR0/p1664555060055449)
All sibling fields - _id = normalized int enum , string = original value.
With the exception of OCSF sibl... | True | Clarify the usage of siblings. - We should be consistent on what to expect in the sibling string field (Normalized value OR the original value).
[More context](https://opencybersecu-lz97379.slack.com/archives/C03KF0TELR0/p1664555060055449)
All sibling fields - _id = normalized int enum , string = original value.... | main | clarify the usage of siblings we should be consistent on what to expect in the sibling string field normalized value or the original value all sibling fields id normalized int enum string original value with the exception of ocsf siblings activity category class type action items ... | 1 |
3,734 | 15,612,951,144 | IssuesEvent | 2021-03-19 15:53:08 | diofant/diofant | https://api.github.com/repos/diofant/diofant | closed | Make .diff() call convention for high derivatives - consistent across the codebase | core maintainability polys | Right now, `Poly.diff()` and `Expr.diff()` - differ (e.g. see sympy/sympy#19590). They shouldn't. Perhaps, Poly's syntax
`Poly(x**2).diff((x, 2))` for higher derivatives must be chosen, as it seems simple.
Keep in mind also #1066.
| True | Make .diff() call convention for high derivatives - consistent across the codebase - Right now, `Poly.diff()` and `Expr.diff()` - differ (e.g. see sympy/sympy#19590). They shouldn't. Perhaps, Poly's syntax
`Poly(x**2).diff((x, 2))` for higher derivatives must be chosen, as it seems simple.
Keep in mind also #1066... | main | make diff call convention for high derivatives consistent across the codebase right now poly diff and expr diff differ e g see sympy sympy they shouldn t perhaps poly s syntax poly x diff x for higher derivatives must be chosen as it seems simple keep in mind also | 1 |
569,833 | 17,016,276,721 | IssuesEvent | 2021-07-02 12:31:23 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | opened | Render incline for Cyclists | Component: opencyclemap Priority: minor Type: enhancement | **[Submitted to the original trac issue database at 12.25pm, Wednesday, 10th April 2013]**
The incline of a way ist a important information for a cyclist, but it is not rendered in the opencyclemap. Some commercial german cyclemaps render inclines with one, two or three arrows in there maps (three for very steep angle... | 1.0 | Render incline for Cyclists - **[Submitted to the original trac issue database at 12.25pm, Wednesday, 10th April 2013]**
The incline of a way ist a important information for a cyclist, but it is not rendered in the opencyclemap. Some commercial german cyclemaps render inclines with one, two or three arrows in there ma... | non_main | render incline for cyclists the incline of a way ist a important information for a cyclist but it is not rendered in the opencyclemap some commercial german cyclemaps render inclines with one two or three arrows in there maps three for very steep angles please render incline in the cyclemap for example ... | 0 |
5,655 | 29,169,883,352 | IssuesEvent | 2023-05-19 00:03:37 | project-chip/connectedhomeip | https://api.github.com/repos/project-chip/connectedhomeip | closed | Device types and versions don't generate macros/constants from matter-devices.xml | zap V1.X stale Interaction Model Work maintainability | #### Problem
matter-devices.xml contains definitions of device types, along with a `deviceId` for each type. This value is used as an argument to `emberAfSetDynamicEndpoint()`, however there is no way to programmatically access this value, and it must be hardcoded instead. If the Id changes later, or if the version i... | True | Device types and versions don't generate macros/constants from matter-devices.xml - #### Problem
matter-devices.xml contains definitions of device types, along with a `deviceId` for each type. This value is used as an argument to `emberAfSetDynamicEndpoint()`, however there is no way to programmatically access this v... | main | device types and versions don t generate macros constants from matter devices xml problem matter devices xml contains definitions of device types along with a deviceid for each type this value is used as an argument to emberafsetdynamicendpoint however there is no way to programmatically access this v... | 1 |
2,859 | 10,268,768,974 | IssuesEvent | 2019-08-23 07:21:36 | arcticicestudio/arctic | https://api.github.com/repos/arcticicestudio/arctic | closed | yarn/npm configuration files | context-workflow scope-dx scope-maintainability scope-stability type-task | <p align="center"><img src="https://upload.wikimedia.org/wikipedia/commons/d/db/Npm-logo.svg?sanitize=true" width="20%" /></p>
Add the [`.yarnrc`][y-d-rc] and [`.npmrc`][npm-d-rc] configuration files to enforce project-wide standards for all core team members and contributors. This includes the usage of the [Yarn][y... | True | yarn/npm configuration files - <p align="center"><img src="https://upload.wikimedia.org/wikipedia/commons/d/db/Npm-logo.svg?sanitize=true" width="20%" /></p>
Add the [`.yarnrc`][y-d-rc] and [`.npmrc`][npm-d-rc] configuration files to enforce project-wide standards for all core team members and contributors. This inc... | main | yarn npm configuration files add the and configuration files to enforce project wide standards for all core team members and contributors this includes the usage of the and exact version resolution as well as disabling the creation of the npm file in order to prevent conflicts with the fil... | 1 |
3,626 | 14,667,771,353 | IssuesEvent | 2020-12-29 19:29:39 | backdrop-ops/contrib | https://api.github.com/repos/backdrop-ops/contrib | closed | Application to join: djzwerg | Maintainer application | Hello and welcome to the contrib application process! We're happy to have you :)
## Please note these 3 requirements for new contrib projects:
- [x] Include a README.md file containing license and maintainer information.
You can use this example: https://raw.githubusercontent.com/backdrop-ops/contrib/mast... | True | Application to join: djzwerg - Hello and welcome to the contrib application process! We're happy to have you :)
## Please note these 3 requirements for new contrib projects:
- [x] Include a README.md file containing license and maintainer information.
You can use this example: https://raw.githubuserconten... | main | application to join djzwerg hello and welcome to the contrib application process we re happy to have you please note these requirements for new contrib projects include a readme md file containing license and maintainer information you can use this example include a license txt f... | 1 |
12,416 | 7,875,480,847 | IssuesEvent | 2018-06-25 20:34:37 | PythonNut/emacs-config | https://api.github.com/repos/PythonNut/emacs-config | closed | Consider removing auto-highlight-symbol | cosmetic performance | My suspicion is that this isn't really that helpful, since I can invoke something similar with <kbd>#</kbd> and <kbd>*</kbd>. | True | Consider removing auto-highlight-symbol - My suspicion is that this isn't really that helpful, since I can invoke something similar with <kbd>#</kbd> and <kbd>*</kbd>. | non_main | consider removing auto highlight symbol my suspicion is that this isn t really that helpful since i can invoke something similar with and | 0 |
3,724 | 15,420,808,966 | IssuesEvent | 2021-03-05 12:08:10 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | closed | Google set to limit Chromium usage of Google APIs | 9.needs: maintainer feedback | In this blog post [1], Google states that after March 15, 2021, they will be limiting access to various Google APIs that they are now describing as "private" and "only intended for Google's use". The most notable of this apparently includes "Chrome sync" which allows syncing bookmarks / browser history / etc. across m... | True | Google set to limit Chromium usage of Google APIs - In this blog post [1], Google states that after March 15, 2021, they will be limiting access to various Google APIs that they are now describing as "private" and "only intended for Google's use". The most notable of this apparently includes "Chrome sync" which allows... | main | google set to limit chromium usage of google apis in this blog post google states that after march they will be limiting access to various google apis that they are now describing as private and only intended for google s use the most notable of this apparently includes chrome sync which allows synci... | 1 |
59,531 | 17,023,153,507 | IssuesEvent | 2021-07-03 00:36:54 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Layer information lost when switching from slippy map to editor and back | Component: website Priority: major Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 10.44am, Sunday, 15th April 2007]**
I browse to the place I want to edit with the osmarender layer on www.openstreetmap.org
After having for the place, I switch to the editor. After this, I switch back to the "View" tab, but the information that I was using the os... | 1.0 | Layer information lost when switching from slippy map to editor and back - **[Submitted to the original trac issue database at 10.44am, Sunday, 15th April 2007]**
I browse to the place I want to edit with the osmarender layer on www.openstreetmap.org
After having for the place, I switch to the editor. After this, I... | non_main | layer information lost when switching from slippy map to editor and back i browse to the place i want to edit with the osmarender layer on after having for the place i switch to the editor after this i switch back to the view tab but the information that i was using the osmarender layer is lost i n... | 0 |
26,221 | 26,569,575,115 | IssuesEvent | 2023-01-21 01:22:34 | jstanden/cerb | https://api.github.com/repos/jstanden/cerb | closed | URL field doesn't allow accents | usability | Tried to save a LinkedIn URL on a contact profile, and the URL had an é in it. Cerb refused to save it (complaining about needing http:// or https:// in front of the URL, which was already there). Removing the é allowed the record to be saved. | True | URL field doesn't allow accents - Tried to save a LinkedIn URL on a contact profile, and the URL had an é in it. Cerb refused to save it (complaining about needing http:// or https:// in front of the URL, which was already there). Removing the é allowed the record to be saved. | non_main | url field doesn t allow accents tried to save a linkedin url on a contact profile and the url had an é in it cerb refused to save it complaining about needing http or https in front of the url which was already there removing the é allowed the record to be saved | 0 |
1,854 | 6,577,396,854 | IssuesEvent | 2017-09-12 00:37:33 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | (possible data loss?) git does reset --hard even with force: no | 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
module git
##### ANSIBLE VERSION
```
ansible 2.2.0
```
##### CONFIGURATION
<!---
Mention any settings you have changed/added/removed in an... | True | (possible data loss?) git does reset --hard even with force: no - <!--- 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
module git
##### ANSIBLE VERSION
```
ansible 2.2.0
```
##### CONFIGURATIO... | main | possible data loss git does reset hard even with force no issue type bug report component name module git ansible version ansible configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables ... | 1 |
3,943 | 17,791,217,532 | IssuesEvent | 2021-08-31 16:24:09 | tgstation/tgstation | https://api.github.com/repos/tgstation/tgstation | closed | Foodtype isn't maintainable/needs refactoring | Maintainability/Hinders improvements | Original PR: #29369
* foodtype isn't inherited from ingredients and causes maintenance issues, e.g. I made tomato a fruit #35122 but neglected to realise [snacks_pizza.dm](https://github.com/tgstation/tgstation/blob/master/code/modules/food_and_drinks/food/snacks_pizza.dm) needed updating
* foodtype uses culinary d... | True | Foodtype isn't maintainable/needs refactoring - Original PR: #29369
* foodtype isn't inherited from ingredients and causes maintenance issues, e.g. I made tomato a fruit #35122 but neglected to realise [snacks_pizza.dm](https://github.com/tgstation/tgstation/blob/master/code/modules/food_and_drinks/food/snacks_pizza... | main | foodtype isn t maintainable needs refactoring original pr foodtype isn t inherited from ingredients and causes maintenance issues e g i made tomato a fruit but neglected to realise needed updating foodtype uses culinary definitions half the time gameplay balance the other half and is sometimes o... | 1 |
4,839 | 24,949,840,814 | IssuesEvent | 2022-11-01 05:48:39 | usefulmove/comp | https://api.github.com/repos/usefulmove/comp | opened | Improve maintainability of pop_stack family of stack manipulation functions | good first issue maintainability | The maintainability of the `pop_stack` family of functions can be improved (e.g., better code reuse) by passing behavior as functions and-or generic functions. | True | Improve maintainability of pop_stack family of stack manipulation functions - The maintainability of the `pop_stack` family of functions can be improved (e.g., better code reuse) by passing behavior as functions and-or generic functions. | main | improve maintainability of pop stack family of stack manipulation functions the maintainability of the pop stack family of functions can be improved e g better code reuse by passing behavior as functions and or generic functions | 1 |
23,906 | 6,493,749,727 | IssuesEvent | 2017-08-21 18:35:41 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | [4.0] Table Options in Menu Items | No Code Attached Yet | Since the introduction of the combined search and filters into table options we have lost the ability to switch which menu is being displayed. This is particularly annoying after selecting all menu items from the sidebar.
Also the menu selection is obviously a filter (even if we cant see it) so the table options is... | 1.0 | [4.0] Table Options in Menu Items - Since the introduction of the combined search and filters into table options we have lost the ability to switch which menu is being displayed. This is particularly annoying after selecting all menu items from the sidebar.
Also the menu selection is obviously a filter (even if we ... | non_main | table options in menu items since the introduction of the combined search and filters into table options we have lost the ability to switch which menu is being displayed this is particularly annoying after selecting all menu items from the sidebar also the menu selection is obviously a filter even if we cant... | 0 |
336,987 | 10,208,914,074 | IssuesEvent | 2019-08-14 11:22:13 | SAP/cloud-commerce-spartacus-storefront | https://api.github.com/repos/SAP/cloud-commerce-spartacus-storefront | closed | Slot content is not cleared when navigating to a new page | priority/HIGH type/bug | We've noticed in #3938 that when a slot position is used on the page, and remains being used on the next page, the content of the former page is (re)rendered even if the new page doesn't provide content for the slot. It seems that the page slot content is not cleared.
All page slots that are not used in the next pa... | 1.0 | Slot content is not cleared when navigating to a new page - We've noticed in #3938 that when a slot position is used on the page, and remains being used on the next page, the content of the former page is (re)rendered even if the new page doesn't provide content for the slot. It seems that the page slot content is not ... | non_main | slot content is not cleared when navigating to a new page we ve noticed in that when a slot position is used on the page and remains being used on the next page the content of the former page is re rendered even if the new page doesn t provide content for the slot it seems that the page slot content is not cle... | 0 |
263,333 | 19,907,670,080 | IssuesEvent | 2022-01-25 14:22:47 | JonathanSalwan/Triton | https://api.github.com/repos/JonathanSalwan/Triton | closed | Introduction to a new engine: Synthesizing (obfuscated) expressions | Feature libTriton Documentation Synthesizer Engine | # Introduction
Software are getting more and more protected against reverse engineering. Several software protections exist [1]. In the past we already attacked some of these protections with Triton using symbolic and taint analysis [2, 3, 4, 5, 6]. Some software protections (like Mixed Boolean-Arithmetic expression... | 1.0 | Introduction to a new engine: Synthesizing (obfuscated) expressions - # Introduction
Software are getting more and more protected against reverse engineering. Several software protections exist [1]. In the past we already attacked some of these protections with Triton using symbolic and taint analysis [2, 3, 4, 5, 6... | non_main | introduction to a new engine synthesizing obfuscated expressions introduction software are getting more and more protected against reverse engineering several software protections exist in the past we already attacked some of these protections with triton using symbolic and taint analysis some software... | 0 |
43,162 | 23,136,193,205 | IssuesEvent | 2022-07-28 14:30:35 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | opened | Dispatcher.Invoke() slows down Parallel.For performances on .NET 6 | tenet-performance | ### Description
When an Invoke() is called to update a UI object in the handler of a Threading.Timer, the execution time of a simple Parallel.For drastically increase. It takes about 2 seconds on simple operations that could be executed in a few milliseconds.
Here a small WPF sample to reproduce the issue:
```xaml... | True | Dispatcher.Invoke() slows down Parallel.For performances on .NET 6 - ### Description
When an Invoke() is called to update a UI object in the handler of a Threading.Timer, the execution time of a simple Parallel.For drastically increase. It takes about 2 seconds on simple operations that could be executed in a few mi... | non_main | dispatcher invoke slows down parallel for performances on net description when an invoke is called to update a ui object in the handler of a threading timer the execution time of a simple parallel for drastically increase it takes about seconds on simple operations that could be executed in a few mi... | 0 |
337,389 | 10,217,212,432 | IssuesEvent | 2019-08-15 13:05:31 | antoinecarme/pyaf | https://api.github.com/repos/antoinecarme/pyaf | closed | FileNotFoundError: [WinError 2] "dot" not found in path. | class:devops priority:high status:in_progress | 1) I am getting the following error, "FileNotFoundError: [WinError 2] "dot" not found in path.", when running PyAF_Hierarchical_FrenchWineExportation.ipynb
The cell:
# create a model to plot the hierarchy.
import pyaf.HierarchicalForecastEngine as hautof
lEngine = hautof.cHierarchicalForecastEngine()
lSignalHier... | 1.0 | FileNotFoundError: [WinError 2] "dot" not found in path. - 1) I am getting the following error, "FileNotFoundError: [WinError 2] "dot" not found in path.", when running PyAF_Hierarchical_FrenchWineExportation.ipynb
The cell:
# create a model to plot the hierarchy.
import pyaf.HierarchicalForecastEngine as hautof... | non_main | filenotfounderror dot not found in path i am getting the following error filenotfounderror dot not found in path when running pyaf hierarchical frenchwineexportation ipynb the cell create a model to plot the hierarchy import pyaf hierarchicalforecastengine as hautof lengine hautof chi... | 0 |
10,459 | 26,992,473,992 | IssuesEvent | 2023-02-09 21:08:58 | MicrosoftDocs/architecture-center | https://api.github.com/repos/MicrosoftDocs/architecture-center | closed | Add numbers to diagram | assigned-to-author triaged architecture-center/svc example-scenario/subsvc Pri1 | there is a numerical listing below the diagram, it would be helpful if the diagram showed the numbers so that the text descriptions could be more easily correlated.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: d2c472ec-9be4-6e0e-eac6... | 1.0 | Add numbers to diagram - there is a numerical listing below the diagram, it would be helpful if the diagram showed the numbers so that the text descriptions could be more easily correlated.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID... | non_main | add numbers to diagram there is a numerical listing below the diagram it would be helpful if the diagram showed the numbers so that the text descriptions could be more easily correlated document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id... | 0 |
378,411 | 26,294,623,063 | IssuesEvent | 2023-01-08 20:39:17 | a5lab/tabr | https://api.github.com/repos/a5lab/tabr | closed | Make example/pattern to create 2 languages dictionary | documentation question | Make example/pattern to create 2 languages dictionary | 1.0 | Make example/pattern to create 2 languages dictionary - Make example/pattern to create 2 languages dictionary | non_main | make example pattern to create languages dictionary make example pattern to create languages dictionary | 0 |
1,746 | 6,574,930,271 | IssuesEvent | 2017-09-11 14:31:42 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | make hostname work on Virtuozzo / OpenVZ | affects_2.1 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
hostname
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
```
ansible 2.1.2.0
```
###... | True | make hostname work on Virtuozzo / OpenVZ - <!--- 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
hostname
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between qu... | main | make hostname work on virtuozzo openvz issue type feature idea component name hostname ansible version ansible configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables irrelevant ... | 1 |
164,702 | 13,959,138,849 | IssuesEvent | 2020-10-24 15:10:15 | hoga-it/leafdown | https://api.github.com/repos/hoga-it/leafdown | closed | Improve roxygen documentation | documentation | - [x] Explain in `$add_data` method that the data are not allowed to be reshuffled etc.
- [x] Specify `@return` statement in `check_join_map_levels_by` function
- [x] Format bullet points in `$drill_down()` and `$drill_up()`
- [x] remove "Every element must have a GID_1" from check_helpers "check_spdf_list" | 1.0 | Improve roxygen documentation - - [x] Explain in `$add_data` method that the data are not allowed to be reshuffled etc.
- [x] Specify `@return` statement in `check_join_map_levels_by` function
- [x] Format bullet points in `$drill_down()` and `$drill_up()`
- [x] remove "Every element must have a GID_1" from check_... | non_main | improve roxygen documentation explain in add data method that the data are not allowed to be reshuffled etc specify return statement in check join map levels by function format bullet points in drill down and drill up remove every element must have a gid from check helpers ... | 0 |
1,218 | 5,199,465,546 | IssuesEvent | 2017-01-23 20:57:56 | caskroom/homebrew-cask | https://api.github.com/repos/caskroom/homebrew-cask | closed | Feature request: Ability to specify that installers may be deleted from /usr/local/Caskroom | awaiting maintainer feedback discussion | ### Description of feature/enhancement
Currently, a large amount of software installed via Cask appears to retain its installers and such in /usr/local/Caskroom
e.g.
```bash
Fotiss-MBP:~ fots$ ls -lh /usr/local/Caskroom/microsoft-office/15.29.16120900/
total 3276488
-rw-r--r-- 1 fots staff 1.6G 10 Dec 0... | True | Feature request: Ability to specify that installers may be deleted from /usr/local/Caskroom - ### Description of feature/enhancement
Currently, a large amount of software installed via Cask appears to retain its installers and such in /usr/local/Caskroom
e.g.
```bash
Fotiss-MBP:~ fots$ ls -lh /usr/local/Caskr... | main | feature request ability to specify that installers may be deleted from usr local caskroom description of feature enhancement currently a large amount of software installed via cask appears to retain its installers and such in usr local caskroom e g bash fotiss mbp fots ls lh usr local caskr... | 1 |
189,219 | 14,494,412,016 | IssuesEvent | 2020-12-11 09:47:38 | kalexmills/github-vet-tests-dec2020 | https://api.github.com/repos/kalexmills/github-vet-tests-dec2020 | closed | blugelabs/bluge: search/searcher/search_boolean_test.go; 34 LoC | fresh small test |
Found a possible issue in [blugelabs/bluge](https://www.github.com/blugelabs/bluge) at [search/searcher/search_boolean_test.go](https://github.com/blugelabs/bluge/blob/c304a6733af6b14a0e57acb8085f7e88bae98560/search/searcher/search_boolean_test.go#L332-L365)
Below is the message reported by the analyzer for this snip... | 1.0 | blugelabs/bluge: search/searcher/search_boolean_test.go; 34 LoC -
Found a possible issue in [blugelabs/bluge](https://www.github.com/blugelabs/bluge) at [search/searcher/search_boolean_test.go](https://github.com/blugelabs/bluge/blob/c304a6733af6b14a0e57acb8085f7e88bae98560/search/searcher/search_boolean_test.go#L332-... | non_main | blugelabs bluge search searcher search boolean test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message ... | 0 |
2,047 | 6,901,202,316 | IssuesEvent | 2017-11-25 03:19:51 | caskroom/homebrew-cask | https://api.github.com/repos/caskroom/homebrew-cask | closed | Feature request: brew cask reset (zap without uninstall) | awaiting maintainer feedback | ### Description of feature/enhancement
It would be nice to be able to reset a package's data directories (like `zap` does) without uninstalling the original cask. I would suggest using the term `reset` (i.e. `brew cask reset android-studio`). It would take al the same parameters as `zap`
### Justification
The ma... | True | Feature request: brew cask reset (zap without uninstall) - ### Description of feature/enhancement
It would be nice to be able to reset a package's data directories (like `zap` does) without uninstalling the original cask. I would suggest using the term `reset` (i.e. `brew cask reset android-studio`). It would take a... | main | feature request brew cask reset zap without uninstall description of feature enhancement it would be nice to be able to reset a package s data directories like zap does without uninstalling the original cask i would suggest using the term reset i e brew cask reset android studio it would take a... | 1 |
92,804 | 11,711,663,545 | IssuesEvent | 2020-03-09 06:03:41 | JuliaRobotics/IncrementalInference.jl | https://api.github.com/repos/JuliaRobotics/IncrementalInference.jl | closed | Not fully robust to changes for solve when N not specified | decision design enhancement inference memory allocation standardization | `inferOverTree!(...)` without setting `N=?` results in error. | 1.0 | Not fully robust to changes for solve when N not specified - `inferOverTree!(...)` without setting `N=?` results in error. | non_main | not fully robust to changes for solve when n not specified inferovertree without setting n results in error | 0 |
4,351 | 21,965,492,344 | IssuesEvent | 2022-05-24 19:50:38 | PowerShell/PowerShell | https://api.github.com/repos/PowerShell/PowerShell | closed | Distribution Support Request - OpenSuse leap 15.3 | Distribution-Request Review - Maintainer | ### Name of the Distribution
openSUSE
### Version of the Distribution
Leap 15.3
### Package Types
- [ ] Deb
- [X] RPM
- [ ] Tar.gz
- [ ] Snap - Stop! Please file your issue in [PowerShell-Snap](https://github.com/powershell/powershell-snap) instead.
### Processor Architecture
amd64
### .NET C... | True | Distribution Support Request - OpenSuse leap 15.3 - ### Name of the Distribution
openSUSE
### Version of the Distribution
Leap 15.3
### Package Types
- [ ] Deb
- [X] RPM
- [ ] Tar.gz
- [ ] Snap - Stop! Please file your issue in [PowerShell-Snap](https://github.com/powershell/powershell-snap) instead.
... | main | distribution support request opensuse leap name of the distribution opensuse version of the distribution leap package types deb rpm tar gz snap stop please file your issue in instead processor architecture net core support the ... | 1 |
567,194 | 16,850,133,787 | IssuesEvent | 2021-06-20 10:37:11 | Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | closed | Anglo-saxon Mention | :beetle: bug :beetle: :exclamation: priority high :page_facing_up: localisation :pen: good first issue | <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Mod version:**
1.4.0
**Are you using any submods/mods? If so, which?**
Nope.
**Please explain your issue in as much detail as possible:**
This event m... | 1.0 | Anglo-saxon Mention - <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Mod version:**
1.4.0
**Are you using any submods/mods? If so, which?**
Nope.
**Please explain your issue in as much detail as pos... | non_main | anglo saxon mention do not remove pre existing lines mod version are you using any submods mods if so which nope please explain your issue in as much detail as pos... | 0 |
468,755 | 13,489,884,505 | IssuesEvent | 2020-09-11 14:25:55 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | boot user to login page when auth cookie is expired or no longer authenticated | component:ui_next priority:medium type:bug | There's not a lot of great options here as far as I can tell. One approach we've discussed at some length is using one of the request / intercept hooks from `axios`. I don't like that this ties us to a particular http interface object. Plus, it doesn't cover session expiration.
I don't think there are any native eve... | 1.0 | boot user to login page when auth cookie is expired or no longer authenticated - There's not a lot of great options here as far as I can tell. One approach we've discussed at some length is using one of the request / intercept hooks from `axios`. I don't like that this ties us to a particular http interface object. Plu... | non_main | boot user to login page when auth cookie is expired or no longer authenticated there s not a lot of great options here as far as i can tell one approach we ve discussed at some length is using one of the request intercept hooks from axios i don t like that this ties us to a particular http interface object plu... | 0 |
471,769 | 13,610,088,217 | IssuesEvent | 2020-09-23 06:45:12 | ChakirArdenne/findanumber | https://api.github.com/repos/ChakirArdenne/findanumber | opened | jeu offline par affichage de nombre | priority: high type: feature | 1. On lance l'application en donant 2 nombres x et y tel que x et >=0 et x < y
2. L'application tire au sort un nombre k dans [x,y]
3. L'application imprime le nombre k | 1.0 | jeu offline par affichage de nombre - 1. On lance l'application en donant 2 nombres x et y tel que x et >=0 et x < y
2. L'application tire au sort un nombre k dans [x,y]
3. L'application imprime le nombre k | non_main | jeu offline par affichage de nombre on lance l application en donant nombres x et y tel que x et et x y l application tire au sort un nombre k dans l application imprime le nombre k | 0 |
69,626 | 30,349,559,247 | IssuesEvent | 2023-07-11 17:51:39 | hashicorp/terraform-provider-azurerm | https://api.github.com/repos/hashicorp/terraform-provider-azurerm | closed | azurerm_kubernetes_cluster_extension: Missing resource provider registration | service/kubernetes-cluster | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
<!--- Please keep this note for the community --->
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to th... | 1.0 | azurerm_kubernetes_cluster_extension: Missing resource provider registration - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
<!--- Please keep this note for the community --->
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.g... | non_main | azurerm kubernetes cluster extension missing resource provider registration is there an existing issue for this i have searched the existing issues community note please vote on this issue by adding a thumbsup to the original issue to help the community and maintainers prioritize t... | 0 |
238,114 | 19,699,806,655 | IssuesEvent | 2022-01-12 15:36:14 | JanusGraph/janusgraph | https://api.github.com/repos/JanusGraph/janusgraph | opened | Flaky cache expiration test: ExpirationCacheTest.testExpiration | testing/flaky | ## Flaky Test
I saw the test fail already for two Dependabot PRs (both targeted on master) but it worked when I ran the test locally and also when I restarted the GH action.
* **Test Name:** ExpirationCacheTest.testExpiration
* **Link:** https://github.com/JanusGraph/janusgraph/blob/a60e92815b3a51a4cc020a7c7cb2b... | 1.0 | Flaky cache expiration test: ExpirationCacheTest.testExpiration - ## Flaky Test
I saw the test fail already for two Dependabot PRs (both targeted on master) but it worked when I ran the test locally and also when I restarted the GH action.
* **Test Name:** ExpirationCacheTest.testExpiration
* **Link:** https://g... | non_main | flaky cache expiration test expirationcachetest testexpiration flaky test i saw the test fail already for two dependabot prs both targeted on master but it worked when i ran the test locally and also when i restarted the gh action test name expirationcachetest testexpiration link br... | 0 |
4,863 | 25,013,798,133 | IssuesEvent | 2022-11-03 17:06:32 | centerofci/mathesar | https://api.github.com/repos/centerofci/mathesar | opened | "Today" in date picker is confusing in the context of the Record Selector | type: bug work: frontend status: ready restricted: maintainers | ## Steps to reproduce
1. Go to the Table Page for a table with a Date column.
1. Edit a Date cell, clicking "Today" to set the value to today's date.

1. Open the Record Selector for the same table.
1. Foc... | True | "Today" in date picker is confusing in the context of the Record Selector - ## Steps to reproduce
1. Go to the Table Page for a table with a Date column.
1. Edit a Date cell, clicking "Today" to set the value to today's date.
 | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Jinja2-2.7.3.tar.gz</b></p></summary>
<p>A very fast and expressive template engine.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/b0/73/... | True | Jinja2-2.7.3.tar.gz: 3 vulnerabilities (highest severity is: 8.6) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Jinja2-2.7.3.tar.gz</b></p></summary>
<p>A very fast and expressive template engine.</p>
<p>Librar... | non_main | tar gz vulnerabilities highest severity is vulnerable library tar gz a very fast and expressive template engine library home page a href path to dependency file requirements txt path to vulnerable library requirements txt requirements txt vulnerabilities... | 0 |
458,332 | 13,173,486,694 | IssuesEvent | 2020-08-11 20:24:52 | AbsaOSS/enceladus | https://api.github.com/repos/AbsaOSS/enceladus | closed | Indexes for MongoDB performance | Menas feature priority: high | ## Background
Menas makes some nonperforming queries causing production load
## Feature
Create MongoDB indexes for the more frequently slow queries.
# Proposed Solution
Solution Ideas
1. For run_v1, dataset and datasetVersion
2. For schema_v1, name and version should work
| 1.0 | Indexes for MongoDB performance - ## Background
Menas makes some nonperforming queries causing production load
## Feature
Create MongoDB indexes for the more frequently slow queries.
# Proposed Solution
Solution Ideas
1. For run_v1, dataset and datasetVersion
2. For schema_v1, name and version should work... | non_main | indexes for mongodb performance background menas makes some nonperforming queries causing production load feature create mongodb indexes for the more frequently slow queries proposed solution solution ideas for run dataset and datasetversion for schema name and version should work | 0 |
262,880 | 27,989,472,316 | IssuesEvent | 2023-03-27 01:34:25 | AkshayMukkavilli/Analyzing-the-Significance-of-Structure-in-Amazon-Review-Data-Using-Machine-Learning-Approaches | https://api.github.com/repos/AkshayMukkavilli/Analyzing-the-Significance-of-Structure-in-Amazon-Review-Data-Using-Machine-Learning-Approaches | opened | CVE-2023-25672 (High) detected in tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl | Mend: dependency security vulnerability | ## CVE-2023-25672 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning... | True | CVE-2023-25672 (High) detected in tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2023-25672 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.13.1-cp27-cp27mu-m... | non_main | cve high detected in tensorflow whl cve high severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file finalproject requirements tx... | 0 |
2,557 | 8,700,133,486 | IssuesEvent | 2018-12-05 07:39:30 | arcticicestudio/nord-docs | https://api.github.com/repos/arcticicestudio/nord-docs | opened | Base Media Query Setup | context-ui scope-configurability scope-maintainability scope-ux type-feature | <p align="center"><img src="https://user-images.githubusercontent.com/7836623/49325616-f1053900-f545-11e8-9725-0b8f5af8d1e2.png" width="20%" /></p>
> Associated epic: #52
To start implementing components with responsive styled through media queries, a basic setup must be created based on the [“Responsive Web Desi... | True | Base Media Query Setup - <p align="center"><img src="https://user-images.githubusercontent.com/7836623/49325616-f1053900-f545-11e8-9725-0b8f5af8d1e2.png" width="20%" /></p>
> Associated epic: #52
To start implementing components with responsive styled through media queries, a basic setup must be created based on ... | main | base media query setup associated epic to start implementing components with responsive styled through media queries a basic setup must be created based on the media query generator to simplify the usage of with a utility function to generate will be implemented it ll use the ... | 1 |
898 | 4,559,831,477 | IssuesEvent | 2016-09-14 04:49:59 | ansible/ansible-modules-extras | https://api.github.com/repos/ansible/ansible-modules-extras | closed | Doc: ec2_vpc_route_table_facts: example for VPC ID filter has error | affects_2.1 aws 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
ec2_vpc_route_table_facts
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes be... | True | Doc: ec2_vpc_route_table_facts: example for VPC ID filter has error - <!--- 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
ec2_vpc_route_table_facts
##### ANSIBLE VERSION
... | main | doc vpc route table facts example for vpc id filter has error issue type documentation report component name vpc route table facts ansible version ansible configuration mention any settings you have changed added removed in ansible cfg ... | 1 |
5,600 | 28,047,650,751 | IssuesEvent | 2023-03-29 01:14:10 | ipfs/kubo | https://api.github.com/repos/ipfs/kubo | opened | CAR import should not pin roots by default (ipfs dag import --pin-roots=false) | kind/bug topic/commands P1 need/maintainers-input topic/pinning dif/easy | ## Problem
We are working on Graph API for HTTP Gateways to enable `?format=car` that returns a subset of a DAG and/or parent nodes of a sub-path.
As part of this work, we have to decide, if returned CAR stream includes root CIDs in CAR header, and anticipate what happens, when Kubo user tries to import such "bag ... | True | CAR import should not pin roots by default (ipfs dag import --pin-roots=false) - ## Problem
We are working on Graph API for HTTP Gateways to enable `?format=car` that returns a subset of a DAG and/or parent nodes of a sub-path.
As part of this work, we have to decide, if returned CAR stream includes root CIDs in C... | main | car import should not pin roots by default ipfs dag import pin roots false problem we are working on graph api for http gateways to enable format car that returns a subset of a dag and or parent nodes of a sub path as part of this work we have to decide if returned car stream includes root cids in c... | 1 |
391,513 | 11,574,949,562 | IssuesEvent | 2020-02-21 08:42:29 | fxi/AccessMod_shiny | https://api.github.com/repos/fxi/AccessMod_shiny | closed | Interactive map: Not possible to see the map without Raster or health facilities once a dataset has been selected | Priority 3 enhancement solved | ### Current Behavior
Once you have selected a Raster and/or health facilities layer it is then not possible to remove these layers from the map unless you refresh the browser but in this case all the fields are back to empty
### Expected Behavior
You can see the map without the raster or the health facilities laye... | 1.0 | Interactive map: Not possible to see the map without Raster or health facilities once a dataset has been selected - ### Current Behavior
Once you have selected a Raster and/or health facilities layer it is then not possible to remove these layers from the map unless you refresh the browser but in this case all the fie... | non_main | interactive map not possible to see the map without raster or health facilities once a dataset has been selected current behavior once you have selected a raster and or health facilities layer it is then not possible to remove these layers from the map unless you refresh the browser but in this case all the fie... | 0 |
1,775 | 6,575,800,590 | IssuesEvent | 2017-09-11 17:22:36 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | Wrong requirements for docker_container module | affects_2.1 cloud docker 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 -->
docker_container
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --vers... | True | Wrong requirements for docker_container 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 -->
docker_container
##### ANSIBLE VERSION
... | main | wrong requirements for docker container module issue type documentation report component name docker container ansible version ansible configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment vari... | 1 |
219,214 | 24,464,565,340 | IssuesEvent | 2022-10-07 14:00:46 | samqws-marketing/box_mojito | https://api.github.com/repos/samqws-marketing/box_mojito | opened | CVE-2022-41853 (High) detected in hsqldb-2.5.1.jar | security vulnerability | ## CVE-2022-41853 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hsqldb-2.5.1.jar</b></p></summary>
<p>HSQLDB - Lightweight 100% Java SQL Database Engine</p>
<p>Library home page: <a ... | True | CVE-2022-41853 (High) detected in hsqldb-2.5.1.jar - ## CVE-2022-41853 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hsqldb-2.5.1.jar</b></p></summary>
<p>HSQLDB - Lightweight 100% J... | non_main | cve high detected in hsqldb jar cve high severity vulnerability vulnerable library hsqldb jar hsqldb lightweight java sql database engine library home page a href path to dependency file webapp pom xml path to vulnerable library repository org hsqldb hsqldb ... | 0 |
1,347 | 5,731,804,508 | IssuesEvent | 2017-04-21 13:24:08 | caskroom/homebrew-cask | https://api.github.com/repos/caskroom/homebrew-cask | closed | metasploit install fails when linking binary | awaiting maintainer feedback | #### General troubleshooting steps
- [x] I have checked the instructions for [reporting bugs](https://github.com/caskroom/homebrew-cask#reporting-bugs) (or [making requests](https://github.com/caskroom/homebrew-cask#requests)) before opening the issue.
- [x] None of the templates was appropriate for my issue, or ... | True | metasploit install fails when linking binary - #### General troubleshooting steps
- [x] I have checked the instructions for [reporting bugs](https://github.com/caskroom/homebrew-cask#reporting-bugs) (or [making requests](https://github.com/caskroom/homebrew-cask#requests)) before opening the issue.
- [x] None of ... | main | metasploit install fails when linking binary general troubleshooting steps i have checked the instructions for or before opening the issue none of the templates was appropriate for my issue or i’m not sure i ran brew update reset brew update and retried my command i ran ... | 1 |
4,682 | 24,188,944,061 | IssuesEvent | 2022-09-23 15:36:01 | centerofci/mathesar | https://api.github.com/repos/centerofci/mathesar | opened | Improve performance when syncing Django objects with reflected db objects | type: enhancement work: backend status: ready restricted: maintainers | ## Problem
Reflecting and syncing up db objects into the Mathesar Django database leads to a lot of queries(around 28 queries on Django and 300 queries on the user database)
## Proposed solution
Fetch and updates objects in bulk instead of a single query for each object
## Additional context
<!-- Add any other ... | True | Improve performance when syncing Django objects with reflected db objects - ## Problem
Reflecting and syncing up db objects into the Mathesar Django database leads to a lot of queries(around 28 queries on Django and 300 queries on the user database)
## Proposed solution
Fetch and updates objects in bulk instead of ... | main | improve performance when syncing django objects with reflected db objects problem reflecting and syncing up db objects into the mathesar django database leads to a lot of queries around queries on django and queries on the user database proposed solution fetch and updates objects in bulk instead of a s... | 1 |
4,985 | 25,593,822,863 | IssuesEvent | 2022-12-01 14:50:55 | precice/precice | https://api.github.com/repos/precice/precice | closed | Change default symbol visibility to hidden | enhancement maintainability | To reduce the symbol visibility to the actual API, we should change the default visibility to `hidden`.
This has some upsides:
1. We adapt the default on Windows platforms
2. We reduce binary size
3. We reduce shared object load time
Downsides are:
1. We have to explicitly mark API functions (CMake can genera... | True | Change default symbol visibility to hidden - To reduce the symbol visibility to the actual API, we should change the default visibility to `hidden`.
This has some upsides:
1. We adapt the default on Windows platforms
2. We reduce binary size
3. We reduce shared object load time
Downsides are:
1. We have to ex... | main | change default symbol visibility to hidden to reduce the symbol visibility to the actual api we should change the default visibility to hidden this has some upsides we adapt the default on windows platforms we reduce binary size we reduce shared object load time downsides are we have to ex... | 1 |
5,679 | 29,833,368,866 | IssuesEvent | 2023-06-18 14:40:03 | Windham-High-School/CubeServer | https://api.github.com/repos/Windham-High-School/CubeServer | closed | Migrate logging destination | duplicate maintainability | Change docker compose logging destination to file or something... Getting weird problems and hard to grep logs | True | Migrate logging destination - Change docker compose logging destination to file or something... Getting weird problems and hard to grep logs | main | migrate logging destination change docker compose logging destination to file or something getting weird problems and hard to grep logs | 1 |
4,304 | 21,681,193,646 | IssuesEvent | 2022-05-09 06:47:28 | svengreb/wand | https://api.github.com/repos/svengreb/wand | closed | Update to `tmpl-go` template repository version `0.12.0` | type-improvement context-techstack scope-compatibility scope-maintainability | Update to [`tmpl-go` version `0.12.0`][1] which…
1. [updated to the `tmpl` template repository version `0.11.0`][2].
This will also include changes required for any linter matches.
See the [full `tmpl-go` version `0.12.0` changelog][1] for all details.
[1]: https://github.com/svengreb/tmpl-go/releases/tag/v0.... | True | Update to `tmpl-go` template repository version `0.12.0` - Update to [`tmpl-go` version `0.12.0`][1] which…
1. [updated to the `tmpl` template repository version `0.11.0`][2].
This will also include changes required for any linter matches.
See the [full `tmpl-go` version `0.12.0` changelog][1] for all details.
... | main | update to tmpl go template repository version update to which… this will also include changes required for any linter matches see the for all details | 1 |
2,991 | 10,852,237,792 | IssuesEvent | 2019-11-13 12:24:04 | precice/precice | https://api.github.com/repos/precice/precice | opened | Remove MasterSlave | enhancement maintainability | To fully support multiple instances of the SolverInterface in one executable, we need to get rid of some `static` state.
The communicator internal to the participant [`utils::MasterSlave`](https://xgm.de/precice/docs/develop/classprecice_1_1utils_1_1MasterSlave.html) should become member of the participant itself. A... | True | Remove MasterSlave - To fully support multiple instances of the SolverInterface in one executable, we need to get rid of some `static` state.
The communicator internal to the participant [`utils::MasterSlave`](https://xgm.de/precice/docs/develop/classprecice_1_1utils_1_1MasterSlave.html) should become member of the ... | main | remove masterslave to fully support multiple instances of the solverinterface in one executable we need to get rid of some static state the communicator internal to the participant should become member of the participant itself and passed as context to all components relying on it this design decision... | 1 |
1,180 | 5,096,339,470 | IssuesEvent | 2017-01-03 17:53:03 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | mount module feature request: allow to mount without adding to fstab | affects_2.3 feature_idea waiting_on_maintainer | Hello,
For temporary need, it should be possible to mount a filesystem without adding it to fstab
http://docs.ansible.com/ansible/mount_module.html
The state values should be updated
present
absent
mounted (just mount)
mountedandpresent (mount+fstab)
unmounted (unmount)
unmountedandpresent (unmount but keep in fstab;... | True | mount module feature request: allow to mount without adding to fstab - Hello,
For temporary need, it should be possible to mount a filesystem without adding it to fstab
http://docs.ansible.com/ansible/mount_module.html
The state values should be updated
present
absent
mounted (just mount)
mountedandpresent (mount+fst... | main | mount module feature request allow to mount without adding to fstab hello for temporary need it should be possible to mount a filesystem without adding it to fstab the state values should be updated present absent mounted just mount mountedandpresent mount fstab unmounted unmount unmountedandpresent unm... | 1 |
22,616 | 3,670,898,877 | IssuesEvent | 2016-02-22 02:26:07 | gperftools/gperftools | https://api.github.com/repos/gperftools/gperftools | closed | SEGV following NULL pointer in SLL_PopRange() related to std::ostringstream memory | Priority-Medium Status-New Type-Defect | Originally reported on Google Code with ID 570
```
What steps will reproduce the problem?
1. I don't have a simple testcase, but my large multi-threaded application consistently
shows this bug.
2. To cause it, I just add a std::stringstream member variable to one class and call
str("") on that variable a few times. I... | 1.0 | SEGV following NULL pointer in SLL_PopRange() related to std::ostringstream memory - Originally reported on Google Code with ID 570
```
What steps will reproduce the problem?
1. I don't have a simple testcase, but my large multi-threaded application consistently
shows this bug.
2. To cause it, I just add a std::string... | non_main | segv following null pointer in sll poprange related to std ostringstream memory originally reported on google code with id what steps will reproduce the problem i don t have a simple testcase but my large multi threaded application consistently shows this bug to cause it i just add a std stringst... | 0 |
143,697 | 5,521,861,213 | IssuesEvent | 2017-03-19 18:56:01 | JosefAssad/SeMaWi | https://api.github.com/repos/JosefAssad/SeMaWi | closed | Analyser | enhancement high priority balk | Vi laver ofte analyser for andre centre med personfølsomme data . Det bliver større krav til dokumentationen til sådanne analyser i fremtiden, så vi overvejer at oprette en analyse kategori.
Props:
Modtager af analyse | 1.0 | Analyser - Vi laver ofte analyser for andre centre med personfølsomme data . Det bliver større krav til dokumentationen til sådanne analyser i fremtiden, så vi overvejer at oprette en analyse kategori.
Props:
Modtager af analyse | non_main | analyser vi laver ofte analyser for andre centre med personfølsomme data det bliver større krav til dokumentationen til sådanne analyser i fremtiden så vi overvejer at oprette en analyse kategori props modtager af analyse | 0 |
394,264 | 11,634,263,554 | IssuesEvent | 2020-02-28 10:01:47 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.google.com - see bug description | browser-firefox-mobile engine-gecko priority-critical | <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: mobile-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/49214 -->
**URL**: https://www.google.com/search?q=amphorn&ie=utf-8&oe=utf-8&client=fi... | 1.0 | www.google.com - see bug description - <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: mobile-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/49214 -->
**URL**: https://www.google.com/searc... | non_main | see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description language changes to thai with no way to change back to engltsh steps to reproduce switched to thai langua... | 0 |
1,384 | 6,011,580,406 | IssuesEvent | 2017-06-06 15:28:44 | ansible/ansible-modules-extras | https://api.github.com/repos/ansible/ansible-modules-extras | closed | win_chocolatey upgrade successfully even when the package with required version is missing. | affects_2.1 feature_idea waiting_on_maintainer windows | ##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
win_chocolatey
##### ANSIBLE VERSION
```
ansible 2.1.0.0
```
##### SUMMARY
Upgrade task successfully even when the package with required version is missing.
##### STEPS TO REPRODUCE
```
win_chocolatey:
name: testpack
version: 0.2
source: http://example.com
... | True | win_chocolatey upgrade successfully even when the package with required version is missing. - ##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
win_chocolatey
##### ANSIBLE VERSION
```
ansible 2.1.0.0
```
##### SUMMARY
Upgrade task successfully even when the package with required version is missing.
##### STEPS T... | main | win chocolatey upgrade successfully even when the package with required version is missing issue type feature idea component name win chocolatey ansible version ansible summary upgrade task successfully even when the package with required version is missing steps t... | 1 |
1,244 | 5,308,974,982 | IssuesEvent | 2017-02-12 04:00:40 | ansible/ansible-modules-extras | https://api.github.com/repos/ansible/ansible-modules-extras | closed | vmware_guest: machine deployment without templates | affects_2.2 cloud feature_idea vmware 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 -->
vmware_guest
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --versi... | True | vmware_guest: machine deployment without templates - <!--- 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 -->
vmware_guest
##### ANSIBLE VERSI... | main | vmware guest machine deployment without templates issue type feature idea component name vmware guest ansible version ansible summary can you please add feature to create vm without any templates specified we used this scenario with old vsp... | 1 |
15,928 | 10,417,723,169 | IssuesEvent | 2019-09-15 00:50:16 | CC3301/csgo-strat-generator | https://api.github.com/repos/CC3301/csgo-strat-generator | opened | save game-rule sets | enhancement usability | Create some way to tell csgo.pl so save the game-rule set that was generated. This should make sharing with friends and such way easier. | True | save game-rule sets - Create some way to tell csgo.pl so save the game-rule set that was generated. This should make sharing with friends and such way easier. | non_main | save game rule sets create some way to tell csgo pl so save the game rule set that was generated this should make sharing with friends and such way easier | 0 |
382,354 | 11,304,926,686 | IssuesEvent | 2020-01-18 01:12:31 | ayumi-cloud/oc-security-module | https://api.github.com/repos/ayumi-cloud/oc-security-module | opened | Deal with plugins using out-dated editor vulnerabilities | Add to Blacklist Firewall Priority: Medium enhancement | ### Enhancement idea
- [ ] Deal with plugins using out-dated ckeditor vulnerabilities.
- [ ] Deal with plugins using out-dated TinyMCE vulnerabilities.
List of plugins failing:
https://octobercms.com/plugin/anandpatel-wysiwygeditors
https://octobercms.com/plugin/shahiemseymor-ckeditor
| 1.0 | Deal with plugins using out-dated editor vulnerabilities - ### Enhancement idea
- [ ] Deal with plugins using out-dated ckeditor vulnerabilities.
- [ ] Deal with plugins using out-dated TinyMCE vulnerabilities.
List of plugins failing:
https://octobercms.com/plugin/anandpatel-wysiwygeditors
https://octob... | non_main | deal with plugins using out dated editor vulnerabilities enhancement idea deal with plugins using out dated ckeditor vulnerabilities deal with plugins using out dated tinymce vulnerabilities list of plugins failing | 0 |
204,711 | 15,528,567,165 | IssuesEvent | 2021-03-13 11:32:17 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: tpccbench/nodes=3/cpu=16 failed | C-test-failure O-roachtest O-robot branch-master release-blocker | [(roachtest).tpccbench/nodes=3/cpu=16 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2773661&tab=buildLog) on [master@4d44ddf24153d8ef8e0a996fdbe75ac5607f9574](https://github.com/cockroachdb/cockroach/commits/4d44ddf24153d8ef8e0a996fdbe75ac5607f9574):
```
| | main.main
| | /home/agent/work/... | 2.0 | roachtest: tpccbench/nodes=3/cpu=16 failed - [(roachtest).tpccbench/nodes=3/cpu=16 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2773661&tab=buildLog) on [master@4d44ddf24153d8ef8e0a996fdbe75ac5607f9574](https://github.com/cockroachdb/cockroach/commits/4d44ddf24153d8ef8e0a996fdbe75ac5607f9574):
```
... | non_main | roachtest tpccbench nodes cpu failed on main main home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go runtime main usr local go src runtime proc go runtime goexit usr local go src runtime asm s ... | 0 |
5,724 | 30,259,921,589 | IssuesEvent | 2023-07-07 07:23:42 | jupyter-naas/awesome-notebooks | https://api.github.com/repos/jupyter-naas/awesome-notebooks | closed | LangChain - Gmail Toolkit | enhancement templates maintainer | This notebook walks through connecting a LangChain email to the Gmail API. It is useful for organizations that need to integrate their email with the Gmail API.
| True | LangChain - Gmail Toolkit - This notebook walks through connecting a LangChain email to the Gmail API. It is useful for organizations that need to integrate their email with the Gmail API.
| main | langchain gmail toolkit this notebook walks through connecting a langchain email to the gmail api it is useful for organizations that need to integrate their email with the gmail api | 1 |
430 | 3,535,727,412 | IssuesEvent | 2016-01-16 18:54:54 | psi-probe/psi-probe | https://api.github.com/repos/psi-probe/psi-probe | closed | Maven Mantenance January 2016 | Maintainability | - Monthly update of maven plugins to current versions - Java 6 only. Will move to java 7 separately since tomcat 9 requires that and thus our build now requires minimum jdk 7 to build.
- Remove old minimum jdk notes in pom as we are now jdk 6 so no prior notes apply
- Better patch for gitDescribe on git-commit-id-pl... | True | Maven Mantenance January 2016 - - Monthly update of maven plugins to current versions - Java 6 only. Will move to java 7 separately since tomcat 9 requires that and thus our build now requires minimum jdk 7 to build.
- Remove old minimum jdk notes in pom as we are now jdk 6 so no prior notes apply
- Better patch for... | main | maven mantenance january monthly update of maven plugins to current versions java only will move to java separately since tomcat requires that and thus our build now requires minimum jdk to build remove old minimum jdk notes in pom as we are now jdk so no prior notes apply better patch for gi... | 1 |
136,915 | 12,739,862,244 | IssuesEvent | 2020-06-26 00:29:48 | smallstep/certificates | https://api.github.com/repos/smallstep/certificates | closed | Document the ACME Provisioner | documentation | Document the ACME provisioner:
1) setup
2) configuration (attributes)
**NOTE**: The only available provisioner documentation is in the ACME blogpost on the smallstep blog.
| 1.0 | Document the ACME Provisioner - Document the ACME provisioner:
1) setup
2) configuration (attributes)
**NOTE**: The only available provisioner documentation is in the ACME blogpost on the smallstep blog.
| non_main | document the acme provisioner document the acme provisioner setup configuration attributes note the only available provisioner documentation is in the acme blogpost on the smallstep blog | 0 |
26,753 | 13,100,088,263 | IssuesEvent | 2020-08-03 23:22:59 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | [TF2.2] tf.data.Dataset memory leak | TF 2.2 comp:data stalled stat:awaiting response type:performance | **System information**
- Have I written custom code : yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 18.04.4
- TensorFlow installed from (source or binary): wheel
- TensorFlow version (use command below): v2.2.0-rc4-8-g2b96f3662b 2.2.0
- Python version: 3.6.7
- CUDA/cuDNN version: 10.2
... | True | [TF2.2] tf.data.Dataset memory leak - **System information**
- Have I written custom code : yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 18.04.4
- TensorFlow installed from (source or binary): wheel
- TensorFlow version (use command below): v2.2.0-rc4-8-g2b96f3662b 2.2.0
- Python version:... | non_main | tf data dataset memory leak system information have i written custom code yes os platform and distribution e g linux ubuntu ubuntu tensorflow installed from source or binary wheel tensorflow version use command below python version cuda cudnn ve... | 0 |
5,338 | 26,939,538,527 | IssuesEvent | 2023-02-08 00:19:52 | mozilla/foundation.mozilla.org | https://api.github.com/repos/mozilla/foundation.mozilla.org | closed | Run Percy tests only after PR is approved | engineering maintain | ## Description
Based on a [discussion in the engineering team](https://mozilla.slack.com/archives/C043Q45BBMF/p1673633513133729) we want to limit the Percy tests to only run after a PR is approved in code review.
This change is an attempt to reduce the number of screenshots that get generated, which should make our a... | True | Run Percy tests only after PR is approved - ## Description
Based on a [discussion in the engineering team](https://mozilla.slack.com/archives/C043Q45BBMF/p1673633513133729) we want to limit the Percy tests to only run after a PR is approved in code review.
This change is an attempt to reduce the number of screenshots... | main | run percy tests only after pr is approved description based on a we want to limit the percy tests to only run after a pr is approved in code review this change is an attempt to reduce the number of screenshots that get generated which should make our allowance of screenshots last longer passing the visu... | 1 |
3,440 | 13,211,556,040 | IssuesEvent | 2020-08-16 00:05:22 | ansible/ansible | https://api.github.com/repos/ansible/ansible | closed | Ansible 2.9.0 breaks Terraform module "Planned" output | affects_2.8 bot_closed bug cloud collection collection:community.general module needs_collection_redirect needs_maintainer needs_triage python3 support:community | ##### SUMMARY
I have a repo that I created to utilize the Terraform module. The original code shows output when registered to a variable:
```
---
- hosts: localhost
gather_facts: no
tasks:
- terraform:
project_path: '../../terraform/env/dev/'
plan_file: 'clientvpn.tfplan'
state: plan... | True | Ansible 2.9.0 breaks Terraform module "Planned" output - ##### SUMMARY
I have a repo that I created to utilize the Terraform module. The original code shows output when registered to a variable:
```
---
- hosts: localhost
gather_facts: no
tasks:
- terraform:
project_path: '../../terraform/env/dev/... | main | ansible breaks terraform module planned output summary i have a repo that i created to utilize the terraform module the original code shows output when registered to a variable hosts localhost gather facts no tasks terraform project path terraform env dev ... | 1 |
383,595 | 11,359,836,172 | IssuesEvent | 2020-01-26 00:26:34 | Ciastex/ArcadeCoinBugCentral | https://api.github.com/repos/Ciastex/ArcadeCoinBugCentral | closed | Vertical axis unlocked while crouching | Bug but not really tho Low Priority Visual | #### Expected behavior
that the vertical axis is not unlocked while just crouching only while being in the air
#### Actual behavior
the vertical axis is unlocked while crouching
#### Steps to reproduce
1. crouch
2. look up until everything is upside down
#### Additional information
![20200117200413... | 1.0 | Vertical axis unlocked while crouching - #### Expected behavior
that the vertical axis is not unlocked while just crouching only while being in the air
#### Actual behavior
the vertical axis is unlocked while crouching
#### Steps to reproduce
1. crouch
2. look up until everything is upside down
####... | non_main | vertical axis unlocked while crouching expected behavior that the vertical axis is not unlocked while just crouching only while being in the air actual behavior the vertical axis is unlocked while crouching steps to reproduce crouch look up until everything is upside down ... | 0 |
4,353 | 21,992,994,077 | IssuesEvent | 2022-05-26 01:18:06 | beekama/NutritionApp | https://api.github.com/repos/beekama/NutritionApp | opened | dividerItemDecorator duplicated Code | maintainability | dividerItemDecorator seems to have a lot of similar definitions. Extract. | True | dividerItemDecorator duplicated Code - dividerItemDecorator seems to have a lot of similar definitions. Extract. | main | divideritemdecorator duplicated code divideritemdecorator seems to have a lot of similar definitions extract | 1 |
1,778 | 6,575,810,265 | IssuesEvent | 2017-09-11 17:24:54 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | ansible 2.2 setup module "unsupported parameter for module: gather_timeout" | 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 -->
setup
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes b... | True | ansible 2.2 setup module "unsupported parameter for module: gather_timeout" - <!--- 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 -->
setup
##### ANSIBLE ... | main | ansible setup module unsupported parameter for module gather timeout issue type bug report component name setup ansible version ansible detached head last updated gmt lib ansible modules core detached head last updated gmt ... | 1 |
297,206 | 25,708,973,486 | IssuesEvent | 2022-12-07 04:19:10 | apache/pinot | https://api.github.com/repos/apache/pinot | closed | [Flaky-test] ZKOperatorTest.testMetadataUploadType | flaky-test | Error: Failures:
Error: ZKOperatorTest.testMetadataUploadType:178 Failed to meet condition in 30000ms, error message: Failed to delete segmentZkMetadata.
Example run:
https://github.com/apache/pinot/actions/runs/3597915154/jobs/6060171582 | 1.0 | [Flaky-test] ZKOperatorTest.testMetadataUploadType - Error: Failures:
Error: ZKOperatorTest.testMetadataUploadType:178 Failed to meet condition in 30000ms, error message: Failed to delete segmentZkMetadata.
Example run:
https://github.com/apache/pinot/actions/runs/3597915154/jobs/6060171582 | non_main | zkoperatortest testmetadatauploadtype error failures error zkoperatortest testmetadatauploadtype failed to meet condition in error message failed to delete segmentzkmetadata example run | 0 |
677,110 | 23,151,125,873 | IssuesEvent | 2022-07-29 08:26:27 | ballerina-platform/ballerina-dev-website | https://api.github.com/repos/ballerina-platform/ballerina-dev-website | closed | Change the section title | Priority/Highest Type/Bug Reason/Other WebsiteRewrite | ## Description
The title should be `Test, debug and document code`
<img width="537" alt="image" src="https://user-images.githubusercontent.com/16300038/181422411-deaa0c01-4d74-4463-9811-51e36732f866.png">
| 1.0 | Change the section title - ## Description
The title should be `Test, debug and document code`
<img width="537" alt="image" src="https://user-images.githubusercontent.com/16300038/181422411-deaa0c01-4d74-4463-9811-51e36732f866.png">
| non_main | change the section title description the title should be test debug and document code img width alt image src | 0 |
31,963 | 2,742,097,302 | IssuesEvent | 2015-04-21 14:57:07 | GoogleCloudPlatform/kubernetes | https://api.github.com/repos/GoogleCloudPlatform/kubernetes | closed | Scheduling plateaus due to POD killing | component/controller-manager misc/perf-1.0 priority/P1 team/cluster team/master | Following the same test outlined in #5650, you can trace the events and will notice that one of the major reasons why the ramp curve for startup is non-linear, and has plateaus, is due to the pod killing done by the controllers, giving incorrect feedback into the system.
Using the soak test that @jayunit100 you ca... | 1.0 | Scheduling plateaus due to POD killing - Following the same test outlined in #5650, you can trace the events and will notice that one of the major reasons why the ramp curve for startup is non-linear, and has plateaus, is due to the pod killing done by the controllers, giving incorrect feedback into the system.
U... | non_main | scheduling plateaus due to pod killing following the same test outlined in you can trace the events and will notice that one of the major reasons why the ramp curve for startup is non linear and has plateaus is due to the pod killing done by the controllers giving incorrect feedback into the system usin... | 0 |
84,551 | 10,410,163,035 | IssuesEvent | 2019-09-13 10:37:00 | inspectIT/inspectit-ocelot | https://api.github.com/repos/inspectIT/inspectit-ocelot | closed | Add documentation on how to use HTTPS on the configuration server | area/documentation | We have to add a documentation section on how to use the configuration server with HTTPS endpoints. | 1.0 | Add documentation on how to use HTTPS on the configuration server - We have to add a documentation section on how to use the configuration server with HTTPS endpoints. | non_main | add documentation on how to use https on the configuration server we have to add a documentation section on how to use the configuration server with https endpoints | 0 |
72,366 | 8,724,223,208 | IssuesEvent | 2018-12-10 03:48:50 | ppy/osu-web | https://api.github.com/repos/ppy/osu-web | closed | Make modding history somehow accessible from user profile | design overdue user profile | That would be smarter I think since now we have to go to the discussion and then click on the button next to the username or add ``/modding`` to user profile page | 1.0 | Make modding history somehow accessible from user profile - That would be smarter I think since now we have to go to the discussion and then click on the button next to the username or add ``/modding`` to user profile page | non_main | make modding history somehow accessible from user profile that would be smarter i think since now we have to go to the discussion and then click on the button next to the username or add modding to user profile page | 0 |
4,963 | 25,480,958,210 | IssuesEvent | 2022-11-25 20:52:40 | aws/serverless-application-model | https://api.github.com/repos/aws/serverless-application-model | closed | APIs are not getting deployed on Prod stage | type/feature maintainer/need-response | Newly developed APIs are not deploying on Prod stage which can be seen in Resources tab in APIGateway
We are having server less architecture and we are using .Net core (netcoreapp2.1 framework) and AWS.
Below is a sample cloud formation template we are using.
```yaml
AWSTemplateFormatVersion: 2010-09-09
Desc... | True | APIs are not getting deployed on Prod stage - Newly developed APIs are not deploying on Prod stage which can be seen in Resources tab in APIGateway
We are having server less architecture and we are using .Net core (netcoreapp2.1 framework) and AWS.
Below is a sample cloud formation template we are using.
```ya... | main | apis are not getting deployed on prod stage newly developed apis are not deploying on prod stage which can be seen in resources tab in apigateway we are having server less architecture and we are using net core framework and aws below is a sample cloud formation template we are using yaml awstem... | 1 |
165,138 | 26,105,811,825 | IssuesEvent | 2022-12-27 13:04:39 | opencodeiiita/HandsForHunger | https://api.github.com/repos/opencodeiiita/HandsForHunger | closed | Design UI for Donation page | Points: 20 everyone design | Through the Donation page we take the details of the food such as quantity(person), image, veg-non-veg, used by date, location, contact no.
### **Note**
- The deadline for the task is 27th December 11.59 P.M
- **No need to claim** it, it's open for all
- You are not allowed to make changes in any of the files exc... | 1.0 | Design UI for Donation page - Through the Donation page we take the details of the food such as quantity(person), image, veg-non-veg, used by date, location, contact no.
### **Note**
- The deadline for the task is 27th December 11.59 P.M
- **No need to claim** it, it's open for all
- You are not allowed to make c... | non_main | design ui for donation page through the donation page we take the details of the food such as quantity person image veg non veg used by date location contact no note the deadline for the task is december p m no need to claim it it s open for all you are not allowed to make change... | 0 |
92,813 | 11,712,753,805 | IssuesEvent | 2020-03-09 09:01:16 | easably/context-tutor | https://api.github.com/repos/easably/context-tutor | closed | [Context-tutor] "Need help?" block is shifted to the left | design | **Describe the bug**
"Need help?" block is not in the middle of a sentence.
**Screenshots**

**Desktop:**
- OS: [Windows 8]
- Browser [Google Chrome]
- Version [80.0.3987.106] | 1.0 | [Context-tutor] "Need help?" block is shifted to the left - **Describe the bug**
"Need help?" block is not in the middle of a sentence.
**Screenshots**

**Desktop:**
- OS: [Windows 8]
- Brow... | non_main | need help block is shifted to the left describe the bug need help block is not in the middle of a sentence screenshots desktop os browser version | 0 |
4,498 | 23,416,387,185 | IssuesEvent | 2022-08-13 02:46:54 | aws/aws-sam-cli | https://api.github.com/repos/aws/aws-sam-cli | closed | SAM log file - flush | type/feature area/local/start-api area/local/start-lambda area/local/invoke maintainer/need-followup | ### Description
SAM with log file option -l does output to log file, but logs only found after stopping the SAM command.
### Steps to reproduce
sam local start-api -l <log_file>
### Observed result
The output log file is generated only after the sam command finishes. The log could not be accessed with tail as... | True | SAM log file - flush - ### Description
SAM with log file option -l does output to log file, but logs only found after stopping the SAM command.
### Steps to reproduce
sam local start-api -l <log_file>
### Observed result
The output log file is generated only after the sam command finishes. The log could not ... | main | sam log file flush description sam with log file option l does output to log file but logs only found after stopping the sam command steps to reproduce sam local start api l observed result the output log file is generated only after the sam command finishes the log could not be access... | 1 |
4,512 | 23,462,523,627 | IssuesEvent | 2022-08-16 14:11:13 | BioArchLinux/Packages | https://api.github.com/repos/BioArchLinux/Packages | closed | [MAINTAIN] rm R alias from these packages | maintain | - [ ] r-a4base
- [ ] r-a4classif
- [ ] r-a4core
- [ ] r-a4
- [ ] r-a4preproc
- [ ] r-a4reporting
- [ ] r-abadata
- [ ] r-abarray
- [ ] r-abind
- [ ] r-abseqr
- [ ] r-absseq
- [ ] r-acde
- [ ] r-ace
- [ ] r-adabag
- [ ] r-adamgui
- [ ] r-ada
- [ ] r-additivitytests
- [ ] r-adductdata
- [ ] r-adductomic... | True | [MAINTAIN] rm R alias from these packages - - [ ] r-a4base
- [ ] r-a4classif
- [ ] r-a4core
- [ ] r-a4
- [ ] r-a4preproc
- [ ] r-a4reporting
- [ ] r-abadata
- [ ] r-abarray
- [ ] r-abind
- [ ] r-abseqr
- [ ] r-absseq
- [ ] r-acde
- [ ] r-ace
- [ ] r-adabag
- [ ] r-adamgui
- [ ] r-ada
- [ ] r-additivityt... | main | rm r alias from these packages r r r r r r r abadata r abarray r abind r abseqr r absseq r acde r ace r adabag r adamgui r ada r additivitytests r adductdata r adductomicsr r adgoftest r adimpute ... | 1 |
231,204 | 18,752,740,954 | IssuesEvent | 2021-11-05 05:57:07 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | closed | nixosTests.pt2-clone and others hang | 0.kind: bug 0.kind: regression 6.topic: testing | ### Describe the bug
`pt2-clone.tests`/`nixosTests.pt2-clone`, `nixosTests.ft2-clone`, `nixosTests.shattered-pixel-dungeon`, `nixosTests.xterm` (and probably others) hangs:
```
[...]
machine # [ 25.071572] systemd[952]: Reached target Current graphical user session.
(27.39 seconds)
machine # [ 26.830709] ... | 1.0 | nixosTests.pt2-clone and others hang - ### Describe the bug
`pt2-clone.tests`/`nixosTests.pt2-clone`, `nixosTests.ft2-clone`, `nixosTests.shattered-pixel-dungeon`, `nixosTests.xterm` (and probably others) hangs:
```
[...]
machine # [ 25.071572] systemd[952]: Reached target Current graphical user session.
(27... | non_main | nixostests clone and others hang describe the bug clone tests nixostests clone nixostests clone nixostests shattered pixel dungeon nixostests xterm and probably others hangs machine systemd reached target current graphical user session seconds machine syste... | 0 |
64,514 | 7,809,039,944 | IssuesEvent | 2018-06-11 22:22:55 | dracidoupe/graveyard | https://api.github.com/repos/dracidoupe/graveyard | opened | Redo stars as SVGs | designer needed help wanted | Rating stars have the g'old feeling...that doesn't scale to new monitors. Also, GIFs.
Redo those as scalable SVGs. | 1.0 | Redo stars as SVGs - Rating stars have the g'old feeling...that doesn't scale to new monitors. Also, GIFs.
Redo those as scalable SVGs. | non_main | redo stars as svgs rating stars have the g old feeling that doesn t scale to new monitors also gifs redo those as scalable svgs | 0 |
688 | 4,234,488,281 | IssuesEvent | 2016-07-05 12:09:40 | Particular/NServiceBus.AzureServiceBus | https://api.github.com/repos/Particular/NServiceBus.AzureServiceBus | closed | Namespace naming Vs Multiple Namespaces | State: In Progress - Maintainer Prio Type: Discussion | 'Multi namespace' is used for 2 scenario's
* Targetted sending (from an endpoint in a namespace to one in another)
* partitioning (2 endpoints communicating over a set of namespaces)
Combining namespace naming with the multi namespace seems to lead to a few issues in this context:
* endpoints in different names... | True | Namespace naming Vs Multiple Namespaces - 'Multi namespace' is used for 2 scenario's
* Targetted sending (from an endpoint in a namespace to one in another)
* partitioning (2 endpoints communicating over a set of namespaces)
Combining namespace naming with the multi namespace seems to lead to a few issues in thi... | main | namespace naming vs multiple namespaces multi namespace is used for scenario s targetted sending from an endpoint in a namespace to one in another partitioning endpoints communicating over a set of namespaces combining namespace naming with the multi namespace seems to lead to a few issues in thi... | 1 |
166,789 | 6,311,476,120 | IssuesEvent | 2017-07-23 19:52:26 | gregswindle/generator-apiproxy | https://api.github.com/repos/gregswindle/generator-apiproxy | closed | feat(update-notifications): notify when there are updates to generator-apiproxy | Points: 1 Priority: Low Status: Available Type: Chore Type: Feature | ## User story
As an engineer,
I want to be notified whenever there are updates available for `generator-apiproxy`
In order to install new features and address potential vulnerabilities.
## Acceptance criteria
- [x] [`update-notifier`](https://github.com/yeoman/update-notifier) informs users about updates
... | 1.0 | feat(update-notifications): notify when there are updates to generator-apiproxy - ## User story
As an engineer,
I want to be notified whenever there are updates available for `generator-apiproxy`
In order to install new features and address potential vulnerabilities.
## Acceptance criteria
- [x] [`update-not... | non_main | feat update notifications notify when there are updates to generator apiproxy user story as an engineer i want to be notified whenever there are updates available for generator apiproxy in order to install new features and address potential vulnerabilities acceptance criteria informs us... | 0 |
3,382 | 13,100,589,760 | IssuesEvent | 2020-08-04 01:02:26 | GraphQLSwift/Graphiti | https://api.github.com/repos/GraphQLSwift/Graphiti | opened | Fix "method_complexity" issue in Sources/Graphiti/Definition/Reflection.swift | Improve Maintainability | Function `name` has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
https://codeclimate.com/github/GraphQLSwift/Graphiti/Sources/Graphiti/Definition/Reflection.swift#issue_5f28b20e356d980001000037 | True | Fix "method_complexity" issue in Sources/Graphiti/Definition/Reflection.swift - Function `name` has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
https://codeclimate.com/github/GraphQLSwift/Graphiti/Sources/Graphiti/Definition/Reflection.swift#issue_5f28b20e356d980001000037 | main | fix method complexity issue in sources graphiti definition reflection swift function name has a cognitive complexity of exceeds allowed consider refactoring | 1 |
32,369 | 7,531,103,790 | IssuesEvent | 2018-04-15 00:39:54 | dahall/TaskScheduler | https://api.github.com/repos/dahall/TaskScheduler | closed | "StartWhenAvailable" not checked in Scheduler | codeplex-disc | Hey there,
First of all, thanks for making this Wrapper. It's amazing.
I need to change desktop background every day based on time user picks. If machine is not working I need this task to start after user logs on at some point.
This is the code that I have at the moment :
using (TaskSer... | 1.0 | "StartWhenAvailable" not checked in Scheduler - Hey there,
First of all, thanks for making this Wrapper. It's amazing.
I need to change desktop background every day based on time user picks. If machine is not working I need this task to start after user logs on at some point.
This is the code that ... | non_main | startwhenavailable not checked in scheduler hey there first of all thanks for making this wrapper it s amazing i need to change desktop background every day based on time user picks if machine is not working i need this task to start after user logs on at some point this is the code that ... | 0 |
256,335 | 19,407,737,444 | IssuesEvent | 2021-12-20 04:46:15 | ubsuny/CP21_final_project_SA | https://api.github.com/repos/ubsuny/CP21_final_project_SA | closed | Introduction | documentation | The detailed description of the task 1 , which includes the following :
-Introduction; What, Why
- Physics
- Comparisons
- references
- clarity | 1.0 | Introduction - The detailed description of the task 1 , which includes the following :
-Introduction; What, Why
- Physics
- Comparisons
- references
- clarity | non_main | introduction the detailed description of the task which includes the following introduction what why physics comparisons references clarity | 0 |
352,243 | 25,050,022,467 | IssuesEvent | 2022-11-05 19:15:59 | umgc/fall2022 | https://api.github.com/repos/umgc/fall2022 | closed | Confirm/determine programming libraries used for Contacts integration | documentation *** HIGH PRIORITY *** | Consider programming requirements for both Android and iOS.
Document findings of approaches considered, and why they should be selected or excluded as we need this information in the TDD. Place findings in the documents as a draft, no need for extensive polishing within this task. Some content may be moved out later t... | 1.0 | Confirm/determine programming libraries used for Contacts integration - Consider programming requirements for both Android and iOS.
Document findings of approaches considered, and why they should be selected or excluded as we need this information in the TDD. Place findings in the documents as a draft, no need for ext... | non_main | confirm determine programming libraries used for contacts integration consider programming requirements for both android and ios document findings of approaches considered and why they should be selected or excluded as we need this information in the tdd place findings in the documents as a draft no need for ext... | 0 |
344,025 | 10,339,359,900 | IssuesEvent | 2019-09-03 19:08:32 | CodeForFoco/volunteercore | https://api.github.com/repos/CodeForFoco/volunteercore | closed | Bug: Admin can delete itself | priority:2 | Confirmed that Admins can delete themselves! Need to fix this on the back-end. | 1.0 | Bug: Admin can delete itself - Confirmed that Admins can delete themselves! Need to fix this on the back-end. | non_main | bug admin can delete itself confirmed that admins can delete themselves need to fix this on the back end | 0 |
5,885 | 32,031,566,736 | IssuesEvent | 2023-09-22 12:42:48 | carbon-design-system/carbon | https://api.github.com/repos/carbon-design-system/carbon | closed | [a11y]: The scrollable element <pre> with non-interactive content is not tabbable | type: a11y ♿ status: needs triage 🕵️♀️ status: waiting for maintainer response 💬 status: needs reproduction | ### Package
carbon-components
### Browser
Chrome
### Operating System
Windows
### Package version
V10
### React version
_No response_
### Automated testing tool and ruleset
IBM Accessbility Checker
### Assistive technology
_No response_
### Description
===== DEFECT DESCRIPTION =====
Problem 1: The scro... | True | [a11y]: The scrollable element <pre> with non-interactive content is not tabbable - ### Package
carbon-components
### Browser
Chrome
### Operating System
Windows
### Package version
V10
### React version
_No response_
### Automated testing tool and ruleset
IBM Accessbility Checker
### Assistive technology
... | main | the scrollable element with non interactive content is not tabbable package carbon components browser chrome operating system windows package version react version no response automated testing tool and ruleset ibm accessbility checker assistive technology no respons... | 1 |
1,254 | 5,317,027,828 | IssuesEvent | 2017-02-13 21:27:02 | duckduckgo/zeroclickinfo-fathead | https://api.github.com/repos/duckduckgo/zeroclickinfo-fathead | closed | C++ Reference Docs: Improve triggering (more lenient) | Maintainer Input Requested Mission: Programming Skill: Python Status: Work In Progress Suggestion Topic: C++ Triggering | The IA triggers on ['cpp std::unordered_set'](https://duckduckgo.com/?q=cpp+std%3A%3Aunordered_set&ia=about), but not on ['cpp unordered_set'](https://duckduckgo.com/?q=cpp+unordered_set&ia=about) or ['cpp unordered set'](https://duckduckgo.com/?q=cpp+unordered+set&ia=about).
We should improve triggering by allowing... | True | C++ Reference Docs: Improve triggering (more lenient) - The IA triggers on ['cpp std::unordered_set'](https://duckduckgo.com/?q=cpp+std%3A%3Aunordered_set&ia=about), but not on ['cpp unordered_set'](https://duckduckgo.com/?q=cpp+unordered_set&ia=about) or ['cpp unordered set'](https://duckduckgo.com/?q=cpp+unordered+se... | main | c reference docs improve triggering more lenient the ia triggers on but not on or we should improve triggering by allowing the header to be omitted and we should allow whitespace in place of underscores anywhere this causes a clash we should just build a disambiguation page with the entries... | 1 |
4,202 | 20,604,208,372 | IssuesEvent | 2022-03-06 18:33:57 | bromite/bromite | https://api.github.com/repos/bromite/bromite | closed | [Feature Request] FIDO/FIDO2/WebAuthn implementation using COTECH's SDK | enhancement enhancement-without-maintainer | <!-- Welcome! Thanks for taking time to submit a feature request.
Have you searched the issue tracker? https://github.com/bromite/bromite/issues
Have you read the F.A.Q.s? https://github.com/bromite/bromite/blob/master/FAQ.md
Have you read the README? https://github.com/bromite/bromite/blob/master/README.md
Have yo... | True | [Feature Request] FIDO/FIDO2/WebAuthn implementation using COTECH's SDK - <!-- Welcome! Thanks for taking time to submit a feature request.
Have you searched the issue tracker? https://github.com/bromite/bromite/issues
Have you read the F.A.Q.s? https://github.com/bromite/bromite/blob/master/FAQ.md
Have you read the... | main | fido webauthn implementation using cotech s sdk welcome thanks for taking time to submit a feature request have you searched the issue tracker have you read the f a q s have you read the readme have you read the wiki if instead of a feature request you want to ask a question then please ... | 1 |
106,661 | 4,281,881,541 | IssuesEvent | 2016-07-15 06:24:53 | xcat2/xcat-core | https://api.github.com/repos/xcat2/xcat-core | closed | [FVT] Ubuntu packaging problem, all files and directories belong to nobody.nogroup instead of root.root | component:packaging component:security priority:normal status:pending type:bug | All files and directories in the packages of xCAT Ubuntu build belong to ``nobody.nogroup``. Which is incorrect. All the files and directories should belong to ``root.root``.
# dpkg -c xcat-server_2.12-snap201605090931_all.deb
drwxr-xr-x nobody/nogroup 0 2016-05-09 08:00 ./
drwxr-xr-x nobody/nogroup... | 1.0 | [FVT] Ubuntu packaging problem, all files and directories belong to nobody.nogroup instead of root.root - All files and directories in the packages of xCAT Ubuntu build belong to ``nobody.nogroup``. Which is incorrect. All the files and directories should belong to ``root.root``.
# dpkg -c xcat-server_2.12-snap2... | non_main | ubuntu packaging problem all files and directories belong to nobody nogroup instead of root root all files and directories in the packages of xcat ubuntu build belong to nobody nogroup which is incorrect all the files and directories should belong to root root dpkg c xcat server all deb ... | 0 |
4,697 | 24,234,956,898 | IssuesEvent | 2022-09-26 22:00:54 | aws/aws-sam-cli | https://api.github.com/repos/aws/aws-sam-cli | closed | sam package & deploy without using an S3 bucket | type/feature stage/pm-review maintainer/need-response | ### Describe your idea/feature/enhancement
Currently sam package & deploy require an S3 bucket to store the packaged app and that the deployment be done from that location. Developers that already have an established CI/CD pipeline already have a repository for build artifacts where they'd like store the packaged sa... | True | sam package & deploy without using an S3 bucket - ### Describe your idea/feature/enhancement
Currently sam package & deploy require an S3 bucket to store the packaged app and that the deployment be done from that location. Developers that already have an established CI/CD pipeline already have a repository for build... | main | sam package deploy without using an bucket describe your idea feature enhancement currently sam package deploy require an bucket to store the packaged app and that the deployment be done from that location developers that already have an established ci cd pipeline already have a repository for build a... | 1 |
179,767 | 13,901,365,636 | IssuesEvent | 2020-10-20 02:44:28 | cmu-db/noisepage | https://api.github.com/repos/cmu-db/noisepage | closed | Python Test Harness: Run DBMS with RamDisk for OLTP-Bench Tests | tests | When we invoke OTLP-Bench now in our Jenkins pipeline, we run the DBMS using whatever the default disk to store the WAL. The 'Microbenchmark' stage in the `Jenkinsfile` uses a RAM disk that is mounted on the benchmark machines.
We want to extend the `Jenkinsfile-nightly` OTLP-Bench runs to also include RAM disk runs... | 1.0 | Python Test Harness: Run DBMS with RamDisk for OLTP-Bench Tests - When we invoke OTLP-Bench now in our Jenkins pipeline, we run the DBMS using whatever the default disk to store the WAL. The 'Microbenchmark' stage in the `Jenkinsfile` uses a RAM disk that is mounted on the benchmark machines.
We want to extend the `... | non_main | python test harness run dbms with ramdisk for oltp bench tests when we invoke otlp bench now in our jenkins pipeline we run the dbms using whatever the default disk to store the wal the microbenchmark stage in the jenkinsfile uses a ram disk that is mounted on the benchmark machines we want to extend the ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.