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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3,532 | 13,911,878,387 | IssuesEvent | 2020-10-20 18:01:42 | grey-software/Twitter-Focus | https://api.github.com/repos/grey-software/Twitter-Focus | opened | 🚀 Feature Request: Add donate buttons to the README.md | Domain: User Experience Role: Maintainer Type: Enhancement hacktoberfest-accepted | ### Problem Overview 👁️🗨️
Users should be able to donate/sponsor to Grey Software via the donate buttons on README.md for Twitter-Focus.
### What would you like? 🧰
Add the three donate buttons (PayPal, GitHub Sponsors and open-collective) to README.md for Twitter-Focus. The button style should be exactly ... | True | 🚀 Feature Request: Add donate buttons to the README.md - ### Problem Overview 👁️🗨️
Users should be able to donate/sponsor to Grey Software via the donate buttons on README.md for Twitter-Focus.
### What would you like? 🧰
Add the three donate buttons (PayPal, GitHub Sponsors and open-collective) to README... | main | 🚀 feature request add donate buttons to the readme md problem overview 👁️🗨️ users should be able to donate sponsor to grey software via the donate buttons on readme md for twitter focus what would you like 🧰 add the three donate buttons paypal github sponsors and open collective to readme... | 1 |
64,664 | 6,916,760,544 | IssuesEvent | 2017-11-29 04:38:34 | brave/browser-laptop | https://api.github.com/repos/brave/browser-laptop | reopened | Claim token button should be hidden if a wallet is recovered with ugp token | 0.19.x bug feature/ledger initiative/bat-payments QA/test-plan-specified release-notes/exclude | <!--
# Test plan
#
-->
### Description
Claim token button should be hidden if a wallet is recovered with ugp token
### Steps to Reproduce
1. Clean install 0.19.96
2. Create wallet and claim ugp tokens
3. Backup wallet and clear browser profile
4. Create a new browser profile
5. Enable... | 1.0 | Claim token button should be hidden if a wallet is recovered with ugp token - <!--
# Test plan
#
-->
### Description
Claim token button should be hidden if a wallet is recovered with ugp token
### Steps to Reproduce
1. Clean install 0.19.96
2. Create wallet and claim ugp tokens
3. Backup wall... | non_main | claim token button should be hidden if a wallet is recovered with ugp token test plan description claim token button should be hidden if a wallet is recovered with ugp token steps to reproduce clean install create wallet and claim ugp tokens backup wallet... | 0 |
1,064 | 4,889,233,762 | IssuesEvent | 2016-11-18 09:31:26 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | include_role doesn't work with with_items and multi host | affects_2.2 bug_report waiting_on_maintainer | ##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
include_role
##### ANSIBLE VERSION
```
ansible 2.2.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
```
##### CONFIGURATION
N/A
##### OS / ENVIRONMENT
Master: Ubuntu 16.04.2
Managed: Rhel 6.6
... | True | include_role doesn't work with with_items and multi host - ##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
include_role
##### ANSIBLE VERSION
```
ansible 2.2.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
```
##### CONFIGURATION
N/A
##### OS... | main | include role doesn t work with with items and multi host issue type bug report component name include role ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides configuration n a os... | 1 |
4,662 | 24,099,062,240 | IssuesEvent | 2022-09-19 21:49:00 | aws/aws-sam-cli | https://api.github.com/repos/aws/aws-sam-cli | closed | Permissions Error: Unstable state when updating repo | area/init maintainer/need-followup | When creating a Lambda SAM Application, I get a permissions error. `Error: Unstable state when updating repo. Check that you have permissions to create/delete files in C:\Users\user\AppData\Roaming\AWS SAM directory` Attached is the log file
1. OS: Windows 10
2. `sam --version`: SAM CLI, version 1.35.0
3. AWS regi... | True | Permissions Error: Unstable state when updating repo - When creating a Lambda SAM Application, I get a permissions error. `Error: Unstable state when updating repo. Check that you have permissions to create/delete files in C:\Users\user\AppData\Roaming\AWS SAM directory` Attached is the log file
1. OS: Windows 10
2... | main | permissions error unstable state when updating repo when creating a lambda sam application i get a permissions error error unstable state when updating repo check that you have permissions to create delete files in c users user appdata roaming aws sam directory attached is the log file os windows ... | 1 |
5,575 | 27,883,444,754 | IssuesEvent | 2023-03-21 21:20:16 | MozillaFoundation/foundation.mozilla.org | https://api.github.com/repos/MozillaFoundation/foundation.mozilla.org | closed | Convert .form-control stylings to Tailwind | engineering frontend SCSS/Tailwind maintain | Bring Bootstrap's `.form-control` stylings and our custom SCSS for that class to Tailwind.
Once this is done, we can then replace all the `.form-control` occurrences to `.tw-form-control`. (#10253) | True | Convert .form-control stylings to Tailwind - Bring Bootstrap's `.form-control` stylings and our custom SCSS for that class to Tailwind.
Once this is done, we can then replace all the `.form-control` occurrences to `.tw-form-control`. (#10253) | main | convert form control stylings to tailwind bring bootstrap s form control stylings and our custom scss for that class to tailwind once this is done we can then replace all the form control occurrences to tw form control | 1 |
4,235 | 20,983,991,657 | IssuesEvent | 2022-03-28 23:39:33 | walbourn/directx-vs-templates | https://api.github.com/repos/walbourn/directx-vs-templates | closed | STL Print HR Codes | maintainence | Suggestion: Using iomanip you can do some of the HR code printing in the following manner, specifically setfill setw and hex can do same work as fprints
```
#include <iostream>
#include <iomanip>
#include <thread>
inline void PrintHR(std::wstring message, HRESULT hr)
{
std::wcout << L"[" << std::setfill(... | True | STL Print HR Codes - Suggestion: Using iomanip you can do some of the HR code printing in the following manner, specifically setfill setw and hex can do same work as fprints
```
#include <iostream>
#include <iomanip>
#include <thread>
inline void PrintHR(std::wstring message, HRESULT hr)
{
std::wcout << ... | main | stl print hr codes suggestion using iomanip you can do some of the hr code printing in the following manner specifically setfill setw and hex can do same work as fprints include include include inline void printhr std wstring message hresult hr std wcout l std setfill l ... | 1 |
162,540 | 25,552,170,682 | IssuesEvent | 2022-11-30 01:19:08 | phetsims/beers-law-lab | https://api.github.com/repos/phetsims/beers-law-lab | closed | Use NumberDisplay in ConcentrationMeterNode and ATDetectorNode | dev:phet-io design:general | ConcentrationMeterNode and ATDetectorNode currently do not use NumberDisplay. They create their own Text node and background for the text, then manage the layout.
There is a concession that will need to be made if we use NumberDisplay. These meters currently use ShadedRectangle to provide a psuedo-3D inset "loo... | 1.0 | Use NumberDisplay in ConcentrationMeterNode and ATDetectorNode - ConcentrationMeterNode and ATDetectorNode currently do not use NumberDisplay. They create their own Text node and background for the text, then manage the layout.
There is a concession that will need to be made if we use NumberDisplay. These meter... | non_main | use numberdisplay in concentrationmeternode and atdetectornode concentrationmeternode and atdetectornode currently do not use numberdisplay they create their own text node and background for the text then manage the layout there is a concession that will need to be made if we use numberdisplay these meter... | 0 |
324,681 | 9,907,453,943 | IssuesEvent | 2019-06-27 15:50:55 | mantidproject/mantid | https://api.github.com/repos/mantidproject/mantid | closed | Colourfill plot on reduced SANS2D data gives an error | Component: Workbench Misc: Bug Priority: High | Matthew Andrew has an example of a reduced SANS2D dataset with ragged bins that does not plot in workbench with the colorfill option.
We need to grab the file and diagnose and fix the error. | 1.0 | Colourfill plot on reduced SANS2D data gives an error - Matthew Andrew has an example of a reduced SANS2D dataset with ragged bins that does not plot in workbench with the colorfill option.
We need to grab the file and diagnose and fix the error. | non_main | colourfill plot on reduced data gives an error matthew andrew has an example of a reduced dataset with ragged bins that does not plot in workbench with the colorfill option we need to grab the file and diagnose and fix the error | 0 |
61,881 | 8,560,618,959 | IssuesEvent | 2018-11-09 02:10:11 | docker/docker-py | https://api.github.com/repos/docker/docker-py | closed | refresh container.attrs | group/documentation level/dockerclient | Following code runs into a problem:
```
container = docker.from_env().containers.create(image=...)
container.start()
ip = container.attrs["NetworkSettings"]["Networks"]["bridge"]["IPAddress"]
# ip == "" :(, but I get it.
time.sleep(...)
ip = container.attrs["NetworkSettings"]["Networks"]["bridge"]["IPAddress"]... | 1.0 | refresh container.attrs - Following code runs into a problem:
```
container = docker.from_env().containers.create(image=...)
container.start()
ip = container.attrs["NetworkSettings"]["Networks"]["bridge"]["IPAddress"]
# ip == "" :(, but I get it.
time.sleep(...)
ip = container.attrs["NetworkSettings"]["Network... | non_main | refresh container attrs following code runs into a problem container docker from env containers create image container start ip container attrs ip but i get it time sleep ip container attrs ip still | 0 |
392,282 | 26,932,943,307 | IssuesEvent | 2023-02-07 18:10:51 | SPLATteam/splat-tutorial | https://api.github.com/repos/SPLATteam/splat-tutorial | closed | User feedback from Farmata | documentation | We have received the following feedback from our intern, Farmata, who reviewed the documentation. As a new user, her feedback provides some fresh perspectives.
1. Mention that for a single country while running on "ReportGen-Annual" we have to select "Separate subregions" and not select MAINa in "Subregions/countrie... | 1.0 | User feedback from Farmata - We have received the following feedback from our intern, Farmata, who reviewed the documentation. As a new user, her feedback provides some fresh perspectives.
1. Mention that for a single country while running on "ReportGen-Annual" we have to select "Separate subregions" and not select ... | non_main | user feedback from farmata we have received the following feedback from our intern farmata who reviewed the documentation as a new user her feedback provides some fresh perspectives mention that for a single country while running on reportgen annual we have to select separate subregions and not select ... | 0 |
27,916 | 5,120,939,116 | IssuesEvent | 2017-01-09 07:23:03 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | Templating fails when using any *ng directives | defect | **I'm submitting a ...** (check one with "x")
```
[ X] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request ... | 1.0 | Templating fails when using any *ng directives - **I'm submitting a ...** (check one with "x")
```
[ X] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support... | non_main | templating fails when using any ng directives i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here i... | 0 |
3,385 | 13,127,117,970 | IssuesEvent | 2020-08-06 09:46:06 | gama-platform/gama | https://api.github.com/repos/gama-platform/gama | closed | Setup SonarCloud on GAMA Repo | 🛠 Affects Maintainability 🤔 > Question 🤗 > Enhancement | **Is your request related to a problem? Please describe.**
It could be a great idea to use a code covering service on the GAMA repo. It will help to see what files are forgotten in the repo, clean dead code, etc
**Describe the solution you'd like**
I know [SonarQube software](https://www.sonarqube.org/) which wor... | True | Setup SonarCloud on GAMA Repo - **Is your request related to a problem? Please describe.**
It could be a great idea to use a code covering service on the GAMA repo. It will help to see what files are forgotten in the repo, clean dead code, etc
**Describe the solution you'd like**
I know [SonarQube software](https... | main | setup sonarcloud on gama repo is your request related to a problem please describe it could be a great idea to use a code covering service on the gama repo it will help to see what files are forgotten in the repo clean dead code etc describe the solution you d like i know which works very well ... | 1 |
2,171 | 7,611,041,361 | IssuesEvent | 2018-05-01 11:57:23 | beefproject/beef | https://api.github.com/repos/beefproject/beef | opened | Ruby 2.5 | Maintainability Ruby 2.5 | Test BeEF on Ruby 2.5.x.
Initial tests show that BeEF runs with Ruby 2.5.1, however database locking may or may not be a problem. This may or may not be an issue related to the SQLite dependencies.
| True | Ruby 2.5 - Test BeEF on Ruby 2.5.x.
Initial tests show that BeEF runs with Ruby 2.5.1, however database locking may or may not be a problem. This may or may not be an issue related to the SQLite dependencies.
| main | ruby test beef on ruby x initial tests show that beef runs with ruby however database locking may or may not be a problem this may or may not be an issue related to the sqlite dependencies | 1 |
5,406 | 27,127,512,718 | IssuesEvent | 2023-02-16 07:03:13 | OpenRefine/OpenRefine | https://api.github.com/repos/OpenRefine/OpenRefine | closed | Failing Cypress test in the CI | bug maintainability CI/CD | Our CI is red since 37a443d735811be58892d9dcbd5c36c835cddc6f, although the cause is likely external. We should fix this. | True | Failing Cypress test in the CI - Our CI is red since 37a443d735811be58892d9dcbd5c36c835cddc6f, although the cause is likely external. We should fix this. | main | failing cypress test in the ci our ci is red since although the cause is likely external we should fix this | 1 |
486,742 | 14,013,318,071 | IssuesEvent | 2020-10-29 10:15:47 | netdata/netdata | https://api.github.com/repos/netdata/netdata | closed | Netdata Cloud ECN href tag appears to be formatted incorrectly | area/web bug cloud priority/medium | <!--
When creating a bug report please:
- Verify first that your issue is not already reported on GitHub.
- Test if the latest release and master branch are affected too.
-->
##### Bug report summary
<!-- Provide a clear and concise description of the bug you're experiencing. -->
When you navigate to a specifi... | 1.0 | Netdata Cloud ECN href tag appears to be formatted incorrectly - <!--
When creating a bug report please:
- Verify first that your issue is not already reported on GitHub.
- Test if the latest release and master branch are affected too.
-->
##### Bug report summary
<!-- Provide a clear and concise description of... | non_main | netdata cloud ecn href tag appears to be formatted incorrectly when creating a bug report please verify first that your issue is not already reported on github test if the latest release and master branch are affected too bug report summary when you navigate to a specific node in netd... | 0 |
34,398 | 9,369,002,688 | IssuesEvent | 2019-04-03 09:59:35 | FRRouting/frr | https://api.github.com/repos/FRRouting/frr | closed | can not compile at netbsd-8 | build | I can't compile frr-7.0 at netbsd-8. Compile error:
```
gmake[1]: Entering directory '/tmp/frr-frr-7.0'
CC zebra/kernel_socket.o
zebra/kernel_socket.c:151:13: error: 'RTM_RESOLVE' undeclared here (not in a function)
{RTM_RESOLVE, "RTM_RESOLVE"},
^
gmake[1]: *** [Makefile:6956: ze... | 1.0 | can not compile at netbsd-8 - I can't compile frr-7.0 at netbsd-8. Compile error:
```
gmake[1]: Entering directory '/tmp/frr-frr-7.0'
CC zebra/kernel_socket.o
zebra/kernel_socket.c:151:13: error: 'RTM_RESOLVE' undeclared here (not in a function)
{RTM_RESOLVE, "RTM_RESOLVE"},
^
gm... | non_main | can not compile at netbsd i can t compile frr at netbsd compile error gmake entering directory tmp frr frr cc zebra kernel socket o zebra kernel socket c error rtm resolve undeclared here not in a function rtm resolve rtm resolve gmake ... | 0 |
524 | 2,957,024,724 | IssuesEvent | 2015-07-08 14:35:11 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | issue with Visual Composer | Compatibility Wait for Feedback | Hello, I am having issue with Visual Composer. it came with a theme
here is a screenshot: https://db.tt/aYMG3Ood | True | issue with Visual Composer - Hello, I am having issue with Visual Composer. it came with a theme
here is a screenshot: https://db.tt/aYMG3Ood | non_main | issue with visual composer hello i am having issue with visual composer it came with a theme here is a screenshot | 0 |
926 | 4,629,595,740 | IssuesEvent | 2016-09-28 09:46:49 | caskroom/homebrew-cask | https://api.github.com/repos/caskroom/homebrew-cask | opened | Proposal: get rid of `Hardware::CPU.is_32_bit?` conditionals | awaiting maintainer feedback cask | Snow Leopard was the last macOS release to support 32-bit. We can’t even guarantee HBC works that far back, and we certainly shouldn’t go out of our way to support such old versions.
As such, the `Hardware::CPU.is_32_bit?` seems useless. I propose we simply get rid of those conditionals altogether.
Casks in main ... | True | Proposal: get rid of `Hardware::CPU.is_32_bit?` conditionals - Snow Leopard was the last macOS release to support 32-bit. We can’t even guarantee HBC works that far back, and we certainly shouldn’t go out of our way to support such old versions.
As such, the `Hardware::CPU.is_32_bit?` seems useless. I propose we sim... | main | proposal get rid of hardware cpu is bit conditionals snow leopard was the last macos release to support bit we can’t even guarantee hbc works that far back and we certainly shouldn’t go out of our way to support such old versions as such the hardware cpu is bit seems useless i propose we simply... | 1 |
997 | 4,760,612,398 | IssuesEvent | 2016-10-25 03:57:51 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | copy module should preserve mode of src file when mode is not explicitly set | affects_1.9 bug_report feature_idea in progress waiting_on_maintainer | ##### Issue Type: Bug Report
##### Component Name: copy module
##### Ansible Version: 1.9.0.1
##### Environment: *ix
##### Summary:
When using the copy module to copy multiple files to their destination, it would be really useful if the mode of the source was preserved. This would allow copying several f... | True | copy module should preserve mode of src file when mode is not explicitly set - ##### Issue Type: Bug Report
##### Component Name: copy module
##### Ansible Version: 1.9.0.1
##### Environment: *ix
##### Summary:
When using the copy module to copy multiple files to their destination, it would be really use... | main | copy module should preserve mode of src file when mode is not explicitly set issue type bug report component name copy module ansible version environment ix summary when using the copy module to copy multiple files to their destination it would be really use... | 1 |
3,623 | 14,655,279,636 | IssuesEvent | 2020-12-28 10:38:13 | libgdx/libgdx | https://api.github.com/repos/libgdx/libgdx | closed | Extract a shared dependency for libgdx utility classes to reduce coupling | enhancement maintainer needed | I just wanted to add this promise into the tracker, where you would extract some common functionality like the Collections and Reflection helpers geared towards mobile and put them in a separate reusable project by modules like libgdx-ai in order to reduce their complete dependency on libgdx.
http://www.reddit.com/r/g... | True | Extract a shared dependency for libgdx utility classes to reduce coupling - I just wanted to add this promise into the tracker, where you would extract some common functionality like the Collections and Reflection helpers geared towards mobile and put them in a separate reusable project by modules like libgdx-ai in ord... | main | extract a shared dependency for libgdx utility classes to reduce coupling i just wanted to add this promise into the tracker where you would extract some common functionality like the collections and reflection helpers geared towards mobile and put them in a separate reusable project by modules like libgdx ai in ord... | 1 |
1,255 | 5,318,059,178 | IssuesEvent | 2017-02-14 00:33:41 | diofant/diofant | https://api.github.com/repos/diofant/diofant | closed | Drop diofant/plotting/experimental_lambdify.py | maintainability plotting | This should be replaced with standard lambdify, maybe improved.
See also sympy/sympy#11461, sympy/sympy#10925.
| True | Drop diofant/plotting/experimental_lambdify.py - This should be replaced with standard lambdify, maybe improved.
See also sympy/sympy#11461, sympy/sympy#10925.
| main | drop diofant plotting experimental lambdify py this should be replaced with standard lambdify maybe improved see also sympy sympy sympy sympy | 1 |
251,902 | 8,029,226,384 | IssuesEvent | 2018-07-27 15:20:21 | mozilla/addons-frontend | https://api.github.com/repos/mozilla/addons-frontend | closed | [tracker] Collections feature | component: collections component: legacy pages priority: p3 project: 2018 Q1 project: amo project: desktop pages triaged | **The collections feature is being tracked in [this project](https://github.com/mozilla/addons-frontend/projects/3?fullscreen=true)**
Docs / specs:
- [Collections features that we are implementing](https://docs.google.com/document/d/1cJ1k8HsAb6taauvJMDLOiYMa1McfUXNgEtax3hoToPc/edit#heading=h.z5wk3ws26iay)
- [Ove... | 1.0 | [tracker] Collections feature - **The collections feature is being tracked in [this project](https://github.com/mozilla/addons-frontend/projects/3?fullscreen=true)**
Docs / specs:
- [Collections features that we are implementing](https://docs.google.com/document/d/1cJ1k8HsAb6taauvJMDLOiYMa1McfUXNgEtax3hoToPc/edit... | non_main | collections feature the collections feature is being tracked in docs specs see the following links for the separate issues collection view mvp link to edit your collection while signed in landed platform work needed for feature... | 0 |
88,329 | 25,377,193,835 | IssuesEvent | 2022-11-21 14:56:10 | pulumi/pulumi | https://api.github.com/repos/pulumi/pulumi | closed | Community contributions failing to merge | kind/bug p1 area/build | See: https://github.com/pulumi/pulumi/pull/11307
Bors expects a status check to complete to ensure that the PR doesn't have any reverse lints. However community contributions are failing to reach the lint step.
| 1.0 | Community contributions failing to merge - See: https://github.com/pulumi/pulumi/pull/11307
Bors expects a status check to complete to ensure that the PR doesn't have any reverse lints. However community contributions are failing to reach the lint step.
| non_main | community contributions failing to merge see bors expects a status check to complete to ensure that the pr doesn t have any reverse lints however community contributions are failing to reach the lint step | 0 |
55,574 | 3,073,790,290 | IssuesEvent | 2015-08-20 00:33:05 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | can not access to remote client | bug imported invalid Priority-Medium | _From [Dev...@gmail.com](https://code.google.com/u/109568600924356269958/) on June 27, 2013 00:48:49_
What steps will reproduce the problem? 1.Run RemoteControl UI.java,a new windows showed
2.Click the button "Connect"
3.See details in the console
What is the expected output?
What do you see instead?
Forward... | 1.0 | can not access to remote client - _From [Dev...@gmail.com](https://code.google.com/u/109568600924356269958/) on June 27, 2013 00:48:49_
What steps will reproduce the problem? 1.Run RemoteControl UI.java,a new windows showed
2.Click the button "Connect"
3.See details in the console
What is the expected output?
... | non_main | can not access to remote client from on june what steps will reproduce the problem run remotecontrol ui java a new windows showed click the button connect see details in the console what is the expected output what do you see instead forwarding port from local to device em... | 0 |
5,663 | 29,351,047,308 | IssuesEvent | 2023-05-27 00:11:10 | Homebrew/homebrew-cask | https://api.github.com/repos/Homebrew/homebrew-cask | closed | Error Installing Cask calibre 6.17.0 hdiutil: attach failed - no mountable file systems | awaiting maintainer feedback stale | ### Verification
- [X] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/closing_issues_without_review.md).
- [X] I have retried my command with `--force`.
- [X] I ran `brew update-reset && brew update` and retried my... | True | Error Installing Cask calibre 6.17.0 hdiutil: attach failed - no mountable file systems - ### Verification
- [X] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/closing_issues_without_review.md).
- [X] I have retrie... | main | error installing cask calibre hdiutil attach failed no mountable file systems verification i understand that i have retried my command with force i ran brew update reset brew update and retried my command i ran brew doctor fixed as many issues as possible and retried my... | 1 |
1,662 | 6,574,059,238 | IssuesEvent | 2017-09-11 11:17:52 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | ec2_ami module broken in Ansible 2.2 | affects_2.2 aws bug_report cloud waiting_on_maintainer | <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
component: ec2_ami
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible -... | True | ec2_ami module broken in Ansible 2.2 - <!--- 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 -->
component: ec2_ami
##### ANSIBLE VERSION
<!--... | main | ami module broken in ansible issue type bug report component name component ami ansible version ansible version usr site packages cryptography init py deprecationwarning python is no longer supported by the python core team please up... | 1 |
3,552 | 14,099,735,972 | IssuesEvent | 2020-11-06 02:12:30 | alacritty/alacritty | https://api.github.com/repos/alacritty/alacritty | closed | Consider setting up editorconfig | C - waiting on maintainer enhancement | While rustfmt prevents us from spending our time on catching things like wrong indention or mixed indention, it's unclear what we're expecting for our shaders, etc, since rustfmt doesn't work on them, thus I think it'll be nice to have `.editorconfig` which could cover them, as well as rust itself. A lot of editors, li... | True | Consider setting up editorconfig - While rustfmt prevents us from spending our time on catching things like wrong indention or mixed indention, it's unclear what we're expecting for our shaders, etc, since rustfmt doesn't work on them, thus I think it'll be nice to have `.editorconfig` which could cover them, as well a... | main | consider setting up editorconfig while rustfmt prevents us from spending our time on catching things like wrong indention or mixed indention it s unclear what we re expecting for our shaders etc since rustfmt doesn t work on them thus i think it ll be nice to have editorconfig which could cover them as well a... | 1 |
4,891 | 25,102,909,178 | IssuesEvent | 2022-11-08 14:48:10 | bazelbuild/intellij | https://api.github.com/repos/bazelbuild/intellij | closed | can't debug on macos using clion | type: bug product: CLion os: macos lang: c++ topic: debugging awaiting-maintainer | **details**
i built a simple project < [example](https://github.com/dwtj/clwb-bugs-example) > successfully and i could run it directly , but i can't debug it
clion just stuck on debug state and disable my breakpoints,
 > successfully and i could run it directly , but i can't debug it
clion just stuck on debug state and disable my breakpoints,
 and we want to refund the customer $5. We set adjustment fee to $60.00 ($5 refunded).
The totals appear correct, but the tax on the credit memo is the tax from original order, not the tax on the refund.
The tax needs to be recalculated for credit memo, as we must be abl... | 1.0 | Credit Memo - doesn't recalculate tax - If an order is placed for $65.00 (incl tax) and we want to refund the customer $5. We set adjustment fee to $60.00 ($5 refunded).
The totals appear correct, but the tax on the credit memo is the tax from original order, not the tax on the refund.
The tax needs to be recalcu... | non_main | credit memo doesn t recalculate tax if an order is placed for incl tax and we want to refund the customer we set adjustment fee to refunded the totals appear correct but the tax on the credit memo is the tax from original order not the tax on the refund the tax needs to be recalculate... | 0 |
5,504 | 27,487,079,296 | IssuesEvent | 2023-03-04 06:52:34 | keptn/community | https://api.github.com/repos/keptn/community | closed | New Maintainer: @AnaMMedina21 | membership:maintainer community | As a GC member @AnaMMedina21 has been approved as a maintainer with the votes of
+1 @AloisReitbauer
+1 @thisthat
+1 @thschue
Checklist:
* [x] Create PR to add @AnaMMedina21 to [MAINTAINERS](https://github.com/keptn/keptn/blob/master/MAINTAINERS)
* [x] Add @AnaMMedina21 as maintainer in the CNCF (https://g... | True | New Maintainer: @AnaMMedina21 - As a GC member @AnaMMedina21 has been approved as a maintainer with the votes of
+1 @AloisReitbauer
+1 @thisthat
+1 @thschue
Checklist:
* [x] Create PR to add @AnaMMedina21 to [MAINTAINERS](https://github.com/keptn/keptn/blob/master/MAINTAINERS)
* [x] Add @AnaMMedina21 as m... | main | new maintainer as a gc member has been approved as a maintainer with the votes of aloisreitbauer thisthat thschue checklist create pr to add to add as maintainer in the cncf merge pr add as an owner to the github organization and to the maintainers... | 1 |
4,419 | 22,744,001,862 | IssuesEvent | 2022-07-07 07:31:47 | cloverhearts/quilljs-markdown | https://api.github.com/repos/cloverhearts/quilljs-markdown | closed | add QuillMarkdown to quill.modules{} | WILL MAKE IT NICE IDEA Saw with Maintainer READY FOR MERGE | I see in [your examples](https://cloverhearts.github.io/quilljs-markdown/) that you enable QuillMarkdown this way `new QuillMarkdown(editor, markdownOptions)`, the standard method to enable it like this
```
Quill.register('modules/QuillMarkdown',QuillMarkdown,true)
new quill('#editor', {
modules: {
QuillMa... | True | add QuillMarkdown to quill.modules{} - I see in [your examples](https://cloverhearts.github.io/quilljs-markdown/) that you enable QuillMarkdown this way `new QuillMarkdown(editor, markdownOptions)`, the standard method to enable it like this
```
Quill.register('modules/QuillMarkdown',QuillMarkdown,true)
new quill... | main | add quillmarkdown to quill modules i see in that you enable quillmarkdown this way new quillmarkdown editor markdownoptions the standard method to enable it like this quill register modules quillmarkdown quillmarkdown true new quill editor modules quillmarkdown options ... | 1 |
33,603 | 16,044,155,742 | IssuesEvent | 2021-04-22 11:42:44 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | Possible performance issue when partition number is large | type/performance | https://github.com/pingcap/tidb/blob/master/planner/core/logical_plan_builder.go#L2456 will iterator all partitions for each statement, if the statement is simple and the partition number is large like 1024 the cost here is not trivial. | True | Possible performance issue when partition number is large - https://github.com/pingcap/tidb/blob/master/planner/core/logical_plan_builder.go#L2456 will iterator all partitions for each statement, if the statement is simple and the partition number is large like 1024 the cost here is not trivial. | non_main | possible performance issue when partition number is large will iterator all partitions for each statement if the statement is simple and the partition number is large like the cost here is not trivial | 0 |
405,978 | 11,885,563,043 | IssuesEvent | 2020-03-27 19:52:48 | NuGet/Home | https://api.github.com/repos/NuGet/Home | closed | Nomination errors, such as bad data (version, tfm etc), are not propagated to Visual Studio. | Area:Logging Area:Restore Priority:2 Style:PackageReference Type:Bug | Take this project;
```
<Project>
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net472</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NuGet.Common" Version="blabla" />
</ItemGroup>
... | 1.0 | Nomination errors, such as bad data (version, tfm etc), are not propagated to Visual Studio. - Take this project;
```
<Project>
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net472</TargetFrameworks>
</PropertyGroup>
... | non_main | nomination errors such as bad data version tfm etc are not propagated to visual studio take this project exe restore from the commandline the output contains something like the below microsoft r build engine versio... | 0 |
217,729 | 7,327,782,240 | IssuesEvent | 2018-03-04 14:17:22 | Radarr/Radarr | https://api.github.com/repos/Radarr/Radarr | closed | Feature Request: Backlog Search (not RSS) | enhancement priority:medium under investigation | Add the option to periodically run a search for movies that are in the watched list, but don't meet the existing quality cutoff. | 1.0 | Feature Request: Backlog Search (not RSS) - Add the option to periodically run a search for movies that are in the watched list, but don't meet the existing quality cutoff. | non_main | feature request backlog search not rss add the option to periodically run a search for movies that are in the watched list but don t meet the existing quality cutoff | 0 |
364,929 | 25,512,630,256 | IssuesEvent | 2022-11-28 14:11:55 | CSCI-GA-2820-FA22-001/promotions | https://api.github.com/repos/CSCI-GA-2820-FA22-001/promotions | opened | Refactor the ID endpoint using RestPLUS | documentation | **As a** developer
**I need** implement Flask-RESTPlus
**So that** I could generate Swagger Doc with less effort
### Details and Assumptions
* Refactor the endpoints by following the layout outlined in lab-flask-restplus-swagger repo
Endpoints:
1. Retrieving a promotion
2. Deleting a promotion
### Ac... | 1.0 | Refactor the ID endpoint using RestPLUS - **As a** developer
**I need** implement Flask-RESTPlus
**So that** I could generate Swagger Doc with less effort
### Details and Assumptions
* Refactor the endpoints by following the layout outlined in lab-flask-restplus-swagger repo
Endpoints:
1. Retrieving a promo... | non_main | refactor the id endpoint using restplus as a developer i need implement flask restplus so that i could generate swagger doc with less effort details and assumptions refactor the endpoints by following the layout outlined in lab flask restplus swagger repo endpoints retrieving a promo... | 0 |
4,955 | 2,610,162,375 | IssuesEvent | 2015-02-26 18:51:29 | chrsmith/republic-at-war | https://api.github.com/repos/chrsmith/republic-at-war | closed | AT-TE | auto-migrated Priority-Medium Type-Defect | ```
Increase Health...
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 26 Feb 2011 at 7:06 | 1.0 | AT-TE - ```
Increase Health...
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 26 Feb 2011 at 7:06 | non_main | at te increase health original issue reported on code google com by gmail com on feb at | 0 |
4,773 | 24,587,756,654 | IssuesEvent | 2022-10-13 21:28:32 | mozilla/foundation.mozilla.org | https://api.github.com/repos/mozilla/foundation.mozilla.org | closed | index page Queryset iteration can fail | engineering backend Maintain | ### Describe the bug
```
Feb 23 19:35:38 foundation-mozilla-org app/web.3 Internal Server Error: /en/blog/category/mozilla-festival/
Feb 23 19:35:38 foundation-mozilla-org app/web.3 Traceback (most recent call last):
Feb 23 19:35:38 foundation-mozilla-org app/web.3 File "/app/.heroku/python/lib/python3.7/site-p... | True | index page Queryset iteration can fail - ### Describe the bug
```
Feb 23 19:35:38 foundation-mozilla-org app/web.3 Internal Server Error: /en/blog/category/mozilla-festival/
Feb 23 19:35:38 foundation-mozilla-org app/web.3 Traceback (most recent call last):
Feb 23 19:35:38 foundation-mozilla-org app/web.3 File ... | main | index page queryset iteration can fail describe the bug feb foundation mozilla org app web internal server error en blog category mozilla festival feb foundation mozilla org app web traceback most recent call last feb foundation mozilla org app web file app herok... | 1 |
73,341 | 9,660,465,470 | IssuesEvent | 2019-05-20 15:32:35 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | opened | Update / delete `build-system/SERVING.md` | Category: Tooling Related to: Documentation | The [How AMP HTML is deployed](https://github.com/ampproject/amphtml/blob/master/build-system/SERVING.md) article was written 3 years ago, and is outdated.
Once the new release workflow is in place, this file should either be updated or deleted. | 1.0 | Update / delete `build-system/SERVING.md` - The [How AMP HTML is deployed](https://github.com/ampproject/amphtml/blob/master/build-system/SERVING.md) article was written 3 years ago, and is outdated.
Once the new release workflow is in place, this file should either be updated or deleted. | non_main | update delete build system serving md the article was written years ago and is outdated once the new release workflow is in place this file should either be updated or deleted | 0 |
1,700 | 6,574,386,170 | IssuesEvent | 2017-09-11 12:42:01 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | rds param group module to enable logging | affects_2.3 bug_report waiting_on_maintainer | There is no option to enable logging by default
##### ISSUE TYPE
- Bug Report
- Feature Idea
- Documentation Report
##### COMPONENT NAME
rds_param_group_module
##### SUMMARY
There is no option to change logging behaviour on RDSs
| True | rds param group module to enable logging - There is no option to enable logging by default
##### ISSUE TYPE
- Bug Report
- Feature Idea
- Documentation Report
##### COMPONENT NAME
rds_param_group_module
##### SUMMARY
There is no option to change logging behaviour on RDSs
| main | rds param group module to enable logging there is no option to enable logging by default issue type bug report feature idea documentation report component name rds param group module summary there is no option to change logging behaviour on rdss | 1 |
37,134 | 2,815,753,747 | IssuesEvent | 2015-05-19 07:25:19 | HGustavs/LenaSYS | https://api.github.com/repos/HGustavs/LenaSYS | closed | Answer/Parameter not working for duggor | DuggaSys lowPriority | The format used for the parameter and answer when you create a dugga is no longer legal, e.g "danswer":"00000010 0 2". Quotation marks are no longer usable due to safety reasons so a workaround for this has to be created. | 1.0 | Answer/Parameter not working for duggor - The format used for the parameter and answer when you create a dugga is no longer legal, e.g "danswer":"00000010 0 2". Quotation marks are no longer usable due to safety reasons so a workaround for this has to be created. | non_main | answer parameter not working for duggor the format used for the parameter and answer when you create a dugga is no longer legal e g danswer quotation marks are no longer usable due to safety reasons so a workaround for this has to be created | 0 |
438,576 | 12,641,512,935 | IssuesEvent | 2020-06-16 06:20:36 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | Activity feed: showing only the Activities for the logged-in Account | bug component: activity priority: high | **Describe the bug**
If a User or Admin is logged in, he can only see the Activities he's done on the feed (example: posting in a Group or replying to a discussion).
When you log out, you can see ALL USERS activity.
**To Reproduce**
Steps to reproduce the behavior:
1. Logged in as a User
2. Post something on yo... | 1.0 | Activity feed: showing only the Activities for the logged-in Account - **Describe the bug**
If a User or Admin is logged in, he can only see the Activities he's done on the feed (example: posting in a Group or replying to a discussion).
When you log out, you can see ALL USERS activity.
**To Reproduce**
Steps to r... | non_main | activity feed showing only the activities for the logged in account describe the bug if a user or admin is logged in he can only see the activities he s done on the feed example posting in a group or replying to a discussion when you log out you can see all users activity to reproduce steps to r... | 0 |
5,583 | 27,982,410,229 | IssuesEvent | 2023-03-26 10:07:27 | beyarkay/eskom-calendar | https://api.github.com/repos/beyarkay/eskom-calendar | opened | Missing area schedule | waiting-on-maintainer missing-area-schedule | **What area(s) couldn't you find on [eskomcalendar.co.za](https://eskomcalendar.co.za/ec)?**
Please also give the province/municipality, our beautiful country has a surprising number of places that are named the same as each other. If you know what your area is named on EskomSePush, including that also helps a lot.
... | True | Missing area schedule - **What area(s) couldn't you find on [eskomcalendar.co.za](https://eskomcalendar.co.za/ec)?**
Please also give the province/municipality, our beautiful country has a surprising number of places that are named the same as each other. If you know what your area is named on EskomSePush, including t... | main | missing area schedule what area s couldn t you find on please also give the province municipality our beautiful country has a surprising number of places that are named the same as each other if you know what your area is named on eskomsepush including that also helps a lot where did you hear about ... | 1 |
67,258 | 12,892,186,128 | IssuesEvent | 2020-07-13 19:08:06 | sourcegraph/sourcegraph | https://api.github.com/repos/sourcegraph/sourcegraph | closed | Write RFC to scale the bundle manager | team/code-intelligence | This will need to happen sooner than later. Our bundle manager service is currently designed to scale horizontally, but for technical reasons we cannot shard it and is effectively a singleton service. This will undoubtedly become a bottleneck.
Write an RFC that identifies the problem points that prevent horizontal s... | 1.0 | Write RFC to scale the bundle manager - This will need to happen sooner than later. Our bundle manager service is currently designed to scale horizontally, but for technical reasons we cannot shard it and is effectively a singleton service. This will undoubtedly become a bottleneck.
Write an RFC that identifies the ... | non_main | write rfc to scale the bundle manager this will need to happen sooner than later our bundle manager service is currently designed to scale horizontally but for technical reasons we cannot shard it and is effectively a singleton service this will undoubtedly become a bottleneck write an rfc that identifies the ... | 0 |
2,896 | 10,319,663,928 | IssuesEvent | 2019-08-30 18:10:03 | backdrop-ops/contrib | https://api.github.com/repos/backdrop-ops/contrib | closed | Port request: navbar | Maintainer application Port complete Port request | I think the admin menu of backdrop is great, but I think there is another very great module: the drupal navbar module. I think it has a great user experience; it would be great to port it in backdrop and maybe use it as a default admin menu, or maybe use a mixture between the backdrop admin menu and the drupal navbar m... | True | Port request: navbar - I think the admin menu of backdrop is great, but I think there is another very great module: the drupal navbar module. I think it has a great user experience; it would be great to port it in backdrop and maybe use it as a default admin menu, or maybe use a mixture between the backdrop admin menu ... | main | port request navbar i think the admin menu of backdrop is great but i think there is another very great module the drupal navbar module i think it has a great user experience it would be great to port it in backdrop and maybe use it as a default admin menu or maybe use a mixture between the backdrop admin menu ... | 1 |
4,239 | 20,999,968,329 | IssuesEvent | 2022-03-29 16:29:23 | aws/serverless-application-model | https://api.github.com/repos/aws/serverless-application-model | closed | CommaDelimitedList Property with AllowedValues - Parameter must be one of AllowedValues | type/feature maintainer/need-followup | <!--
Before reporting a new issue, make sure we don't have any duplicates already open or closed by
searching the issues list. If there is a duplicate, re-open or add a comment to the
existing issue instead of creating a new one. If you are reporting a bug,
make sure to include relevant information asked below to... | True | CommaDelimitedList Property with AllowedValues - Parameter must be one of AllowedValues - <!--
Before reporting a new issue, make sure we don't have any duplicates already open or closed by
searching the issues list. If there is a duplicate, re-open or add a comment to the
existing issue instead of creating a new ... | main | commadelimitedlist property with allowedvalues parameter must be one of allowedvalues before reporting a new issue make sure we don t have any duplicates already open or closed by searching the issues list if there is a duplicate re open or add a comment to the existing issue instead of creating a new ... | 1 |
56,227 | 14,984,678,726 | IssuesEvent | 2021-01-28 18:56:54 | department-of-veterans-affairs/va.gov-cms | https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms | closed | Table Field module incorrectly saves the values | Core Application Team Defect Drupal engineering Unplanned work | **Describe the defect**
When the table field saves it's data, it is injecting the `caption` field into the `values` field. This causes the `values` field to be serialized as an object instead of an array. This causes the output of the JSON created by CMS export to be inconsistent depending on if the caption exists.
... | 1.0 | Table Field module incorrectly saves the values - **Describe the defect**
When the table field saves it's data, it is injecting the `caption` field into the `values` field. This causes the `values` field to be serialized as an object instead of an array. This causes the output of the JSON created by CMS export to be... | non_main | table field module incorrectly saves the values describe the defect when the table field saves it s data it is injecting the caption field into the values field this causes the values field to be serialized as an object instead of an array this causes the output of the json created by cms export to be... | 0 |
1,000 | 4,769,875,134 | IssuesEvent | 2016-10-26 13:53:08 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | Key does not seem to have been added (but it has) | affects_2.1 bug_report waiting_on_maintainer | ##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
`apt_key`
##### ANSIBLE VERSION
```
ansible 2.1.2.0
```
##### OS / ENVIRONMENT
N/A
##### SUMMARY
The module says it fails but the key has successfully been added on servers
##### STEPS TO REPRODUCE
```
- name: add key for yarn package
apt_... | True | Key does not seem to have been added (but it has) - ##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
`apt_key`
##### ANSIBLE VERSION
```
ansible 2.1.2.0
```
##### OS / ENVIRONMENT
N/A
##### SUMMARY
The module says it fails but the key has successfully been added on servers
##### STEPS TO REPR... | main | key does not seem to have been added but it has issue type bug report component name apt key ansible version ansible os environment n a summary the module says it fails but the key has successfully been added on servers steps to repr... | 1 |
580 | 4,069,151,074 | IssuesEvent | 2016-05-27 01:55:39 | Particular/NServiceBus.Host.AzureCloudService | https://api.github.com/repos/Particular/NServiceBus.Host.AzureCloudService | closed | Unnecessary Cloud Service role instance recycling on removal of a dynamic hosted endpoint from storage | State: In Progress - Maintainer Prio Tag: Maintainer Prio Type: Bug | ## Who's affected
* All users using Azure Cloud Service dynamic host (multi-host) that need to remove dynamic endpoints from the host.
## Symptoms
When a dynamically hosted endpoint is not longer needed and removed from a storage account, Azure dynamic host performs unnecessary role instance recycling. This ca... | True | Unnecessary Cloud Service role instance recycling on removal of a dynamic hosted endpoint from storage - ## Who's affected
* All users using Azure Cloud Service dynamic host (multi-host) that need to remove dynamic endpoints from the host.
## Symptoms
When a dynamically hosted endpoint is not longer needed and... | main | unnecessary cloud service role instance recycling on removal of a dynamic hosted endpoint from storage who s affected all users using azure cloud service dynamic host multi host that need to remove dynamic endpoints from the host symptoms when a dynamically hosted endpoint is not longer needed and... | 1 |
235,318 | 19,323,150,062 | IssuesEvent | 2021-12-14 08:34:36 | asyncapi/ts-nats-template | https://api.github.com/repos/asyncapi/ts-nats-template | closed | Introduce TCK as a CI test | enhancement tests stale | #### Reason/Context
Introduce the [TCK](https://github.com/asyncapi/tck) to ensure all valid AsyncAPI documents works as expected. i.e. can be generated and tests are succeeding.
#### Description
How this should be solved is up for discussion.
Depending on the time it takes to finish all the tests by the CI we ... | 1.0 | Introduce TCK as a CI test - #### Reason/Context
Introduce the [TCK](https://github.com/asyncapi/tck) to ensure all valid AsyncAPI documents works as expected. i.e. can be generated and tests are succeeding.
#### Description
How this should be solved is up for discussion.
Depending on the time it takes to finis... | non_main | introduce tck as a ci test reason context introduce the to ensure all valid asyncapi documents works as expected i e can be generated and tests are succeeding description how this should be solved is up for discussion depending on the time it takes to finish all the tests by the ci we might ... | 0 |
426,968 | 29,670,247,903 | IssuesEvent | 2023-06-11 10:12:25 | AttractorSchool/ESDP-AP-10-3 | https://api.github.com/repos/AttractorSchool/ESDP-AP-10-3 | closed | Добавить страницу о "Docker" в Wiki проекта[5] | documentation | ## Для чего это нужно ?
Docker решает проблемы зависимостей и рабочего окружения. Контейнеры позволяют упаковать в единый образ приложение и все его зависимости: библиотеки, системные утилиты и файлы настройки. Это упрощает перенос приложения на другую инфраструктуру. Так как нам придется скоро начинать работу с Docke... | 1.0 | Добавить страницу о "Docker" в Wiki проекта[5] - ## Для чего это нужно ?
Docker решает проблемы зависимостей и рабочего окружения. Контейнеры позволяют упаковать в единый образ приложение и все его зависимости: библиотеки, системные утилиты и файлы настройки. Это упрощает перенос приложения на другую инфраструктуру. Т... | non_main | добавить страницу о docker в wiki проекта для чего это нужно docker решает проблемы зависимостей и рабочего окружения контейнеры позволяют упаковать в единый образ приложение и все его зависимости библиотеки системные утилиты и файлы настройки это упрощает перенос приложения на другую инфраструктуру так... | 0 |
2,413 | 8,569,230,279 | IssuesEvent | 2018-11-11 08:11:42 | ansible/ansible | https://api.github.com/repos/ansible/ansible | closed | AttributeError: 'EC2' object has no attribute 'describe_iam_instance_profile_associations' | affects_2.6 aws bug cloud module needs_maintainer support:community traceback | <!---
Verify first that your issue/request is not already reported on GitHub.
THIS FORM WILL BE READ BY A MACHINE, COMPLETE ALL SECTIONS AS DESCRIBED.
Also test if the latest release, and devel branch are affected too.
ALWAYS add information AFTER (OUTSIDE) these html comments.
Otherwise it may end up being automa... | True | AttributeError: 'EC2' object has no attribute 'describe_iam_instance_profile_associations' - <!---
Verify first that your issue/request is not already reported on GitHub.
THIS FORM WILL BE READ BY A MACHINE, COMPLETE ALL SECTIONS AS DESCRIBED.
Also test if the latest release, and devel branch are affected too.
ALWA... | main | attributeerror object has no attribute describe iam instance profile associations verify first that your issue request is not already reported on github this form will be read by a machine complete all sections as described also test if the latest release and devel branch are affected too always... | 1 |
660,827 | 22,032,648,686 | IssuesEvent | 2022-05-28 04:35:39 | hackforla/tdm-calculator | https://api.github.com/repos/hackforla/tdm-calculator | closed | Implement Bonus Package information to accordians on Calculation/4 | role: front-end level: hard decision p-Feature - Bonus Packages dependencies priority: MUST HAVE p-Feature - Strategies Page | ### Overview
We have a new design for showing the bonus package information on the site that we will need to implement. Dependency to issue #1137
### Action Items
- [x] Eliminate conditional page /4 for users qualifying for bonus packages
- [x] add bonus package information as tool tips to the bonus packag... | 1.0 | Implement Bonus Package information to accordians on Calculation/4 - ### Overview
We have a new design for showing the bonus package information on the site that we will need to implement. Dependency to issue #1137
### Action Items
- [x] Eliminate conditional page /4 for users qualifying for bonus packages
... | non_main | implement bonus package information to accordians on calculation overview we have a new design for showing the bonus package information on the site that we will need to implement dependency to issue action items eliminate conditional page for users qualifying for bonus packages ... | 0 |
606 | 4,104,079,971 | IssuesEvent | 2016-06-05 04:31:56 | spyder-ide/spyder | https://api.github.com/repos/spyder-ide/spyder | closed | Spyder doesn't work with QtWebEngine | Type-Bug Type-Maintainability | ## Description of your problem
I tried to launch spyder 3.0.0 beta2 from command line with qt5 installed from homebrew, sip and pyqt5 install from source code and spyder preview installed from pip, when I launched it, the error log said
Traceback (most recent call last):
File "/usr/local/lib/python3.5/site-packa... | True | Spyder doesn't work with QtWebEngine - ## Description of your problem
I tried to launch spyder 3.0.0 beta2 from command line with qt5 installed from homebrew, sip and pyqt5 install from source code and spyder preview installed from pip, when I launched it, the error log said
Traceback (most recent call last):
Fi... | main | spyder doesn t work with qtwebengine description of your problem i tried to launch spyder from command line with installed from homebrew sip and install from source code and spyder preview installed from pip when i launched it the error log said traceback most recent call last file usr l... | 1 |
576 | 4,055,412,755 | IssuesEvent | 2016-05-24 15:24:18 | spyder-ide/spyder | https://api.github.com/repos/spyder-ide/spyder | closed | Start testing with pytest/pytest-qt and coverage for Spyder | Type-Enhancement Type-Maintainability | I've never thought of creating a test suite because Spyder has a lot of moving parts, and it's hard to sit down and provide a test for each of them.
However, I've heard a lot lately that Spyder is considered unstable by several people. So I think we should start (at least) by testing that Spyder starts with the git-... | True | Start testing with pytest/pytest-qt and coverage for Spyder - I've never thought of creating a test suite because Spyder has a lot of moving parts, and it's hard to sit down and provide a test for each of them.
However, I've heard a lot lately that Spyder is considered unstable by several people. So I think we shoul... | main | start testing with pytest pytest qt and coverage for spyder i ve never thought of creating a test suite because spyder has a lot of moving parts and it s hard to sit down and provide a test for each of them however i ve heard a lot lately that spyder is considered unstable by several people so i think we shoul... | 1 |
825 | 4,461,291,886 | IssuesEvent | 2016-08-24 04:33:38 | duckduckgo/zeroclickinfo-spice | https://api.github.com/repos/duckduckgo/zeroclickinfo-spice | closed | Forecast: Add % precipitation to answer | Improvement Maintainer Input Requested PR Received Suggestion | could show % precipitation to answer as this could be useful to some users.
------
IA Page: http://duck.co/ia/view/forecast
[Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @himanshu0113 | True | Forecast: Add % precipitation to answer - could show % precipitation to answer as this could be useful to some users.
------
IA Page: http://duck.co/ia/view/forecast
[Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @himanshu0113 | main | forecast add precipitation to answer could show precipitation to answer as this could be useful to some users ia page | 1 |
5,532 | 27,658,483,586 | IssuesEvent | 2023-03-12 08:35:06 | leonhard-s/ps2-api-docs | https://api.github.com/repos/leonhard-s/ps2-api-docs | closed | Consider simplifying OpenAPI `paths` | enhancement maintainability | We are currently listing the paths for each collection individually. This gives more flexibility with collection-specific parameters, but also adds a lot of boilerplate code. To be investigated. | True | Consider simplifying OpenAPI `paths` - We are currently listing the paths for each collection individually. This gives more flexibility with collection-specific parameters, but also adds a lot of boilerplate code. To be investigated. | main | consider simplifying openapi paths we are currently listing the paths for each collection individually this gives more flexibility with collection specific parameters but also adds a lot of boilerplate code to be investigated | 1 |
509 | 3,868,521,446 | IssuesEvent | 2016-04-10 00:41:12 | duckduckgo/zeroclickinfo-spice | https://api.github.com/repos/duckduckgo/zeroclickinfo-spice | closed | XKCD: Cached comics are outdated | Maintainer Approved | The ZCI shows another comic than the website. It is not up to date.
Didn't check the source, but it seems as if it is not able to update properly.
------
IA Page: http://duck.co/ia/view/xkcd
[Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @sdball | True | XKCD: Cached comics are outdated - The ZCI shows another comic than the website. It is not up to date.
Didn't check the source, but it seems as if it is not able to update properly.
------
IA Page: http://duck.co/ia/view/xkcd
[Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @sdball | main | xkcd cached comics are outdated the zci shows another comic than the website it is not up to date didn t check the source but it seems as if it is not able to update properly ia page sdball | 1 |
918 | 4,622,130,075 | IssuesEvent | 2016-09-27 06:01:08 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | Error bring dockercompose up | 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_service
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version... | True | Error bring dockercompose up - <!--- 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_service
##### ANSIBLE VERSION
<!--- Paste verbatim... | main | error bring dockercompose up issue type bug report component name docker service ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides configuration mention any settings yo... | 1 |
121,202 | 15,867,620,181 | IssuesEvent | 2021-04-08 17:07:59 | mozilla/foundation.mozilla.org | https://api.github.com/repos/mozilla/foundation.mozilla.org | closed | [GA Dashboard] Brownbag session | design | Do a brownbag session on GA dashboard for the design team so everybody knows how to create their own dashboard.
We can do a Content Dashboard as example and the final product can then be used by Xavier and content team.
**To do:**
- [x] Think about what would be useful to have in the dashboard - ask Xavier what he wo... | 1.0 | [GA Dashboard] Brownbag session - Do a brownbag session on GA dashboard for the design team so everybody knows how to create their own dashboard.
We can do a Content Dashboard as example and the final product can then be used by Xavier and content team.
**To do:**
- [x] Think about what would be useful to have in the... | non_main | brownbag session do a brownbag session on ga dashboard for the design team so everybody knows how to create their own dashboard we can do a content dashboard as example and the final product can then be used by xavier and content team to do think about what would be useful to have in the dashboard as... | 0 |
221,579 | 17,359,049,267 | IssuesEvent | 2021-07-29 17:52:41 | nasa/cFE | https://api.github.com/repos/nasa/cFE | closed | Hard coded time print format checks fail when non-default epoch is used | unit-test | **Is your feature request related to a problem? Please describe.**
Epoch is configurable:
https://github.com/nasa/cFE/blob/063b4d8a9c4a7e822af5f3e4017599159b985bb0/cmake/sample_defs/sample_mission_cfg.h#L186-L190
Time unit tests hard-code checks that are impacted by epoch configuration, and fail when it's changed ... | 1.0 | Hard coded time print format checks fail when non-default epoch is used - **Is your feature request related to a problem? Please describe.**
Epoch is configurable:
https://github.com/nasa/cFE/blob/063b4d8a9c4a7e822af5f3e4017599159b985bb0/cmake/sample_defs/sample_mission_cfg.h#L186-L190
Time unit tests hard-code ch... | non_main | hard coded time print format checks fail when non default epoch is used is your feature request related to a problem please describe epoch is configurable time unit tests hard code checks that are impacted by epoch configuration and fail when it s changed example describe the solution you d ... | 0 |
701,391 | 24,096,413,492 | IssuesEvent | 2022-09-19 19:10:37 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | opened | Release 1.8.0 apt, docker, S3 | component: distribution priority: high | Please manually tag docker images and upload the releases to S3:
https://github.com/RobotLocomotion/drake/releases/tag/v1.8.0
| 1.0 | Release 1.8.0 apt, docker, S3 - Please manually tag docker images and upload the releases to S3:
https://github.com/RobotLocomotion/drake/releases/tag/v1.8.0
| non_main | release apt docker please manually tag docker images and upload the releases to | 0 |
114,742 | 17,260,159,413 | IssuesEvent | 2021-07-22 06:11:19 | Chiencc/WS-Bolt | https://api.github.com/repos/Chiencc/WS-Bolt | opened | CVE-2021-29425 (Medium) detected in commons-io-2.0.1.jar | security vulnerability | ## CVE-2021-29425 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-io-2.0.1.jar</b></p></summary>
<p>Commons-IO contains utility classes, stream implementations, file filters,... | True | CVE-2021-29425 (Medium) detected in commons-io-2.0.1.jar - ## CVE-2021-29425 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-io-2.0.1.jar</b></p></summary>
<p>Commons-IO cont... | non_main | cve medium detected in commons io jar cve medium severity vulnerability vulnerable library commons io jar commons io contains utility classes stream implementations file filters file comparators and endian classes library home page a href path to dependency file ws ... | 0 |
833 | 4,470,135,519 | IssuesEvent | 2016-08-25 15:04:08 | duckduckgo/zeroclickinfo-goodies | https://api.github.com/repos/duckduckgo/zeroclickinfo-goodies | closed | Least Common Multiple: | Maintainer Input Requested | For some reason. The web search doesnt display the least common multiple IA page.
https://duckduckgo.com/?q=lcm+8+4&t=hi&ia=web
------
IA Page: http://duck.co/ia/view/least_common_multiple
[Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @rpatel3001 | True | Least Common Multiple: - For some reason. The web search doesnt display the least common multiple IA page.
https://duckduckgo.com/?q=lcm+8+4&t=hi&ia=web
------
IA Page: http://duck.co/ia/view/least_common_multiple
[Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @rpatel3001 | main | least common multiple for some reason the web search doesnt display the least common multiple ia page ia page | 1 |
11,678 | 3,214,426,057 | IssuesEvent | 2015-10-07 01:48:12 | affiliatewp/AffiliateWP | https://api.github.com/repos/affiliatewp/AffiliateWP | closed | Prevent spaces in affiliate usernames. | bug needs testing | If an affiliate has a WordPress username with a space in it, eg `Dat Guy` then their affiliate referral URL won't work:
`http://mysite.com/ref/Dat Guy`
or
`http://mysite.com/ref/Dat%20Guy`
WordPress itself doesn't let you register a username with a space in it however our affiliate registration form does. ... | 1.0 | Prevent spaces in affiliate usernames. - If an affiliate has a WordPress username with a space in it, eg `Dat Guy` then their affiliate referral URL won't work:
`http://mysite.com/ref/Dat Guy`
or
`http://mysite.com/ref/Dat%20Guy`
WordPress itself doesn't let you register a username with a space in it howev... | non_main | prevent spaces in affiliate usernames if an affiliate has a wordpress username with a space in it eg dat guy then their affiliate referral url won t work guy or wordpress itself doesn t let you register a username with a space in it however our affiliate registration form does we should prev... | 0 |
389,998 | 11,520,478,847 | IssuesEvent | 2020-02-14 14:53:09 | bryntum/support | https://api.github.com/repos/bryntum/support | closed | Cannot type into duration field of new task | bug high-priority resolved | Open basic demo
Add new task with:
`gantt.taskStore.rootNode.appendChild({name: 'New task'});`
Right click -> Edit
Advanced tab -> set a constraint type
General tab -> Try typing in Duration field, nothing happens | 1.0 | Cannot type into duration field of new task - Open basic demo
Add new task with:
`gantt.taskStore.rootNode.appendChild({name: 'New task'});`
Right click -> Edit
Advanced tab -> set a constraint type
General tab -> Try typing in Duration field, nothing happens | non_main | cannot type into duration field of new task open basic demo add new task with gantt taskstore rootnode appendchild name new task right click edit advanced tab set a constraint type general tab try typing in duration field nothing happens | 0 |
66,342 | 27,421,128,437 | IssuesEvent | 2023-03-01 16:47:40 | cityofaustin/atd-data-tech | https://api.github.com/repos/cityofaustin/atd-data-tech | closed | Prevent automatic assignment of ATD Banner Permits to DSD task lists in AMANDA | Service: Apps Need: 2-Should Have Workgroup: SMO Type: Enhancement Product: AMANDA | <!-- Email -->
<!-- mirna.garcia@austintexas.gov -->
> What application are you using?
AMANDA
> Describe the problem.
ATD's Banner program within the Smart Mobility Office creates new permits in AMANDA to process over-the-street and lamppost banner reservations submitted through Knack. However, once a permit has be... | 1.0 | Prevent automatic assignment of ATD Banner Permits to DSD task lists in AMANDA - <!-- Email -->
<!-- mirna.garcia@austintexas.gov -->
> What application are you using?
AMANDA
> Describe the problem.
ATD's Banner program within the Smart Mobility Office creates new permits in AMANDA to process over-the-street and la... | non_main | prevent automatic assignment of atd banner permits to dsd task lists in amanda what application are you using amanda describe the problem atd s banner program within the smart mobility office creates new permits in amanda to process over the street and lamppost banner reservations submitted through knac... | 0 |
103,627 | 16,602,942,845 | IssuesEvent | 2021-06-01 22:18:25 | gms-ws-sandbox/nibrs | https://api.github.com/repos/gms-ws-sandbox/nibrs | opened | CVE-2020-10673 (High) detected in multiple libraries | security vulnerability | ## CVE-2020-10673 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.8.jar</b>, <b>jackson-databind-2.9.5.jar</b>, <b>jackson-databind-2.8.10.jar</b>, <b>jackson-dat... | True | CVE-2020-10673 (High) detected in multiple libraries - ## CVE-2020-10673 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.8.jar</b>, <b>jackson-databind-2.9.5.jar<... | non_main | cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackso... | 0 |
48,656 | 13,184,711,821 | IssuesEvent | 2020-08-12 19:57:20 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | Multiple problems with I3Frame serialization (Trac #13) | IceTray Incomplete Migration Migrated from Trac defect | <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/13
, reported by troy and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-11-11T03:51:18",
"description": " * crc calculation is in the wrong place\n * unnecessary buffer copies\n * crc calcula... | 1.0 | Multiple problems with I3Frame serialization (Trac #13) - <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/13
, reported by troy and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-11-11T03:51:18",
"description": " * crc calculation is in the wrong... | non_main | multiple problems with serialization trac migrated from reported by troy and owned by troy json status closed changetime description crc calculation is in the wrong place n unnecessary buffer copies n crc calculation is incorrect it is... | 0 |
221,405 | 7,382,769,577 | IssuesEvent | 2018-03-15 06:50:27 | Cloud-CV/EvalAI | https://api.github.com/repos/Cloud-CV/EvalAI | closed | UI Improvements in Leaderboard | GSOC easy_to_fix enhancement frontend good first issue priority-high | - [ ] Make the team name as **Bold** on leaderboard.
- [ ] Make `Rank` and `Participant Team` field as left aligned including the title.
- [ ] Make all the other fields as right aligned including the title.
- [ ] In the heading `submission time`, change the text to `Last Submission at` & display the delta betw... | 1.0 | UI Improvements in Leaderboard - - [ ] Make the team name as **Bold** on leaderboard.
- [ ] Make `Rank` and `Participant Team` field as left aligned including the title.
- [ ] Make all the other fields as right aligned including the title.
- [ ] In the heading `submission time`, change the text to `Last Submis... | non_main | ui improvements in leaderboard make the team name as bold on leaderboard make rank and participant team field as left aligned including the title make all the other fields as right aligned including the title in the heading submission time change the text to last submission at ... | 0 |
5,238 | 26,552,651,790 | IssuesEvent | 2023-01-20 09:17:25 | OpenRefine/OpenRefine | https://api.github.com/repos/OpenRefine/OpenRefine | closed | Remove backend commands exposed for each operation | enhancement maintainability | So far, each operation that the user can run on a project comes with the following Java classes in the backend:
* an Operation class, which holds the metadata for the operation and is responsible for its JSON serialization (which is exposed in the history tab, among others)
* a Change class (often reused by different... | True | Remove backend commands exposed for each operation - So far, each operation that the user can run on a project comes with the following Java classes in the backend:
* an Operation class, which holds the metadata for the operation and is responsible for its JSON serialization (which is exposed in the history tab, among... | main | remove backend commands exposed for each operation so far each operation that the user can run on a project comes with the following java classes in the backend an operation class which holds the metadata for the operation and is responsible for its json serialization which is exposed in the history tab among... | 1 |
5,240 | 26,561,871,536 | IssuesEvent | 2023-01-20 16:30:54 | mozilla/foundation.mozilla.org | https://api.github.com/repos/mozilla/foundation.mozilla.org | opened | Wagtail 4 upgrade | engineering maintain needs grooming | ### Description
Following on from #9674 - we want to upgrade Wagtail to version 4.0 (or possibly the latest version)
When it comes to upgrading, it's best to follow the increments in the versions. So to upgrade we will want to run the upgrades in the following order (ref)[https://docs.wagtail.org/en/stable/relea... | True | Wagtail 4 upgrade - ### Description
Following on from #9674 - we want to upgrade Wagtail to version 4.0 (or possibly the latest version)
When it comes to upgrading, it's best to follow the increments in the versions. So to upgrade we will want to run the upgrades in the following order (ref)[https://docs.wagtail... | main | wagtail upgrade description following on from we want to upgrade wagtail to version or possibly the latest version when it comes to upgrading it s best to follow the increments in the versions so to upgrade we will want to run the upgrades in the following order ref upgrade to ... | 1 |
4,634 | 23,985,465,460 | IssuesEvent | 2022-09-13 18:38:40 | aws/aws-sam-cli-app-templates | https://api.github.com/repos/aws/aws-sam-cli-app-templates | closed | Feature request: Replace unittest TestCase with Pytest in hello-python templates | maintainer/need-followup type/feature stage/waiting-for-release | ### Describe your idea/feature/enhancement
The test code in cookiecutter-aws-sam-hello-python is a somewhat confusing mix of pytest and unittest tests. I suggest we standardize on pytest and use fixtures in both the unit and integration tests.
eg
### Current Unit Tests
Are pytest flavour
```python
@pytes... | True | Feature request: Replace unittest TestCase with Pytest in hello-python templates - ### Describe your idea/feature/enhancement
The test code in cookiecutter-aws-sam-hello-python is a somewhat confusing mix of pytest and unittest tests. I suggest we standardize on pytest and use fixtures in both the unit and integrat... | main | feature request replace unittest testcase with pytest in hello python templates describe your idea feature enhancement the test code in cookiecutter aws sam hello python is a somewhat confusing mix of pytest and unittest tests i suggest we standardize on pytest and use fixtures in both the unit and integrat... | 1 |
43,149 | 23,132,310,974 | IssuesEvent | 2022-07-28 11:31:56 | woocommerce/woocommerce-android | https://api.github.com/repos/woocommerce/woocommerce-android | opened | Integrate Sentry Performance Monitoring | type: task category: performance | This issue is an epic for Sentry Performance Monitoring integration.
Tracks scope:
- https://github.com/Automattic/Automattic-Tracks-Android/pull/133
- https://github.com/Automattic/Automattic-Tracks-Android/pull/137
- https://github.com/Automattic/Automattic-Tracks-Android/pull/136
Woo scope:
- tbd | True | Integrate Sentry Performance Monitoring - This issue is an epic for Sentry Performance Monitoring integration.
Tracks scope:
- https://github.com/Automattic/Automattic-Tracks-Android/pull/133
- https://github.com/Automattic/Automattic-Tracks-Android/pull/137
- https://github.com/Automattic/Automattic-Tracks-And... | non_main | integrate sentry performance monitoring this issue is an epic for sentry performance monitoring integration tracks scope woo scope tbd | 0 |
4,117 | 15,526,359,641 | IssuesEvent | 2021-03-13 00:57:04 | BCDevOps/OpenShift4-RollOut | https://api.github.com/repos/BCDevOps/OpenShift4-RollOut | closed | OCP KLAB2 - Bootstrap KLAB2 cluster | env/lab team/DXC tech/automation tech/provisioning | **Describe the issue**
This issue tracks effort spent bootstrapping the KLAB2 cluster, starting with the dedicated BOOTSTRAP VM (can re-use the one from KLAB) until all of the nodes are bootstrapped into operation.
**Which Sprint Goal is this issue related to?**
**Additional context**
**Definition of done Checklist ... | 1.0 | OCP KLAB2 - Bootstrap KLAB2 cluster - **Describe the issue**
This issue tracks effort spent bootstrapping the KLAB2 cluster, starting with the dedicated BOOTSTRAP VM (can re-use the one from KLAB) until all of the nodes are bootstrapped into operation.
**Which Sprint Goal is this issue related to?**
**Additional cont... | non_main | ocp bootstrap cluster describe the issue this issue tracks effort spent bootstrapping the cluster starting with the dedicated bootstrap vm can re use the one from klab until all of the nodes are bootstrapped into operation which sprint goal is this issue related to additional context def... | 0 |
452,196 | 32,051,570,809 | IssuesEvent | 2023-09-23 16:12:08 | GeorgeBaidooJr9/terraform-beginner-bootcamp-2023 | https://api.github.com/repos/GeorgeBaidooJr9/terraform-beginner-bootcamp-2023 | closed | Refactor Terraform CLI | bug documentation | There is an issue with installing Terraform CLI.
Need to to make sure automation is working
| 1.0 | Refactor Terraform CLI - There is an issue with installing Terraform CLI.
Need to to make sure automation is working
| non_main | refactor terraform cli there is an issue with installing terraform cli need to to make sure automation is working | 0 |
4,900 | 25,180,574,246 | IssuesEvent | 2022-11-11 13:18:50 | Pandora-IsoMemo/iso-app | https://api.github.com/repos/Pandora-IsoMemo/iso-app | opened | Provide code for HTML interface | Support: IT maintainance | @isomemo asked for the code for the html page:
> 3) Please send me the code for the html interface where we can select apps (https://isomemoapp.com/) so that our designers can update it. If this is truly only html code our designers can download it directly and send back the modified version. Please let me know!
... | True | Provide code for HTML interface - @isomemo asked for the code for the html page:
> 3) Please send me the code for the html interface where we can select apps (https://isomemoapp.com/) so that our designers can update it. If this is truly only html code our designers can download it directly and send back the modifie... | main | provide code for html interface isomemo asked for the code for the html page please send me the code for the html interface where we can select apps so that our designers can update it if this is truly only html code our designers can download it directly and send back the modified version please let m... | 1 |
723,236 | 24,890,354,848 | IssuesEvent | 2022-10-28 11:26:25 | faebryk/faebryk | https://api.github.com/repos/faebryk/faebryk | closed | Release 2.0.0 <Insider> | ⭐ goal: addition 🟥 priority: critical | ### Feature Request
- [x] merge pytest pr #135
- [x] remove __init__ #136
- [x] test vco project https://github.com/ruben-iteng/eurorack-super_simple_oscillator/pull/1
- [x] test kicad airnode import
- [x] make pip package (done at release, just change version number) #142
- [x] check deterministic netlist na... | 1.0 | Release 2.0.0 <Insider> - ### Feature Request
- [x] merge pytest pr #135
- [x] remove __init__ #136
- [x] test vco project https://github.com/ruben-iteng/eurorack-super_simple_oscillator/pull/1
- [x] test kicad airnode import
- [x] make pip package (done at release, just change version number) #142
- [x] chec... | non_main | release feature request merge pytest pr remove init test vco project test kicad airnode import make pip package done at release just change version number check deterministic netlist naming move source into src folder code of conduct ... | 0 |
133,615 | 12,546,300,098 | IssuesEvent | 2020-06-05 20:27:17 | ZupIT/charlescd | https://api.github.com/repos/ZupIT/charlescd | closed | Broken link in docs - section getting started | bug documentation | **Describe the bug**
Broken link in docs - section getting started
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://docs.charlescd.io/v/v0.2.1/primeiros-passos/instalando-charles
2. Click in "customizacão" ( https://docs.charlescd.io/primeiros-passos/instalando-charles#customizacao-total )
3. ... | 1.0 | Broken link in docs - section getting started - **Describe the bug**
Broken link in docs - section getting started
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://docs.charlescd.io/v/v0.2.1/primeiros-passos/instalando-charles
2. Click in "customizacão" ( https://docs.charlescd.io/primeiros-pas... | non_main | broken link in docs section getting started describe the bug broken link in docs section getting started to reproduce steps to reproduce the behavior go to click in customizacão see error expected behavior show the page screenshots your environment ch... | 0 |
3,039 | 11,259,006,586 | IssuesEvent | 2020-01-13 07:01:55 | microsoft/UVAtlas | https://api.github.com/repos/microsoft/UVAtlas | closed | Retire support for VS 2015 | maintainence | In 2020, I plan to retire support for VS 2015. The following projects will be removed:
UVAtlas_2015
UVAtlas_2015_Win10
UVAtlas_Windows10_2015
UVAtlas_XboxOneXDK_2015
UVAtlasTool_2015
Please put any requests for continued support for one or more of these here.
| True | Retire support for VS 2015 - In 2020, I plan to retire support for VS 2015. The following projects will be removed:
UVAtlas_2015
UVAtlas_2015_Win10
UVAtlas_Windows10_2015
UVAtlas_XboxOneXDK_2015
UVAtlasTool_2015
Please put any requests for continued support for one or more of these her... | main | retire support for vs in i plan to retire support for vs the following projects will be removed uvatlas uvatlas uvatlas uvatlas xboxonexdk uvatlastool please put any requests for continued support for one or more of these here | 1 |
322,622 | 9,820,507,540 | IssuesEvent | 2019-06-14 02:57:17 | plotly/dashR | https://api.github.com/repos/plotly/dashR | closed | Rename package to dash | high priority | **DashR repository** [#93](https://github.com/plotly/dashR/pull/93)
- [x] Edit `DESCRIPTION`
- [x] Edit `dashR-package.Rd`
- [x] Edit `README.md`
**dash repository** [#770](https://github.com/plotly/dash/pull/770)
- [x] Edit `_r_components_generation.py`
- [x] Edit `component_generator.py`
**dash-sample-apps... | 1.0 | Rename package to dash - **DashR repository** [#93](https://github.com/plotly/dashR/pull/93)
- [x] Edit `DESCRIPTION`
- [x] Edit `dashR-package.Rd`
- [x] Edit `README.md`
**dash repository** [#770](https://github.com/plotly/dash/pull/770)
- [x] Edit `_r_components_generation.py`
- [x] Edit `component_generator.... | non_main | rename package to dash dashr repository edit description edit dashr package rd edit readme md dash repository edit r components generation py edit component generator py dash sample apps repository edit all app r scripts to use new package name ... | 0 |
5,374 | 27,005,223,692 | IssuesEvent | 2023-02-10 11:05:04 | cncf/glossary | https://api.github.com/repos/cncf/glossary | closed | i18n of "Tags" pages | maintainers | I found that currently some parts of "Tags" pages are not internationalized:
https://deploy-preview-1122--cncfglossary.netlify.app/ko/tags/애플리케이션/

https://deploy-preview-1122--cncfglossary.netlify.app/... | True | i18n of "Tags" pages - I found that currently some parts of "Tags" pages are not internationalized:
https://deploy-preview-1122--cncfglossary.netlify.app/ko/tags/애플리케이션/

https://deploy-preview-1122--cn... | main | of tags pages i found that currently some parts of tags pages are not internationalized and that thus those cannot be localized with so i suggest to achieve of tags pages by adding some strings in en toml then each lang team can add the strings in... | 1 |
3,951 | 17,910,426,722 | IssuesEvent | 2021-09-09 03:59:59 | microsoft/DirectXMath | https://api.github.com/repos/microsoft/DirectXMath | closed | Clean up the plethora of _M_ARM platform defines | maintainence | The library now contains a number of ARM64 variants, and the preprocessor defines used in DirectXMath.h, DirectXMathMatrix.inl, DirectXMathVector.inl, and DirectXPackedVector.inl could use some cleanup to simplify things.
| True | Clean up the plethora of _M_ARM platform defines - The library now contains a number of ARM64 variants, and the preprocessor defines used in DirectXMath.h, DirectXMathMatrix.inl, DirectXMathVector.inl, and DirectXPackedVector.inl could use some cleanup to simplify things.
| main | clean up the plethora of m arm platform defines the library now contains a number of variants and the preprocessor defines used in directxmath h directxmathmatrix inl directxmathvector inl and directxpackedvector inl could use some cleanup to simplify things | 1 |
4,087 | 19,297,802,550 | IssuesEvent | 2021-12-12 21:39:28 | amyjko/faculty | https://api.github.com/repos/amyjko/faculty | closed | Merge redundant books data | maintainability | There's a `books` field in the profile and also `book` types in the publication list. They're redundant. Just leave everything in the publication list and filter it for the books page. | True | Merge redundant books data - There's a `books` field in the profile and also `book` types in the publication list. They're redundant. Just leave everything in the publication list and filter it for the books page. | main | merge redundant books data there s a books field in the profile and also book types in the publication list they re redundant just leave everything in the publication list and filter it for the books page | 1 |
350,368 | 24,980,526,603 | IssuesEvent | 2022-11-02 11:18:49 | Mischback/mailsrv | https://api.github.com/repos/Mischback/mailsrv | opened | ``Sphinx`` / ``readthedocs``-compatible Documentation | documentation enhancement | Provide a setup for ``sphinx``, including a general structure for the documentation.
For the setup, refer to https://github.com/Mischback/django-calingen | 1.0 | ``Sphinx`` / ``readthedocs``-compatible Documentation - Provide a setup for ``sphinx``, including a general structure for the documentation.
For the setup, refer to https://github.com/Mischback/django-calingen | non_main | sphinx readthedocs compatible documentation provide a setup for sphinx including a general structure for the documentation for the setup refer to | 0 |
18,009 | 24,025,354,905 | IssuesEvent | 2022-09-15 11:02:19 | COS301-SE-2022/Pure-LoRa-Tracking | https://api.github.com/repos/COS301-SE-2022/Pure-LoRa-Tracking | closed | (processing): message queue CRON service | (system) Server (bus) processing | Check message queue for data and store in db
Consider the case of what time the data came in.
It may be required to be matched with previous data to complete a row in the database | 1.0 | (processing): message queue CRON service - Check message queue for data and store in db
Consider the case of what time the data came in.
It may be required to be matched with previous data to complete a row in the database | non_main | processing message queue cron service check message queue for data and store in db consider the case of what time the data came in it may be required to be matched with previous data to complete a row in the database | 0 |
285,704 | 24,690,650,549 | IssuesEvent | 2022-10-19 08:17:46 | turbot/steampipe | https://api.github.com/repos/turbot/steampipe | opened | Single job with tests for acceptance and release workflows | test | Currently, even though we have a single set of test files, they are run as jobs described from the acceptance test and the release workflow.
This may lead to fragmentation on how the tests are run in the two.
Ideally, there should be one workflow which runs just the tests and which is triggered by the acceptance ... | 1.0 | Single job with tests for acceptance and release workflows - Currently, even though we have a single set of test files, they are run as jobs described from the acceptance test and the release workflow.
This may lead to fragmentation on how the tests are run in the two.
Ideally, there should be one workflow which ... | non_main | single job with tests for acceptance and release workflows currently even though we have a single set of test files they are run as jobs described from the acceptance test and the release workflow this may lead to fragmentation on how the tests are run in the two ideally there should be one workflow which ... | 0 |
4,706 | 24,270,828,065 | IssuesEvent | 2022-09-28 10:07:23 | mozilla/foundation.mozilla.org | https://api.github.com/repos/mozilla/foundation.mozilla.org | closed | SEO | Pages returned 4XX status code | engineering Maintain | This is a set of pages that have broken links published on them. Both the link and page are indicated in the inventory. In most cases the broken links appear in the HREFLANG list.
https://docs.google.com/spreadsheets/d/15HwgpxSYc4Zl809kcebAhLfLYXFuIk8ZP-Qvk3yVV8Q/edit#gid=1124145199 | True | SEO | Pages returned 4XX status code - This is a set of pages that have broken links published on them. Both the link and page are indicated in the inventory. In most cases the broken links appear in the HREFLANG list.
https://docs.google.com/spreadsheets/d/15HwgpxSYc4Zl809kcebAhLfLYXFuIk8ZP-Qvk3yVV8Q/edit#gid=11241... | main | seo pages returned status code this is a set of pages that have broken links published on them both the link and page are indicated in the inventory in most cases the broken links appear in the hreflang list | 1 |
642,457 | 20,888,133,437 | IssuesEvent | 2022-03-23 08:13:26 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | mall.industry.siemens.com - site is not usable | browser-firefox priority-normal engine-gecko | <!-- @browser: Firefox 100.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/101349 -->
**URL**: https://mall.industry.siemens.com/spice/portal/portal?SESSI... | 1.0 | mall.industry.siemens.com - site is not usable - <!-- @browser: Firefox 100.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/101349 -->
**URL**: https://ma... | non_main | mall industry siemens com site is not usable url browser version firefox operating system windows tested another browser yes chrome problem type site is not usable description page not loading correctly steps to reproduce when initiating an spice application i... | 0 |
396,667 | 27,129,580,554 | IssuesEvent | 2023-02-16 08:49:42 | thedevsouvik/shop | https://api.github.com/repos/thedevsouvik/shop | closed | Reduce client bundle with server component | documentation enhancement question | Reduce client side bundle by moving Client Components to the leaves of your component tree where possible recommended way mentions at NextJs [docs](https://beta.nextjs.org/docs/rendering/server-and-client-components#moving-client-components-to-the-leaves) | 1.0 | Reduce client bundle with server component - Reduce client side bundle by moving Client Components to the leaves of your component tree where possible recommended way mentions at NextJs [docs](https://beta.nextjs.org/docs/rendering/server-and-client-components#moving-client-components-to-the-leaves) | non_main | reduce client bundle with server component reduce client side bundle by moving client components to the leaves of your component tree where possible recommended way mentions at nextjs | 0 |
95,210 | 10,868,603,468 | IssuesEvent | 2019-11-15 04:27:39 | evelynejuliet/pe | https://api.github.com/repos/evelynejuliet/pe | opened | User guide quick start is still addressbook.jar | severity.Medium type.DocumentationBug | 
It is not updated to the current jar yet.
| 1.0 | User guide quick start is still addressbook.jar - 
It is not updated to the current jar yet.
| non_main | user guide quick start is still addressbook jar it is not updated to the current jar yet | 0 |
61,018 | 6,721,304,768 | IssuesEvent | 2017-10-16 11:09:54 | SatelliteQE/robottelo | https://api.github.com/repos/SatelliteQE/robottelo | opened | ContentViewTestCase.test_positive_remove_cv_version_from_multi_env_capsule_scenario - timeout openning channel | 6.3 test-failure | There is a ssh timeout on `vm.suspend`. I think we might need to tweak the timeout in the test, since our CR is getting slower
- if you stumble upon more tests with the same issue, pls add them here and change the title to turn this issue into a tracker.
thx | 1.0 | ContentViewTestCase.test_positive_remove_cv_version_from_multi_env_capsule_scenario - timeout openning channel - There is a ssh timeout on `vm.suspend`. I think we might need to tweak the timeout in the test, since our CR is getting slower
- if you stumble upon more tests with the same issue, pls add them here and c... | non_main | contentviewtestcase test positive remove cv version from multi env capsule scenario timeout openning channel there is a ssh timeout on vm suspend i think we might need to tweak the timeout in the test since our cr is getting slower if you stumble upon more tests with the same issue pls add them here and c... | 0 |
61,608 | 17,023,737,787 | IssuesEvent | 2021-07-03 03:34:35 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Search bug of housenumbers like 43/2 | Component: nominatim Priority: major Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 1.22pm, Wednesday, 3rd August 2011]**
Housenumbers like 43/2 is very common in Ukraine - so please update search.php
$sHouseNumberRegex = '\\\\m'.str_replace(' ','[-, ]',$aSearch['sHouseNumber']).'\\\\M';
to
$sHouseNumberRegex = '\\\\m'.str_replace(' ','[-, /]'... | 1.0 | Search bug of housenumbers like 43/2 - **[Submitted to the original trac issue database at 1.22pm, Wednesday, 3rd August 2011]**
Housenumbers like 43/2 is very common in Ukraine - so please update search.php
$sHouseNumberRegex = '\\\\m'.str_replace(' ','[-, ]',$aSearch['sHouseNumber']).'\\\\M';
to
$sHouseNumberR... | non_main | search bug of housenumbers like housenumbers like is very common in ukraine so please update search php shousenumberregex m str replace asearch m to shousenumberregex m str replace asearch m | 0 |
1,102 | 4,972,332,279 | IssuesEvent | 2016-12-05 21:16:01 | ansible/ansible-modules-extras | https://api.github.com/repos/ansible/ansible-modules-extras | closed | Pagerduty module incorrectly identifies errors on maintenance window creation | affects_2.1 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
ansible-modules-extras/monitoring/pagerduty.py
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes be... | True | Pagerduty module incorrectly identifies errors on maintenance window creation - <!--- 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
ansible-modules-extras/monitoring/pagerduty.py
##### ANSIBLE... | main | pagerduty module incorrectly identifies errors on maintenance window creation issue type bug report component name ansible modules extras monitoring pagerduty py ansible version ansible config file etc ansible ansible cfg configured module search path co... | 1 |
535 | 3,932,450,788 | IssuesEvent | 2016-04-25 15:46:45 | tgstation/-tg-station | https://api.github.com/repos/tgstation/-tg-station | closed | Ian clothing is getting out of hand (codewise) | Maintainability - Hinders improvements | We need to replace the HUGE switch()s with vars like ```dog_name```,```dog_desc```,```dog_phrases```,```dog_icon``` and ```dog_icon_state``` on the ```/obj/item/clothing``` type
@coiax has volunteered to do this. | True | Ian clothing is getting out of hand (codewise) - We need to replace the HUGE switch()s with vars like ```dog_name```,```dog_desc```,```dog_phrases```,```dog_icon``` and ```dog_icon_state``` on the ```/obj/item/clothing``` type
@coiax has volunteered to do this. | main | ian clothing is getting out of hand codewise we need to replace the huge switch s with vars like dog name dog desc dog phrases dog icon and dog icon state on the obj item clothing type coiax has volunteered to do this | 1 |
1,991 | 6,694,292,149 | IssuesEvent | 2017-10-10 00:56:28 | duckduckgo/zeroclickinfo-spice | https://api.github.com/repos/duckduckgo/zeroclickinfo-spice | closed | Airlines: Doesn't trigger for all relevant queries | Bug External Maintainer Input Requested Status: Tolerated Triggering | <!-- Please use the appropriate issue title format:
BUG FIX
{IA Name} Bug: {Short description of bug}
SUGGESTION
{IA Name} Suggestion: {Short description of suggestion}
OTHER
{IA Name}: {Short description} -->
### Description
<!-- Describe the bug or suggestion in detail -->
T... | True | Airlines: Doesn't trigger for all relevant queries - <!-- Please use the appropriate issue title format:
BUG FIX
{IA Name} Bug: {Short description of bug}
SUGGESTION
{IA Name} Suggestion: {Short description of suggestion}
OTHER
{IA Name}: {Short description} -->
### Description
... | main | airlines doesn t trigger for all relevant queries please use the appropriate issue title format bug fix ia name bug short description of bug suggestion ia name suggestion short description of suggestion other ia name short description description ... | 1 |
92,042 | 8,337,534,228 | IssuesEvent | 2018-09-28 11:29:02 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | test results file not present | tests | ## Description
When running unit and browser tests there is no file containing results that can be parsed by the CI system.
## Steps to Reproduce
<!--Please add a series of steps to reproduce the issue-->
1. execute unit tests
## Actual result:
no file with test results gets created
## Expected res... | 1.0 | test results file not present - ## Description
When running unit and browser tests there is no file containing results that can be parsed by the CI system.
## Steps to Reproduce
<!--Please add a series of steps to reproduce the issue-->
1. execute unit tests
## Actual result:
no file with test results... | non_main | test results file not present description when running unit and browser tests there is no file containing results that can be parsed by the ci system steps to reproduce execute unit tests actual result no file with test results gets created expected result test output present... | 0 |
3,878 | 17,190,195,281 | IssuesEvent | 2021-07-16 09:49:03 | chocolatey-community/chocolatey-package-requests | https://api.github.com/repos/chocolatey-community/chocolatey-package-requests | closed | RFP - torifier | Status: Available For Maintainer(s) Status: Published | <!--
* Please ensure the package does not already exist in the Chocolatey Community Repository - https://chocolatey.org/packages - by using a relevant search.
* Please ensure there is no existing open package request.
* Please ensure the issue title starts with 'RFP - ' - for example 'RFP - adobe-reader'
* Plea... | True | RFP - torifier - <!--
* Please ensure the package does not already exist in the Chocolatey Community Repository - https://chocolatey.org/packages - by using a relevant search.
* Please ensure there is no existing open package request.
* Please ensure the issue title starts with 'RFP - ' - for example 'RFP - adob... | main | rfp torifier please ensure the package does not already exist in the chocolatey community repository by using a relevant search please ensure there is no existing open package request please ensure the issue title starts with rfp for example rfp adobe reader please also ensur... | 1 |
460,378 | 13,208,846,177 | IssuesEvent | 2020-08-15 07:36:50 | geolonia/docs.geolonia.com | https://api.github.com/repos/geolonia/docs.geolonia.com | opened | 既存のスタイルについて想定しているユースケースなどに対する説明を追加する | Priority: Middle enhancement | <ul>
<li><a href="https://github.com/geolonia/basic">geolonia/basic</a></li>
<li><a href="https://github.com/geolonia/midnight">geolonia/midnight</a></li>
<li><a href="https://github.com/geolonia/red-planet">geolonia/red-planet</a></li>
<li><a href="https://github.com/geolonia/notebook">geolonia/notebook</a... | 1.0 | 既存のスタイルについて想定しているユースケースなどに対する説明を追加する - <ul>
<li><a href="https://github.com/geolonia/basic">geolonia/basic</a></li>
<li><a href="https://github.com/geolonia/midnight">geolonia/midnight</a></li>
<li><a href="https://github.com/geolonia/red-planet">geolonia/red-planet</a></li>
<li><a href="https://github.com/... | non_main | 既存のスタイルについて想定しているユースケースなどに対する説明を追加する a href a href a href a href | 0 |
62,189 | 12,198,363,545 | IssuesEvent | 2020-04-29 22:41:23 | kwk/test-llvm-bz-import-5 | https://api.github.com/repos/kwk/test-llvm-bz-import-5 | closed | Clang emits loads of an alloca wider than the alloca for ARM | BZ-BUG-STATUS: RESOLVED BZ-RESOLUTION: FIXED clang/LLVM Codegen dummy import from bugzilla | This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=14048. | 1.0 | Clang emits loads of an alloca wider than the alloca for ARM - This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=14048. | non_main | clang emits loads of an alloca wider than the alloca for arm this issue was imported from bugzilla | 0 |
2,560 | 8,708,543,962 | IssuesEvent | 2018-12-06 11:13:20 | MarcusWolschon/osmeditor4android | https://api.github.com/repos/MarcusWolschon/osmeditor4android | opened | PropertyEditor refactoring | Maintainability Performance Task | - [ ] simplify instantiation: don't pass tags and relation id etc, as we have access to in-memory instances now contrary to when it was original conceived
- [ ] separate activity and fragment so that the fragment can be used standalone | True | PropertyEditor refactoring - - [ ] simplify instantiation: don't pass tags and relation id etc, as we have access to in-memory instances now contrary to when it was original conceived
- [ ] separate activity and fragment so that the fragment can be used standalone | main | propertyeditor refactoring simplify instantiation don t pass tags and relation id etc as we have access to in memory instances now contrary to when it was original conceived separate activity and fragment so that the fragment can be used standalone | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.