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,092 | 11,741,740,317 | IssuesEvent | 2020-03-11 22:32:02 | alacritty/alacritty | https://api.github.com/repos/alacritty/alacritty | closed | Mouse cursor rendered in low-res on a HiDPI Wayland output | A - deps B - bug C - waiting on maintainer DS - Wayland H - linux S - winit/glutin | > Which operating system does the issue occur on?
Linux
> If on linux, are you using X11 or Wayland?
Wayland, Sway git master roughly equivalent to 1.1rc2.
On a HiDPI output, with scaling set to 2, the mouse cursor set by Alacritty is a low-res one. I.e. it is probably rendered to a surface that has **not**... | True | Mouse cursor rendered in low-res on a HiDPI Wayland output - > Which operating system does the issue occur on?
Linux
> If on linux, are you using X11 or Wayland?
Wayland, Sway git master roughly equivalent to 1.1rc2.
On a HiDPI output, with scaling set to 2, the mouse cursor set by Alacritty is a low-res on... | main | mouse cursor rendered in low res on a hidpi wayland output which operating system does the issue occur on linux if on linux are you using or wayland wayland sway git master roughly equivalent to on a hidpi output with scaling set to the mouse cursor set by alacritty is a low res one i ... | 1 |
5,488 | 27,401,720,167 | IssuesEvent | 2023-03-01 01:31:51 | aws/serverless-application-model | https://api.github.com/repos/aws/serverless-application-model | closed | Failed to publish to SAR with Error: ResultPath being null | type/bug area/step-function area/sar maintainer/need-followup | **Description:** If you deploy a `AWS::Serverless::StateMachine` with the AWS SAM CLI it works great, but you cannot publish this app/stack to SAR.
**Steps to reproduce the issue:**
1. Define a simple app with a `AWS::Serverless::StateMachine` in it
2. Run `sam package` and `sam publish`
**Observed result:**
A... | True | Failed to publish to SAR with Error: ResultPath being null - **Description:** If you deploy a `AWS::Serverless::StateMachine` with the AWS SAM CLI it works great, but you cannot publish this app/stack to SAR.
**Steps to reproduce the issue:**
1. Define a simple app with a `AWS::Serverless::StateMachine` in it
2. R... | main | failed to publish to sar with error resultpath being null description if you deploy a aws serverless statemachine with the aws sam cli it works great but you cannot publish this app stack to sar steps to reproduce the issue define a simple app with a aws serverless statemachine in it r... | 1 |
5,232 | 26,534,839,415 | IssuesEvent | 2023-01-19 14:58:55 | mozilla/foundation.mozilla.org | https://api.github.com/repos/mozilla/foundation.mozilla.org | closed | Upgrade `wagtail-inventory` to 1.6 | engineering maintain | ## Description
To unblock the upgrade of Wagtail to version 3.0 we need to upgrade `wagtail-inventory` to version 1.6.
See also: https://github.com/cfpb/wagtail-inventory/releases/tag/1.6
## Acceptance criteria
- [x] `wagtail-inventory` is upgraded to version 1.6 | True | Upgrade `wagtail-inventory` to 1.6 - ## Description
To unblock the upgrade of Wagtail to version 3.0 we need to upgrade `wagtail-inventory` to version 1.6.
See also: https://github.com/cfpb/wagtail-inventory/releases/tag/1.6
## Acceptance criteria
- [x] `wagtail-inventory` is upgraded to version 1.6 | main | upgrade wagtail inventory to description to unblock the upgrade of wagtail to version we need to upgrade wagtail inventory to version see also acceptance criteria wagtail inventory is upgraded to version | 1 |
78,413 | 22,264,383,484 | IssuesEvent | 2022-06-10 05:45:17 | foundry-rs/foundry | https://api.github.com/repos/foundry-rs/foundry | closed | Feature: SMTChecker support (a.k.a support all possible outputs) | T-feature C-forge P-normal Cmd-forge-build | ### Component
Forge
### Describe the feature you would like
As of 0.8.4, solidity is depreciating the experimental pragma for SMT Checker as it runs on all files if enabled
```solidity
pragma experimental SMTChecker;
```
The new way to configure this is through the JSON config file
```json
"settings.mo... | 1.0 | Feature: SMTChecker support (a.k.a support all possible outputs) - ### Component
Forge
### Describe the feature you would like
As of 0.8.4, solidity is depreciating the experimental pragma for SMT Checker as it runs on all files if enabled
```solidity
pragma experimental SMTChecker;
```
The new way to co... | non_main | feature smtchecker support a k a support all possible outputs component forge describe the feature you would like as of solidity is depreciating the experimental pragma for smt checker as it runs on all files if enabled solidity pragma experimental smtchecker the new way to co... | 0 |
290,497 | 21,882,612,196 | IssuesEvent | 2022-05-19 15:30:43 | KristyNerhaugen/password-generator | https://api.github.com/repos/KristyNerhaugen/password-generator | closed | Character Types | documentation | WHEN prompted for character types to include in the password
THEN I choose lowercase, uppercase, numeric, and/or special characters | 1.0 | Character Types - WHEN prompted for character types to include in the password
THEN I choose lowercase, uppercase, numeric, and/or special characters | non_main | character types when prompted for character types to include in the password then i choose lowercase uppercase numeric and or special characters | 0 |
4,909 | 25,249,758,264 | IssuesEvent | 2022-11-15 13:53:17 | precice/precice | https://api.github.com/repos/precice/precice | closed | Implement constants of actions as different data type (e.g. enum class instead of std::string) | enhancement maintainability | I propose the change of the API for clearer and cleaner to move from `std::string` as identifier for actions to `enum class` or something similar in [`src/cplscheme/Constants.cpp`](https://github.com/precice/precice/blob/bc27c26d195185e61663f580d469399c6587010f/src/cplscheme/Constants.cpp).
Major improvements:
- I... | True | Implement constants of actions as different data type (e.g. enum class instead of std::string) - I propose the change of the API for clearer and cleaner to move from `std::string` as identifier for actions to `enum class` or something similar in [`src/cplscheme/Constants.cpp`](https://github.com/precice/precice/blob/b... | main | implement constants of actions as different data type e g enum class instead of std string i propose the change of the api for clearer and cleaner to move from std string as identifier for actions to enum class or something similar in major improvements it limits the number of available actions ... | 1 |
5,829 | 21,333,609,143 | IssuesEvent | 2022-04-18 11:51:45 | red-hat-storage/ocs-ci | https://api.github.com/repos/red-hat-storage/ocs-ci | opened | Wait for project selection is namespace drop-down on OCP console | bug ui_automation | Issue seen with Run `1649886578`
Also take screenshots on important pages. | 1.0 | Wait for project selection is namespace drop-down on OCP console - Issue seen with Run `1649886578`
Also take screenshots on important pages. | non_main | wait for project selection is namespace drop down on ocp console issue seen with run also take screenshots on important pages | 0 |
798 | 4,415,180,075 | IssuesEvent | 2016-08-13 22:26:43 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | Optional Parameter called Source for win_feature | feature_idea waiting_on_maintainer windows | Issue Type:
Feature Idea
Component Name:
win_feature
Ansible Version: 1.9.2
Ansible Configuration:
Stock install with Extra's modules.
Environment:
Windows 2012 R2
Summary:
When trying to add a new feature like DotNet 3.5 core (feature is called 'NET-Framework-Core') to Win 2012 R2, it fails because... | True | Optional Parameter called Source for win_feature - Issue Type:
Feature Idea
Component Name:
win_feature
Ansible Version: 1.9.2
Ansible Configuration:
Stock install with Extra's modules.
Environment:
Windows 2012 R2
Summary:
When trying to add a new feature like DotNet 3.5 core (feature is called 'NE... | main | optional parameter called source for win feature issue type feature idea component name win feature ansible version ansible configuration stock install with extra s modules environment windows summary when trying to add a new feature like dotnet core feature is called net fr... | 1 |
760 | 4,357,366,964 | IssuesEvent | 2016-08-02 01:25:35 | duckduckgo/zeroclickinfo-goodies | https://api.github.com/repos/duckduckgo/zeroclickinfo-goodies | closed | Dice: "Roll a dice" search doesn't trigger Instant Answer | Improvement Maintainer Approved Needs a Developer PR Received | Even though 'Dice' is the plural of 'Die' and "roll 'a' dice" is not entirely valid, 'roll a dice' should return the result of "roll a die".
------
IA Page: http://duck.co/ia/view/dice
[Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @loganom | True | Dice: "Roll a dice" search doesn't trigger Instant Answer - Even though 'Dice' is the plural of 'Die' and "roll 'a' dice" is not entirely valid, 'roll a dice' should return the result of "roll a die".
------
IA Page: http://duck.co/ia/view/dice
[Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.ht... | main | dice roll a dice search doesn t trigger instant answer even though dice is the plural of die and roll a dice is not entirely valid roll a dice should return the result of roll a die ia page loganom | 1 |
9,355 | 11,403,458,997 | IssuesEvent | 2020-01-31 07:16:16 | jrabbit/pyborg-1up | https://api.github.com/repos/jrabbit/pyborg-1up | closed | pip installs a newer aiohttp | Compatibility Packaging | ref #106
on stock pip on `python:3.8@2d2ae8451803` on docker
`ERROR: discord-py 1.3.0 has requirement aiohttp<3.7.0,>=3.6.0, but you'll have aiohttp 4.0.0a1 which is incompatible.` | True | pip installs a newer aiohttp - ref #106
on stock pip on `python:3.8@2d2ae8451803` on docker
`ERROR: discord-py 1.3.0 has requirement aiohttp<3.7.0,>=3.6.0, but you'll have aiohttp 4.0.0a1 which is incompatible.` | non_main | pip installs a newer aiohttp ref on stock pip on python on docker error discord py has requirement aiohttp but you ll have aiohttp which is incompatible | 0 |
22 | 2,523,647,398 | IssuesEvent | 2015-01-20 12:25:11 | simplesamlphp/simplesamlphp | https://api.github.com/repos/simplesamlphp/simplesamlphp | closed | Cleanup the SimpleSAML_Session class | enhancement maintainability started | The following must be done:
* Remove the default `NULL` value for the `$authority` parameter in the `getAuthState()` method. :+1:
* Remove the `getAttribute()` method. :+1:
* Remove the `setAttribute()` method. :+1:
* Remove the `setAttributes()` method. :+1:
* Remove the `getInstance()` method. :+1:
* R... | True | Cleanup the SimpleSAML_Session class - The following must be done:
* Remove the default `NULL` value for the `$authority` parameter in the `getAuthState()` method. :+1:
* Remove the `getAttribute()` method. :+1:
* Remove the `setAttribute()` method. :+1:
* Remove the `setAttributes()` method. :+1:
* Remove t... | main | cleanup the simplesaml session class the following must be done remove the default null value for the authority parameter in the getauthstate method remove the getattribute method remove the setattribute method remove the setattributes method remove t... | 1 |
5,627 | 28,151,993,885 | IssuesEvent | 2023-04-03 02:41:20 | medic/cht-roadmap | https://api.github.com/repos/medic/cht-roadmap | closed | Server monitoring | strat: Large CHT systems maintainable by admins | Make it easy for self and Medic hosted deployments to monitor resources and statuses of CHT instances. The monitoring falls into three main categories:
1. Generic stats from container like CPU usage, memory usage, disk space, network transfers, etc. This should be available through third party tools.
2. CouchDB sta... | True | Server monitoring - Make it easy for self and Medic hosted deployments to monitor resources and statuses of CHT instances. The monitoring falls into three main categories:
1. Generic stats from container like CPU usage, memory usage, disk space, network transfers, etc. This should be available through third party to... | main | server monitoring make it easy for self and medic hosted deployments to monitor resources and statuses of cht instances the monitoring falls into three main categories generic stats from container like cpu usage memory usage disk space network transfers etc this should be available through third party to... | 1 |
3,619 | 14,630,516,979 | IssuesEvent | 2020-12-23 17:52:38 | umn-asr/courses | https://api.github.com/repos/umn-asr/courses | opened | Update README with development section | courses maintainability | Add a development section with these subsections:
- [ ] setup
- [ ] testing
- [ ] deployment | True | Update README with development section - Add a development section with these subsections:
- [ ] setup
- [ ] testing
- [ ] deployment | main | update readme with development section add a development section with these subsections setup testing deployment | 1 |
3,318 | 12,876,787,322 | IssuesEvent | 2020-07-11 07:09:25 | geolexica/geolexica-server | https://api.github.com/repos/geolexica/geolexica-server | opened | Term languages are hardcoded in search | maintainability | https://github.com/geolexica/geolexica-server/blob/189aabee07651fcc8d453131ec209dd5498b4054/assets/js/concept-search-worker.js#L5-L18
Note that many of these codes are actually incorrect, and that many are missing. It probably explains #105. Anyway, they should be taken from site configuration. | True | Term languages are hardcoded in search - https://github.com/geolexica/geolexica-server/blob/189aabee07651fcc8d453131ec209dd5498b4054/assets/js/concept-search-worker.js#L5-L18
Note that many of these codes are actually incorrect, and that many are missing. It probably explains #105. Anyway, they should be taken from ... | main | term languages are hardcoded in search note that many of these codes are actually incorrect and that many are missing it probably explains anyway they should be taken from site configuration | 1 |
84,766 | 10,417,820,304 | IssuesEvent | 2019-09-15 01:58:47 | golang/go | https://api.github.com/repos/golang/go | closed | net/http: Content-Length is not set in outgoing request when using ioutil.NopCloser | Documentation | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are... | 1.0 | net/http: Content-Length is not set in outgoing request when using ioutil.NopCloser - <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13 darwin/amd64
</pre>
### Does this issue reproduce with ... | non_main | net http content length is not set in outgoing request when using ioutil nopcloser what version of go are you using go version go version go version darwin does this issue reproduce with the latest release yes what operating system and processor architecture are you ... | 0 |
4,735 | 24,447,046,596 | IssuesEvent | 2022-10-06 18:55:40 | backdrop-ops/contrib | https://api.github.com/repos/backdrop-ops/contrib | closed | Contrib Group Application: markabur (port of emptyparagraphkiller) | Maintainer application Port complete | Hello and welcome to the contrib application process! We're happy to have you :)
**Please indicate how you intend to help the Backdrop community by joining this group**
Option 1: I would like to contribute a project
## Based on your selection above, please provide the following information:
**(option 1) The n... | True | Contrib Group Application: markabur (port of emptyparagraphkiller) - Hello and welcome to the contrib application process! We're happy to have you :)
**Please indicate how you intend to help the Backdrop community by joining this group**
Option 1: I would like to contribute a project
## Based on your selection a... | main | contrib group application markabur port of emptyparagraphkiller hello and welcome to the contrib application process we re happy to have you please indicate how you intend to help the backdrop community by joining this group option i would like to contribute a project based on your selection a... | 1 |
55,851 | 23,617,448,567 | IssuesEvent | 2022-08-24 17:08:20 | operate-first/apps | https://api.github.com/repos/operate-first/apps | closed | Fybrik CRDs preventing Smaug Cluster-Resources app from syncing successfully | kind/bug area/service/argocd | ArgoCD App: https://argocd.operate-first.cloud/applications/cluster-resources-smaug?resource=sync%3AOutOfSync&operation=true
Example sync error for resources:
CustomResourceDefinition.apiextensions.k8s.io "plotters.app.fybrik.io" is invalid: status.storedVersions[0]: Invalid value: "v1alpha1": must appear in spec.... | 1.0 | Fybrik CRDs preventing Smaug Cluster-Resources app from syncing successfully - ArgoCD App: https://argocd.operate-first.cloud/applications/cluster-resources-smaug?resource=sync%3AOutOfSync&operation=true
Example sync error for resources:
CustomResourceDefinition.apiextensions.k8s.io "plotters.app.fybrik.io" is inv... | non_main | fybrik crds preventing smaug cluster resources app from syncing successfully argocd app example sync error for resources customresourcedefinition apiextensions io plotters app fybrik io is invalid status storedversions invalid value must appear in spec versions it is complaining about t... | 0 |
1,926 | 6,598,715,917 | IssuesEvent | 2017-09-16 09:45:15 | caskroom/homebrew-cask | https://api.github.com/repos/caskroom/homebrew-cask | closed | Feature request: `audit --download` should check if app name is correct | awaiting maintainer feedback | ### Description of feature/enhancement
`brew cask audit --download cask` should check if a dmg contains an app like described in the Cask.
### Justification
We are already downloading the dmg to check the checksum, it should be easy to mount the dmg (the source code is there) and check if the app exists.
##... | True | Feature request: `audit --download` should check if app name is correct - ### Description of feature/enhancement
`brew cask audit --download cask` should check if a dmg contains an app like described in the Cask.
### Justification
We are already downloading the dmg to check the checksum, it should be easy to m... | main | feature request audit download should check if app name is correct description of feature enhancement brew cask audit download cask should check if a dmg contains an app like described in the cask justification we are already downloading the dmg to check the checksum it should be easy to m... | 1 |
139,560 | 20,910,711,264 | IssuesEvent | 2022-03-24 09:03:33 | ASE-Projekte-WS-2021/ase-ws-21-zusammenleben | https://api.github.com/repos/ASE-Projekte-WS-2021/ase-ws-21-zusammenleben | opened | Design Prototype | important Design | Prototype of finished UI Screens (Color Theme, Fonts, Icon Style, Button Style etc.) | 1.0 | Design Prototype - Prototype of finished UI Screens (Color Theme, Fonts, Icon Style, Button Style etc.) | non_main | design prototype prototype of finished ui screens color theme fonts icon style button style etc | 0 |
50,594 | 6,403,861,355 | IssuesEvent | 2017-08-06 22:34:11 | a8cteam51/strikestart | https://api.github.com/repos/a8cteam51/strikestart | opened | On larger screens, consider moving navigation to the left-hand side | design enhancement low-priority | Might be a more effective use of space.... | 1.0 | On larger screens, consider moving navigation to the left-hand side - Might be a more effective use of space.... | non_main | on larger screens consider moving navigation to the left hand side might be a more effective use of space | 0 |
142,302 | 21,713,322,806 | IssuesEvent | 2022-05-10 15:32:30 | gordon-cs/gordon-360-ui | https://api.github.com/repos/gordon-cs/gordon-360-ui | opened | Use Tabbed UI on Involvements page | Enhancement Visual Design | Currently, the Involvements page has three cards, stacked vertically, with different views of involvements data:
1. Requests (both sent and received)
2. My Involvements
3. All Involvements
A user is generally only interested in one of these cards, and they're never interested in more than one at a time. For that ... | 1.0 | Use Tabbed UI on Involvements page - Currently, the Involvements page has three cards, stacked vertically, with different views of involvements data:
1. Requests (both sent and received)
2. My Involvements
3. All Involvements
A user is generally only interested in one of these cards, and they're never interested ... | non_main | use tabbed ui on involvements page currently the involvements page has three cards stacked vertically with different views of involvements data requests both sent and received my involvements all involvements a user is generally only interested in one of these cards and they re never interested ... | 0 |
347,993 | 10,437,195,970 | IssuesEvent | 2019-09-17 21:23:20 | osulp/Scholars-Archive | https://api.github.com/repos/osulp/Scholars-Archive | closed | Remove extra space in Visibility box | Priority: Low User Interface | ### Descriptive summary
There's an extra space before the bulleted terms begin.
### Expected behavior
Space should not be there.

| 1.0 | Remove extra space in Visibility box - ### Descriptive summary
There's an extra space before the bulleted terms begin.
### Expected behavior
Space should not be there.

| non_main | remove extra space in visibility box descriptive summary there s an extra space before the bulleted terms begin expected behavior space should not be there | 0 |
5,152 | 26,252,517,782 | IssuesEvent | 2023-01-05 20:43:04 | chocolatey-community/chocolatey-package-requests | https://api.github.com/repos/chocolatey-community/chocolatey-package-requests | closed | RFM - plexmediaserver | Status: Available For Maintainer(s) | ## Current Maintainer
- [x] I am the maintainer of the package and wish to pass it to someone else;
## Checklist
- [x] Issue title starts with 'RFM - '
## Existing Package Details
Package URL: https://community.chocolatey.org/packages/plexmediaserver
Package source URL: https://github.com/mikecole/chocola... | True | RFM - plexmediaserver - ## Current Maintainer
- [x] I am the maintainer of the package and wish to pass it to someone else;
## Checklist
- [x] Issue title starts with 'RFM - '
## Existing Package Details
Package URL: https://community.chocolatey.org/packages/plexmediaserver
Package source URL: https://git... | main | rfm plexmediaserver current maintainer i am the maintainer of the package and wish to pass it to someone else checklist issue title starts with rfm existing package details package url package source url this is a working package with a functional au script i simply do... | 1 |
677,897 | 23,179,410,626 | IssuesEvent | 2022-07-31 22:28:37 | ls1intum/Artemis | https://api.github.com/repos/ls1intum/Artemis | closed | Students can see plagiarism accusations before they are notified | bug plagiarism detection priority:high | ### Describe the bug
In the EiSt course we noticed, that some students could see a plagiarism accusation despite the fact that they hadn't been notified. The students can see the plagiarism case button but when they want to access the page they get the message that they aren't authorised to access it (see screenshots)... | 1.0 | Students can see plagiarism accusations before they are notified - ### Describe the bug
In the EiSt course we noticed, that some students could see a plagiarism accusation despite the fact that they hadn't been notified. The students can see the plagiarism case button but when they want to access the page they get the... | non_main | students can see plagiarism accusations before they are notified describe the bug in the eist course we noticed that some students could see a plagiarism accusation despite the fact that they hadn t been notified the students can see the plagiarism case button but when they want to access the page they get the... | 0 |
449,152 | 31,830,460,943 | IssuesEvent | 2023-09-14 10:14:07 | ueberdosis/tiptap | https://api.github.com/repos/ueberdosis/tiptap | opened | [Documentation]: | Type: Documentation Category: Open Source | ### What’s the URL to the page you’re sending feedback for?
https://tiptap.dev/api/utilities/suggestion
### What part of the documentation needs improvement?
https://tiptap.dev/api/utilities/suggestion
### What is helpful about that part?
It is helpful to know that we can allow spaces without closing the mentionin... | 1.0 | [Documentation]: - ### What’s the URL to the page you’re sending feedback for?
https://tiptap.dev/api/utilities/suggestion
### What part of the documentation needs improvement?
https://tiptap.dev/api/utilities/suggestion
### What is helpful about that part?
It is helpful to know that we can allow spaces without c... | non_main | what’s the url to the page you’re sending feedback for what part of the documentation needs improvement what is helpful about that part it is helpful to know that we can allow spaces without closing the mentioning functionality what is hard to understand missing or misleading it is... | 0 |
102,938 | 12,832,496,038 | IssuesEvent | 2020-07-07 07:46:29 | Blazored/Modal | https://api.github.com/repos/Blazored/Modal | closed | Support Bootstrap/custom modal markup | Feature Request Needs: Design | Modify the BlazoredModalInstance.razor component to support bootstrap, and other templates, when emitting HTML markup.
I suggest creating a Modal.Framework enumeration that includes:
Blazored,
Bootstrap,
Custom,
etc.
When adding the BlazoredModal component to the MainLayout, the user can supply this v... | 1.0 | Support Bootstrap/custom modal markup - Modify the BlazoredModalInstance.razor component to support bootstrap, and other templates, when emitting HTML markup.
I suggest creating a Modal.Framework enumeration that includes:
Blazored,
Bootstrap,
Custom,
etc.
When adding the BlazoredModal component to th... | non_main | support bootstrap custom modal markup modify the blazoredmodalinstance razor component to support bootstrap and other templates when emitting html markup i suggest creating a modal framework enumeration that includes blazored bootstrap custom etc when adding the blazoredmodal component to th... | 0 |
809,912 | 30,217,358,672 | IssuesEvent | 2023-07-05 16:31:14 | bloom-works/handbook | https://api.github.com/repos/bloom-works/handbook | opened | Add content: Information for contractors | priority-2 content-new | ## Where to find the content
https://docs.google.com/document/d/1IWmW3pYjCnryU8rEQeenjtBX7VtvQeL-4AfVJHcyPXc/edit#heading=h.6iujc7r4hlx
This issue includes subsections, but might consider breaking each subsection into its own issue:
- Onboarding
- Paperwork
- How to log time
- Travel on behalf of Bloom
- Of... | 1.0 | Add content: Information for contractors - ## Where to find the content
https://docs.google.com/document/d/1IWmW3pYjCnryU8rEQeenjtBX7VtvQeL-4AfVJHcyPXc/edit#heading=h.6iujc7r4hlx
This issue includes subsections, but might consider breaking each subsection into its own issue:
- Onboarding
- Paperwork
- How to ... | non_main | add content information for contractors where to find the content this issue includes subsections but might consider breaking each subsection into its own issue onboarding paperwork how to log time travel on behalf of bloom offboarding where the content will go top level after w... | 0 |
120,896 | 15,819,573,363 | IssuesEvent | 2021-04-05 17:41:53 | fluxcd/flux | https://api.github.com/repos/fluxcd/flux | closed | Deal with multiple tags referring to the same image layer, and moving tags | blocked-design question vague | Many library images have tags that track e.g., major versions. That means any given image pushed will have two or three tags that refer to it; e.g., `{alpine:2, alpine:2.3, alpine:2.3.4}`.
We do in general know that these are the same, since the manifests refer to the image layer hash.
By the same token, we could... | 1.0 | Deal with multiple tags referring to the same image layer, and moving tags - Many library images have tags that track e.g., major versions. That means any given image pushed will have two or three tags that refer to it; e.g., `{alpine:2, alpine:2.3, alpine:2.3.4}`.
We do in general know that these are the same, sinc... | non_main | deal with multiple tags referring to the same image layer and moving tags many library images have tags that track e g major versions that means any given image pushed will have two or three tags that refer to it e g alpine alpine alpine we do in general know that these are the same sinc... | 0 |
330,826 | 28,487,240,929 | IssuesEvent | 2023-04-18 08:43:06 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/lens/group3/rollup·ts - lens app - group 3 lens rollup tests should allow seamless transition to and from table view | Team:Visualizations failed-test Feature:Lens | A test failed on a tracked branch
```
Error: timed out waiting for assertExpectedText -- last error: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="metric_label"])
Wait timed out after 10052ms
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-cd690b02a97aedf7/elastic/kibana-on-merg... | 1.0 | Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/lens/group3/rollup·ts - lens app - group 3 lens rollup tests should allow seamless transition to and from table view - A test failed on a tracked branch
```
Error: timed out waiting for assertExpectedText -- last error: TimeoutError: Waiting f... | non_main | failing test chrome x pack ui functional tests x pack test functional apps lens rollup·ts lens app group lens rollup tests should allow seamless transition to and from table view a test failed on a tracked branch error timed out waiting for assertexpectedtext last error timeouterror waiting for el... | 0 |
742,526 | 25,860,036,099 | IssuesEvent | 2022-12-13 16:18:24 | oceanprotocol/df-py | https://api.github.com/repos/oceanprotocol/df-py | closed | Create route/feed for allocations in purgatory. | Priority: Mid | ### Problem:
Right now, there is no way to view the items in purgatory that the user has allocated to.
This keeps the user from being able to adjust or reset their allocation.
### Candidate Solutions
Cand A
- Show items from purgatory where the user has allocated to, and force them to reallocate
- Users should then be... | 1.0 | Create route/feed for allocations in purgatory. - ### Problem:
Right now, there is no way to view the items in purgatory that the user has allocated to.
This keeps the user from being able to adjust or reset their allocation.
### Candidate Solutions
Cand A
- Show items from purgatory where the user has allocated to, a... | non_main | create route feed for allocations in purgatory problem right now there is no way to view the items in purgatory that the user has allocated to this keeps the user from being able to adjust or reset their allocation candidate solutions cand a show items from purgatory where the user has allocated to a... | 0 |
17,483 | 24,096,606,188 | IssuesEvent | 2022-09-19 19:21:21 | dotnet/docs | https://api.github.com/repos/dotnet/docs | closed | [Breaking change]: Socket.End methods no longer throw ObjectDisposedException | doc-idea breaking-change Pri1 binary incompatible :checkered_flag: Release: .NET 7 in-pr | ### Description
Starting from .NET 7, `System.Net.Sockets.Socket.End*` methods (e.g. `EndSend`) throw `SocketException` instead of `ObjectDisposedExcption` if the socket is closed.
### Version
.NET 7 Preview 7
### Previous behavior
`System.Net.Sockets.Socket.End*` methods were throwing `ObjectDisposedExc... | True | [Breaking change]: Socket.End methods no longer throw ObjectDisposedException - ### Description
Starting from .NET 7, `System.Net.Sockets.Socket.End*` methods (e.g. `EndSend`) throw `SocketException` instead of `ObjectDisposedExcption` if the socket is closed.
### Version
.NET 7 Preview 7
### Previous behav... | non_main | socket end methods no longer throw objectdisposedexception description starting from net system net sockets socket end methods e g endsend throw socketexception instead of objectdisposedexcption if the socket is closed version net preview previous behavior system n... | 0 |
3,208 | 12,243,732,383 | IssuesEvent | 2020-05-05 09:47:07 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | opened | sockets/posix: poll()/select() implementation should be factored out from sockets subsys into POSIX subsys | Maintainer area: POSIX | POSIX poll() was initially implemented in the scope of BSD Sockets API, and currently located in subsys/net/lib/sockets/ . It is however a generic POSIX facility, and was generalized to apply to arbitrary file descriptors (and objects represented by them). As we grow implementations of such objects (eventfd, unix domai... | True | sockets/posix: poll()/select() implementation should be factored out from sockets subsys into POSIX subsys - POSIX poll() was initially implemented in the scope of BSD Sockets API, and currently located in subsys/net/lib/sockets/ . It is however a generic POSIX facility, and was generalized to apply to arbitrary file d... | main | sockets posix poll select implementation should be factored out from sockets subsys into posix subsys posix poll was initially implemented in the scope of bsd sockets api and currently located in subsys net lib sockets it is however a generic posix facility and was generalized to apply to arbitrary file d... | 1 |
420,620 | 12,240,267,805 | IssuesEvent | 2020-05-04 23:46:07 | Berkmann18/lh-avg | https://api.github.com/repos/Berkmann18/lh-avg | opened | LH JSON export | Priority: Low Type: Enhancement :bulb: | <!--
Thank you for suggesting an idea to make this project better!
Please fill in as much of the template below as you're able.
-->
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
Perhaps consider adding support reading LH exported JSON files by lo... | 1.0 | LH JSON export - <!--
Thank you for suggesting an idea to make this project better!
Please fill in as much of the template below as you're able.
-->
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
Perhaps consider adding support reading LH exported... | non_main | lh json export thank you for suggesting an idea to make this project better please fill in as much of the template below as you re able is your feature request related to a problem please describe no describe the solution you d like perhaps consider adding support reading lh exported... | 0 |
363,218 | 10,739,522,499 | IssuesEvent | 2019-10-29 16:30:15 | acl-services/paprika | https://api.github.com/repos/acl-services/paprika | closed | Date Picker Positioning bug | Bug 🐞 High Priority ↑ | # Bug Report
## Prerequisites
**This is just a checklist, please delete this section after**
Please answer the following questions for yourself before submitting a bug report.
- [ ] I checked to make sure that this bug has not already been filed
- [ ] I reproduced the bug in the latest version of paprika
- [ ] Pl... | 1.0 | Date Picker Positioning bug - # Bug Report
## Prerequisites
**This is just a checklist, please delete this section after**
Please answer the following questions for yourself before submitting a bug report.
- [ ] I checked to make sure that this bug has not already been filed
- [ ] I reproduced the bug in the lates... | non_main | date picker positioning bug bug report prerequisites this is just a checklist please delete this section after please answer the following questions for yourself before submitting a bug report i checked to make sure that this bug has not already been filed i reproduced the bug in the latest ve... | 0 |
3,315 | 12,833,941,761 | IssuesEvent | 2020-07-07 10:09:05 | spack/spack | https://api.github.com/repos/spack/spack | opened | Remove explicit version enumeration in "containerize" related code | feature maintainers | As a maintainer I want to remove the explicit enumeration of Spack versions in:
- https://github.com/spack/spack/blob/develop/lib/spack/spack/container/images.json
- https://github.com/spack/spack/blob/develop/lib/spack/spack/schema/container.py
so that there will be one place less to update when cutting a new r... | True | Remove explicit version enumeration in "containerize" related code - As a maintainer I want to remove the explicit enumeration of Spack versions in:
- https://github.com/spack/spack/blob/develop/lib/spack/spack/container/images.json
- https://github.com/spack/spack/blob/develop/lib/spack/spack/schema/container.py
... | main | remove explicit version enumeration in containerize related code as a maintainer i want to remove the explicit enumeration of spack versions in so that there will be one place less to update when cutting a new release rationale recently the release process has been documented with todo fo... | 1 |
46,920 | 24,783,220,833 | IssuesEvent | 2022-10-24 07:39:38 | getsentry/sentry-javascript | https://api.github.com/repos/getsentry/sentry-javascript | closed | Upgrade to web-vitals v3 | Type: Improvement Feature: Performance Package: tracing Status: Backlog | ### Problem Statement
Web Vitals v3 is currently in beta.
Allows us to start tracking INP, which can replace FID.
https://web.dev/inp/
> Writing your own [PerformanceObserver](https://developer.mozilla.org/docs/Web/API/PerformanceObserver) to measure INP can be difficult. To measure INP in JavaScript, it's ... | True | Upgrade to web-vitals v3 - ### Problem Statement
Web Vitals v3 is currently in beta.
Allows us to start tracking INP, which can replace FID.
https://web.dev/inp/
> Writing your own [PerformanceObserver](https://developer.mozilla.org/docs/Web/API/PerformanceObserver) to measure INP can be difficult. To measu... | non_main | upgrade to web vitals problem statement web vitals is currently in beta allows us to start tracking inp which can replace fid writing your own to measure inp can be difficult to measure inp in javascript it s advised that you use the web vitals javascript library which exports an oni... | 0 |
273,028 | 20,767,870,228 | IssuesEvent | 2022-03-15 23:03:56 | jennaanderson00/taskinator | https://api.github.com/repos/jennaanderson00/taskinator | closed | Initial Setup | documentation | #### Requirements
* Create the task tracking HTML page that needs a:
* Header
* Main content area for the task list
* Footer
* Use the style sheet provided
* Add functionality to the button to add tasks to the list | 1.0 | Initial Setup - #### Requirements
* Create the task tracking HTML page that needs a:
* Header
* Main content area for the task list
* Footer
* Use the style sheet provided
* Add functionality to the button to add tasks to the list | non_main | initial setup requirements create the task tracking html page that needs a header main content area for the task list footer use the style sheet provided add functionality to the button to add tasks to the list | 0 |
597,192 | 18,157,455,443 | IssuesEvent | 2021-09-27 04:53:38 | PazerOP/tf2_bot_detector | https://api.github.com/repos/PazerOP/tf2_bot_detector | closed | Keybind request | Type: Enhancement Priority: Low | **A clear and concise description of what the problem is.**
> When using and checking out player cheaters, I dislike having the chat warnings spam, and it takes a minute to alt-tab due to fullscreen. Also, when if you're with a friend and you just want it off for the moment without having to alt-tab.
**Describe the... | 1.0 | Keybind request - **A clear and concise description of what the problem is.**
> When using and checking out player cheaters, I dislike having the chat warnings spam, and it takes a minute to alt-tab due to fullscreen. Also, when if you're with a friend and you just want it off for the moment without having to alt-tab.... | non_main | keybind request a clear and concise description of what the problem is when using and checking out player cheaters i dislike having the chat warnings spam and it takes a minute to alt tab due to fullscreen also when if you re with a friend and you just want it off for the moment without having to alt tab ... | 0 |
843 | 4,489,398,038 | IssuesEvent | 2016-08-30 10:51:48 | Particular/EndToEnd | https://api.github.com/repos/Particular/EndToEnd | reopened | Upgrade .NET Framework to latest release on VM's | Project: PerfTests State: In Progress - Maintainer Prio |
The VM's are not running any of the latest patch releases 4.6.1 or 4.6.2 of the .NET Framework.
Version 4.6.1. has documented numerous performance improvements which might have an impact on the results. The release notes of 4.6.2 do not state any performance improvements.
.NET Framework 4.6.1
- WPF improveme... | True | Upgrade .NET Framework to latest release on VM's -
The VM's are not running any of the latest patch releases 4.6.1 or 4.6.2 of the .NET Framework.
Version 4.6.1. has documented numerous performance improvements which might have an impact on the results. The release notes of 4.6.2 do not state any performance impro... | main | upgrade net framework to latest release on vm s the vm s are not running any of the latest patch releases or of the net framework version has documented numerous performance improvements which might have an impact on the results the release notes of do not state any performance impro... | 1 |
429 | 3,520,869,219 | IssuesEvent | 2016-01-12 22:40:25 | caskroom/homebrew-cask | https://api.github.com/repos/caskroom/homebrew-cask | opened | Proposal: change `appcast` `:sha245` to `:checkpoint` | awaiting maintainer feedback | Refs https://github.com/caskroom/homebrew-cask/pull/16948. If agreed upon, steps:
- [ ] Deprecate `:sha256` in `appcast`.
- [ ] Add `:checkpoint` (or other name) to `appcast`.
- [ ] Add [sourceforge `appcast`s](https://github.com/caskroom/homebrew-cask/issues/16685).
- [ ] Update documentation.
- [ ] Update deta... | True | Proposal: change `appcast` `:sha245` to `:checkpoint` - Refs https://github.com/caskroom/homebrew-cask/pull/16948. If agreed upon, steps:
- [ ] Deprecate `:sha256` in `appcast`.
- [ ] Add `:checkpoint` (or other name) to `appcast`.
- [ ] Add [sourceforge `appcast`s](https://github.com/caskroom/homebrew-cask/issues... | main | proposal change appcast to checkpoint refs if agreed upon steps deprecate in appcast add checkpoint or other name to appcast add update documentation update details in update details in | 1 |
803,573 | 29,183,438,414 | IssuesEvent | 2023-05-19 13:41:28 | aleksbobic/csx | https://api.github.com/repos/aleksbobic/csx | opened | Show delete and expand in advanced search | enhancement priority:medium Complexity:medium | Delete and expand actions should be visible also in advanced search | 1.0 | Show delete and expand in advanced search - Delete and expand actions should be visible also in advanced search | non_main | show delete and expand in advanced search delete and expand actions should be visible also in advanced search | 0 |
263,778 | 28,056,680,990 | IssuesEvent | 2023-03-29 09:49:53 | tamirverthim/src | https://api.github.com/repos/tamirverthim/src | reopened | CVE-2017-7301 (High) detected in srcdc68203c791d61132fb706541d939ef160c2e638 | Mend: dependency security vulnerability | ## CVE-2017-7301 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>srcdc68203c791d61132fb706541d939ef160c2e638</b></p></summary>
<p>
<p>Public git conversion mirror of OpenBSD's official... | True | CVE-2017-7301 (High) detected in srcdc68203c791d61132fb706541d939ef160c2e638 - ## CVE-2017-7301 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>srcdc68203c791d61132fb706541d939ef160c2e6... | non_main | cve high detected in cve high severity vulnerability vulnerable library public git conversion mirror of openbsd s official cvs src repository pull requests not accepted send diffs to the tech mailing list library home page a href found in head commit a href ... | 0 |
50,153 | 6,062,345,312 | IssuesEvent | 2017-06-14 09:12:04 | FreeRDP/FreeRDP | https://api.github.com/repos/FreeRDP/FreeRDP | closed | [MacOS-Shadow-Server] Trackpad always scrolls down | fixed-waiting-test | Server:
./server/shadow/freerdp-shadow-cli /version
FreeRDP version 2.0.0-dev (git 1dbd2d28d)
macOS Sierra 10.12.5
Client:
Microsoft Remote Desktop Client for MacOS 8.0.39
Problem: It doesn't matter if I try to scroll up or down from the client using the trackpad of my MacBook, the content always scrolls down... | 1.0 | [MacOS-Shadow-Server] Trackpad always scrolls down - Server:
./server/shadow/freerdp-shadow-cli /version
FreeRDP version 2.0.0-dev (git 1dbd2d28d)
macOS Sierra 10.12.5
Client:
Microsoft Remote Desktop Client for MacOS 8.0.39
Problem: It doesn't matter if I try to scroll up or down from the client using the t... | non_main | trackpad always scrolls down server server shadow freerdp shadow cli version freerdp version dev git macos sierra client microsoft remote desktop client for macos problem it doesn t matter if i try to scroll up or down from the client using the trackpad of my macbook the cont... | 0 |
56,478 | 11,584,474,333 | IssuesEvent | 2020-02-22 17:33:02 | T4g1/gd-wildjam18 | https://api.github.com/repos/T4g1/gd-wildjam18 | closed | Last confirmation sound is not played when finishing puzzle 1 | code priority: low wontfix | This as to do with how sound are handled. We need a global system like Game to handle audio playback. | 1.0 | Last confirmation sound is not played when finishing puzzle 1 - This as to do with how sound are handled. We need a global system like Game to handle audio playback. | non_main | last confirmation sound is not played when finishing puzzle this as to do with how sound are handled we need a global system like game to handle audio playback | 0 |
566 | 4,044,279,011 | IssuesEvent | 2016-05-21 07:15:20 | duckduckgo/zeroclickinfo-spice | https://api.github.com/repos/duckduckgo/zeroclickinfo-spice | closed | Rust Cargo Packages: triggering feedback from Reddit user | Maintainer Input Requested | A Reddit user left feedback on this IA [here](https://www.reddit.com/r/rust/comments/4gujbf/help_improve_duckduckgos_rustrelated_searches/d2l45d5):
> In particular, I notice that in the Rust Cargo Packages IA, it only links to the one with an exact matching name, which isn't very helpful if you're just looking for ... | True | Rust Cargo Packages: triggering feedback from Reddit user - A Reddit user left feedback on this IA [here](https://www.reddit.com/r/rust/comments/4gujbf/help_improve_duckduckgos_rustrelated_searches/d2l45d5):
> In particular, I notice that in the Rust Cargo Packages IA, it only links to the one with an exact matchin... | main | rust cargo packages triggering feedback from reddit user a reddit user left feedback on this ia in particular i notice that in the rust cargo packages ia it only links to the one with an exact matching name which isn t very helpful if you re just looking for crates that deal with a topic without knowing... | 1 |
2,707 | 9,531,849,419 | IssuesEvent | 2019-04-29 17:01:47 | codestation/qcma | https://api.github.com/repos/codestation/qcma | closed | Error installing Qcma on Ubuntu 18.10 | unmaintained | This is the output i get every time:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'qcma' instead of './qcma_0.4.2_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using th... | True | Error installing Qcma on Ubuntu 18.10 - This is the output i get every time:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'qcma' instead of './qcma_0.4.2_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an imp... | main | error installing qcma on ubuntu this is the output i get every time reading package lists done building dependency tree reading state information done note selecting qcma instead of qcma deb some packages could not be installed this may mean that you have requested an impossibl... | 1 |
4,207 | 20,679,494,949 | IssuesEvent | 2022-03-10 12:34:36 | BioArchLinux/Packages | https://api.github.com/repos/BioArchLinux/Packages | closed | [BUG] The ugene package does not install everything needed | maintain | OK this is annoying. I made the package based on my ugene-git package (which works) but apparently is the ugene package in BioArchLinux not installing everything (PREFIX has to be set on both "qmake" and "make install", but even that did not help). When upstream changed how things are supposed to be installed in ugene,... | True | [BUG] The ugene package does not install everything needed - OK this is annoying. I made the package based on my ugene-git package (which works) but apparently is the ugene package in BioArchLinux not installing everything (PREFIX has to be set on both "qmake" and "make install", but even that did not help). When upstr... | main | the ugene package does not install everything needed ok this is annoying i made the package based on my ugene git package which works but apparently is the ugene package in bioarchlinux not installing everything prefix has to be set on both qmake and make install but even that did not help when upstream ... | 1 |
1,332 | 5,715,070,420 | IssuesEvent | 2017-04-19 12:12:06 | ansible/ansible-modules-extras | https://api.github.com/repos/ansible/ansible-modules-extras | closed | asa_command loses first line for show version, possible prompt detection issues? | affects_2.2 bug_report networking waiting_on_maintainer | <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
asa_command
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” b... | True | asa_command loses first line for show version, possible prompt detection issues? - <!--- 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 -->
asa_com... | main | asa command loses first line for show version possible prompt detection issues issue type bug report component name asa command ansible version ansible stable last updated gmt lib ansible modules core detached head last updated ... | 1 |
312,740 | 26,873,910,176 | IssuesEvent | 2023-02-04 20:13:21 | MPMG-DCC-UFMG/F01 | https://api.github.com/repos/MPMG-DCC-UFMG/F01 | closed | Teste de generalizacao para a tag Informações Institucionais - Leis Municipais - Espinosa | generalization test development template - Síntese tecnologia e informatica (88) tag - Informações Institucionais subtag - Leis Municipais | DoD: Realizar o teste de Generalização do validador da tag Informações Institucionais - Leis Municipais para o Município de Espinosa. | 1.0 | Teste de generalizacao para a tag Informações Institucionais - Leis Municipais - Espinosa - DoD: Realizar o teste de Generalização do validador da tag Informações Institucionais - Leis Municipais para o Município de Espinosa. | non_main | teste de generalizacao para a tag informações institucionais leis municipais espinosa dod realizar o teste de generalização do validador da tag informações institucionais leis municipais para o município de espinosa | 0 |
376,799 | 26,217,822,219 | IssuesEvent | 2023-01-04 12:31:17 | demarches-simplifiees/demarches-simplifiees.fr | https://api.github.com/repos/demarches-simplifiees/demarches-simplifiees.fr | closed | Email de suppression pas dutout rassurant | documentation good first issue | Est-il possible de désactiver le mail à destination des utilisateurs leur indiquant que le dossier va bientôt être supprimé?
Les 3/4 comprennent que c'est leurs dossiers de demande de logement qui va être supprimé et non pas leurs données hébergées pour 1 mois sur demarches-simplifiees.fr
Cela génère de grosses i... | 1.0 | Email de suppression pas dutout rassurant - Est-il possible de désactiver le mail à destination des utilisateurs leur indiquant que le dossier va bientôt être supprimé?
Les 3/4 comprennent que c'est leurs dossiers de demande de logement qui va être supprimé et non pas leurs données hébergées pour 1 mois sur demarche... | non_main | email de suppression pas dutout rassurant est il possible de désactiver le mail à destination des utilisateurs leur indiquant que le dossier va bientôt être supprimé les comprennent que c est leurs dossiers de demande de logement qui va être supprimé et non pas leurs données hébergées pour mois sur demarche... | 0 |
35,584 | 31,848,478,257 | IssuesEvent | 2023-09-14 22:13:26 | openaq/openaq-api-v2 | https://api.github.com/repos/openaq/openaq-api-v2 | opened | migrate AWS Lambda to ARM64 | infrastructure | Migrating to the AWS Graviton2 ARM64 runtime provides a pretty significant costs saving opportunity in addition to what appears to be a slight performance boost. The cost difference is:
| Architecture | Cost GB-sec |
| -------- | ------- |
| x86 | $0.0000166667 |
| ARM64 | $0.0000133334 |
This w... | 1.0 | migrate AWS Lambda to ARM64 - Migrating to the AWS Graviton2 ARM64 runtime provides a pretty significant costs saving opportunity in addition to what appears to be a slight performance boost. The cost difference is:
| Architecture | Cost GB-sec |
| -------- | ------- |
| x86 | $0.0000166667 |
| ARM64 | ... | non_main | migrate aws lambda to migrating to the aws runtime provides a pretty significant costs saving opportunity in addition to what appears to be a slight performance boost the cost difference is architecture cost gb sec this will requir... | 0 |
264,856 | 20,035,741,093 | IssuesEvent | 2022-02-02 11:41:07 | Clinical-Genomics/meatballs | https://api.github.com/repos/Clinical-Genomics/meatballs | closed | Too much porridge! | Documentation Effort S Gain L | There are two pages for porridge under the Breakfast folder. I think I caused it... sorry | 1.0 | Too much porridge! - There are two pages for porridge under the Breakfast folder. I think I caused it... sorry | non_main | too much porridge there are two pages for porridge under the breakfast folder i think i caused it sorry | 0 |
3,111 | 11,873,698,359 | IssuesEvent | 2020-03-26 17:43:05 | precice/precice | https://api.github.com/repos/precice/precice | opened | Remove multi-level stubs from API | maintainability | After removing Manifold Mapping in #703 we should not forget to remove the API stubs `hasToEvaluateSurrogateModel` and `hasToEvaluateFineModel` in v3.0. | True | Remove multi-level stubs from API - After removing Manifold Mapping in #703 we should not forget to remove the API stubs `hasToEvaluateSurrogateModel` and `hasToEvaluateFineModel` in v3.0. | main | remove multi level stubs from api after removing manifold mapping in we should not forget to remove the api stubs hastoevaluatesurrogatemodel and hastoevaluatefinemodel in | 1 |
264,083 | 8,305,035,942 | IssuesEvent | 2018-09-22 00:50:32 | facebook/prepack | https://api.github.com/repos/facebook/prepack | opened | Simplifier bug: null is not undefined | Instant Render bug priority: high | If you tweak #2563 by replacing `=== null` with `=== undefined`, then things will be alright. However, when you do the same in an optimized function, things go wrong. Prepacking this...
```js
function f(obj) {
let y = obj.foo;
if (y == null) {
obj.bar = y === undefined;
}
}
__optimize(f);
```
produc... | 1.0 | Simplifier bug: null is not undefined - If you tweak #2563 by replacing `=== null` with `=== undefined`, then things will be alright. However, when you do the same in an optimized function, things go wrong. Prepacking this...
```js
function f(obj) {
let y = obj.foo;
if (y == null) {
obj.bar = y === undefin... | non_main | simplifier bug null is not undefined if you tweak by replacing null with undefined then things will be alright however when you do the same in an optimized function things go wrong prepacking this js function f obj let y obj foo if y null obj bar y undefined ... | 0 |
115,249 | 4,662,180,185 | IssuesEvent | 2016-10-05 02:02:38 | TeamPorcupine/ProjectPorcupine | https://api.github.com/repos/TeamPorcupine/ProjectPorcupine | closed | Localization not being updated when saving settings | bug high priority localization | Go to the settings menu and change the language to anything. Then apply or save. There are no errors, but the new language is not applied.
Noticed by @TomMalbran | 1.0 | Localization not being updated when saving settings - Go to the settings menu and change the language to anything. Then apply or save. There are no errors, but the new language is not applied.
Noticed by @TomMalbran | non_main | localization not being updated when saving settings go to the settings menu and change the language to anything then apply or save there are no errors but the new language is not applied noticed by tommalbran | 0 |
722,417 | 24,861,342,623 | IssuesEvent | 2022-10-27 08:31:33 | input-output-hk/cardano-node | https://api.github.com/repos/input-output-hk/cardano-node | closed | [BUG] - Some genesis file names are different to the protocol parameter names | bug priority medium alonzo-white API&CLI-Backlog | **Internal**
**Area**
*Plutus* Related to Plutus Scripts (Alonzo).
**Summary**
The genesis file names are different to the protocol parameter names. This could lead to configuration issues.
**Steps to reproduce**
Sample genesis file
```
{
"lovelacePerUTxOWord": 34482,
"executionPrices": ... | 1.0 | [BUG] - Some genesis file names are different to the protocol parameter names - **Internal**
**Area**
*Plutus* Related to Plutus Scripts (Alonzo).
**Summary**
The genesis file names are different to the protocol parameter names. This could lead to configuration issues.
**Steps to reproduce**
Sample ge... | non_main | some genesis file names are different to the protocol parameter names internal area plutus related to plutus scripts alonzo summary the genesis file names are different to the protocol parameter names this could lead to configuration issues steps to reproduce sample genesi... | 0 |
533,546 | 15,593,010,657 | IssuesEvent | 2021-03-18 12:25:59 | mlr-org/mlr3spatiotempcv | https://api.github.com/repos/mlr-org/mlr3spatiotempcv | closed | Checkerboard pattern with spcv_block? | Priority: High Status: In Progress Type: Bug | Dear mlr3spatiotempcv team,
First, many thanks for your hard work on this excellent resource.
I am having an issues producing a checkerboard sampling pattern using `spcv_block`. Instead of getting a checkerboard spatial partitioning, I always get something that looks more like a random sampling pattern. I have b... | 1.0 | Checkerboard pattern with spcv_block? - Dear mlr3spatiotempcv team,
First, many thanks for your hard work on this excellent resource.
I am having an issues producing a checkerboard sampling pattern using `spcv_block`. Instead of getting a checkerboard spatial partitioning, I always get something that looks more ... | non_main | checkerboard pattern with spcv block dear team first many thanks for your hard work on this excellent resource i am having an issues producing a checkerboard sampling pattern using spcv block instead of getting a checkerboard spatial partitioning i always get something that looks more like a random s... | 0 |
5,011 | 25,758,880,641 | IssuesEvent | 2022-12-08 18:39:06 | centerofci/mathesar | https://api.github.com/repos/centerofci/mathesar | closed | Add background colors to table icons | affects: ux work: frontend status: draft restricted: maintainers | 
<img width="399" alt="Screenshot 2022-12-06 at 7 53 52 PM" src="https://user-images.githubusercontent.com/11032856/205937510-d7298211-ccf0-4219-8268-38710274d09b.png">
| True | Add background colors to table icons - 
<img width="399" alt="Screenshot 2022-12-06 at 7 53 52 PM" src="https://user-images.githubusercontent.com/11032856/205937510-d7298211-ccf0-... | main | add background colors to table icons img width alt screenshot at pm src | 1 |
305,967 | 26,423,847,879 | IssuesEvent | 2023-01-14 00:22:41 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | closed | Fix trigonometric_functions.test_numpy_deg2rad | NumPy Frontend Sub Task Failing Test | | | |
|---|---|
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/3855435433/jobs/6570511859" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/3865845421/jobs/6589592684" rel="noopener nore... | 1.0 | Fix trigonometric_functions.test_numpy_deg2rad - | | |
|---|---|
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/3855435433/jobs/6570511859" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/ru... | non_main | fix trigonometric functions test numpy tensorflow img src torch img src numpy img src jax img src not found not found | 0 |
250,463 | 7,977,427,988 | IssuesEvent | 2018-07-17 15:17:40 | kubevirt/kubevirt | https://api.github.com/repos/kubevirt/kubevirt | reopened | Vms fail to launch with Insufficient devices.kubevirt.io/tun | area/handler kind/bug priority/critical-urgent | <!-- This form is for bug reports and feature requests ONLY!
Also make sure that you visit our User Guide at https://kubevirt.io/user-guide/
-->
**Is this a BUG REPORT or FEATURE REQUEST?**:
>
/kind bug
**What happened**:
try to launch a vm on 0.7.0 . the related pod stays in pending mode, with the follo... | 1.0 | Vms fail to launch with Insufficient devices.kubevirt.io/tun - <!-- This form is for bug reports and feature requests ONLY!
Also make sure that you visit our User Guide at https://kubevirt.io/user-guide/
-->
**Is this a BUG REPORT or FEATURE REQUEST?**:
>
/kind bug
**What happened**:
try to launch a vm o... | non_main | vms fail to launch with insufficient devices kubevirt io tun this form is for bug reports and feature requests only also make sure that you visit our user guide at is this a bug report or feature request kind bug what happened try to launch a vm on the related pod stay... | 0 |
2,351 | 8,405,772,224 | IssuesEvent | 2018-10-11 16:03:09 | ansible/ansible | https://api.github.com/repos/ansible/ansible | closed | Add v2 api support for pagerduty module | affects_2.6 feature module needs_maintainer support:community waiting_on_contributor | ##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
pagerduty
##### ANSIBLE VERSION
any
##### CONFIGURATION
any
##### OS / ENVIRONMENT
any
##### SUMMARY
Pagerduty has announced end of support for their V1 API on October 19th of this year. Would like to request support for v2 well ahead of that d... | True | Add v2 api support for pagerduty module - ##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
pagerduty
##### ANSIBLE VERSION
any
##### CONFIGURATION
any
##### OS / ENVIRONMENT
any
##### SUMMARY
Pagerduty has announced end of support for their V1 API on October 19th of this year. Would like to r... | main | add api support for pagerduty module issue type feature idea component name pagerduty ansible version any configuration any os environment any summary pagerduty has announced end of support for their api on october of this year would like to reques... | 1 |
2,041 | 6,889,182,926 | IssuesEvent | 2017-11-22 09:30:46 | tgstation/tgstation | https://api.github.com/repos/tgstation/tgstation | closed | Chasm paths are all kinds of messed up | Maintainability/Hinders improvements | Originally chasms deleted things, and chasm/straight_down dropped things a z level
Now for some reason all the animation code is defined under
/turf/open/chasm/straight_down/lava_land_surface
A lavaland only variant, with the wrong path at that because lavaland chasms delete rather than drop
Which leads to... | True | Chasm paths are all kinds of messed up - Originally chasms deleted things, and chasm/straight_down dropped things a z level
Now for some reason all the animation code is defined under
/turf/open/chasm/straight_down/lava_land_surface
A lavaland only variant, with the wrong path at that because lavaland chasms ... | main | chasm paths are all kinds of messed up originally chasms deleted things and chasm straight down dropped things a z level now for some reason all the animation code is defined under turf open chasm straight down lava land surface a lavaland only variant with the wrong path at that because lavaland chasms ... | 1 |
4,141 | 19,686,136,421 | IssuesEvent | 2022-01-11 22:25:52 | aws/serverless-application-model | https://api.github.com/repos/aws/serverless-application-model | closed | Unable to define Tags on Simple table | blocked/close-if-inactive maintainer/need-response | ### Description:
<!-- Briefly describe the bug you are facing.-->
Unable to define Tags on AWS::Serverless::SimpleTable table in json, getting an error "Invalid Serverless Application Specification document"
### Steps to reproduce:
<!-- Provide detailed steps to replicate the bug, including steps from third par... | True | Unable to define Tags on Simple table - ### Description:
<!-- Briefly describe the bug you are facing.-->
Unable to define Tags on AWS::Serverless::SimpleTable table in json, getting an error "Invalid Serverless Application Specification document"
### Steps to reproduce:
<!-- Provide detailed steps to replicate... | main | unable to define tags on simple table description unable to define tags on aws serverless simpletable table in json getting an error invalid serverless application specification document steps to reproduce define cloud formation template attached first without tags on dynamo table ... | 1 |
117,766 | 9,958,731,089 | IssuesEvent | 2019-07-05 22:55:14 | ODIQueensland/data-curator | https://api.github.com/repos/ODIQueensland/data-curator | closed | Acceptance Test v1.1.0 | i:User-Acceptance-Test | Sponsor to perform acceptance tests
- [download](https://github.com/ODIQueensland/data-curator/releases), install, and test Data Curator
- [report issues](https://github.com/ODIQueensland/data-curator/issues/new?template=bug.md&labels=problem:Bug&assignee=Stephen-Gates)
cc: @louisjasek | 1.0 | Acceptance Test v1.1.0 - Sponsor to perform acceptance tests
- [download](https://github.com/ODIQueensland/data-curator/releases), install, and test Data Curator
- [report issues](https://github.com/ODIQueensland/data-curator/issues/new?template=bug.md&labels=problem:Bug&assignee=Stephen-Gates)
cc: @louisjasek | non_main | acceptance test sponsor to perform acceptance tests install and test data curator cc louisjasek | 0 |
2,756 | 9,872,894,334 | IssuesEvent | 2019-06-22 09:12:05 | arcticicestudio/snowsaw | https://api.github.com/repos/arcticicestudio/snowsaw | opened | remark-lint | context-workflow scope-maintainability type-feature | <p align="center"><img src="https://raw.githubusercontent.com/remarkjs/remark-lint/02295bc/logo.svg?sanitize=true" width="20%" /></p>
Integrate [remark-lint][] which is built on [remark][], the powerful Markdown processor powered by plugins such as remark-lint.
> Ensuring the markdown you (and contributors) write... | True | remark-lint - <p align="center"><img src="https://raw.githubusercontent.com/remarkjs/remark-lint/02295bc/logo.svg?sanitize=true" width="20%" /></p>
Integrate [remark-lint][] which is built on [remark][], the powerful Markdown processor powered by plugins such as remark-lint.
> Ensuring the markdown you (and contr... | main | remark lint integrate which is built on the powerful markdown processor powered by plugins such as remark lint ensuring the markdown you and contributors write is of great quality will provide better rendering in all the different markdown parsers and makes sure less refactoring is needed after... | 1 |
1,173 | 5,095,182,264 | IssuesEvent | 2017-01-03 14:25:36 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | ec2_elb_lb intermittently failing to create an ELB with KeyError exception | 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 -->
ec2_elb_lb.py
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between ... | True | ec2_elb_lb intermittently failing to create an ELB with KeyError exception - <!--- 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 -->
ec2_elb_lb.py
##### A... | main | elb lb intermittently failing to create an elb with keyerror exception issue type bug report component name elb lb py ansible version ansible devel last updated gmt lib ansible modules core detached head last updated gmt lib... | 1 |
10,503 | 8,960,966,358 | IssuesEvent | 2019-01-28 08:13:24 | Microsoft/bedrock | https://api.github.com/repos/Microsoft/bedrock | closed | deploying the simple service is not working correctly | bug services-team | The deployment of the simple service is IMHO not working correctly.
the repo name refers to @timfpark and i cannot push to this docker repo.
https://github.com/Microsoft/bedrock/blob/master/services/common/deploy-service#L26
: @hunterlang
| True | Bible: example queries failing to trigger - The example queries from the IA page do not trigger this IA. The IA page is also missing the data source information.
---
IA Page: http://duck.co/ia/view/bible
[Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @hunterlang
| main | bible example queries failing to trigger the example queries from the ia page do not trigger this ia the ia page is also missing the data source information ia page hunterlang | 1 |
4,501 | 23,419,183,913 | IssuesEvent | 2022-08-13 12:28:31 | rustsec/advisory-db | https://api.github.com/repos/rustsec/advisory-db | closed | `toml` is unmaintained per its original maintainer | Unmaintained | largely used crate the maintainer recognizes but can no longer maintain
https://github.com/alexcrichton/toml-rs/issues/460 | True | `toml` is unmaintained per its original maintainer - largely used crate the maintainer recognizes but can no longer maintain
https://github.com/alexcrichton/toml-rs/issues/460 | main | toml is unmaintained per its original maintainer largely used crate the maintainer recognizes but can no longer maintain | 1 |
45,565 | 12,877,835,654 | IssuesEvent | 2020-07-11 13:25:58 | msofficesvn/msofficesvn | https://api.github.com/repos/msofficesvn/msofficesvn | closed | Word 2010 x64 error. | Priority-High Type-Defect auto-migrated | ```
What steps will reproduce the problem?
1. Follow the intallation instructions and placed the files in the Startup
folder.
2. Open MS Word (MS Office 2010 version 14.0.6112.5000 64bit)
3. Mesaage box appears which says "compile error in hidden module: cmnIniFile.
This error commonly occurs when code is incompatibl... | 1.0 | Word 2010 x64 error. - ```
What steps will reproduce the problem?
1. Follow the intallation instructions and placed the files in the Startup
folder.
2. Open MS Word (MS Office 2010 version 14.0.6112.5000 64bit)
3. Mesaage box appears which says "compile error in hidden module: cmnIniFile.
This error commonly occurs w... | non_main | word error what steps will reproduce the problem follow the intallation instructions and placed the files in the startup folder open ms word ms office version mesaage box appears which says compile error in hidden module cmninifile this error commonly occurs when code is incompa... | 0 |
5,649 | 28,491,631,890 | IssuesEvent | 2023-04-18 11:39:50 | OpenRefine/OpenRefine | https://api.github.com/repos/OpenRefine/OpenRefine | closed | Standardize ordering of Java modifiers | enhancement maintainability CI/CD | This is issue is very low and the main idea is to emphasis clean code. i know we might overlook but its much vital in organisation code of conduct cc @antoine2711 @wetneb
| True | Standardize ordering of Java modifiers - This is issue is very low and the main idea is to emphasis clean code. i know we might overlook but its much vital in organisation code of conduct cc @antoine2711 @wetneb
| main | standardize ordering of java modifiers this is issue is very low and the main idea is to emphasis clean code i know we might overlook but its much vital in organisation code of conduct cc wetneb | 1 |
159,119 | 6,040,886,156 | IssuesEvent | 2017-06-10 18:33:24 | roschaefer/story.board | https://api.github.com/repos/roschaefer/story.board | reopened | BUG inserted markup by menu will not render | bug Priority: medium User Story | The inserted markup in text.component create via new menu is not rendered correctly.
– Sensor-Markup should Output the Sensor value, e.g. 37° C
– Event-Markup should Output the Date and Time in German Format (important!), eg. 27. Mai, 9:17 Uhr. | 1.0 | BUG inserted markup by menu will not render - The inserted markup in text.component create via new menu is not rendered correctly.
– Sensor-Markup should Output the Sensor value, e.g. 37° C
– Event-Markup should Output the Date and Time in German Format (important!), eg. 27. Mai, 9:17 Uhr. | non_main | bug inserted markup by menu will not render the inserted markup in text component create via new menu is not rendered correctly – sensor markup should output the sensor value e g ° c – event markup should output the date and time in german format important eg mai uhr | 0 |
14,230 | 4,856,810,590 | IssuesEvent | 2016-11-12 08:08:56 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | new menu item check | No Code Attached Yet | ### Steps to reproduce the issue
It is not allowed that a menu item alias is the same as a sub-folder in your Joomla installation.
The message will be: "Save failed with the following error: A first level menu item alias can't be 'tmp' because 'tmp' is a sub-folder of your joomla installation folder."
My problem is ... | 1.0 | new menu item check - ### Steps to reproduce the issue
It is not allowed that a menu item alias is the same as a sub-folder in your Joomla installation.
The message will be: "Save failed with the following error: A first level menu item alias can't be 'tmp' because 'tmp' is a sub-folder of your joomla installation fo... | non_main | new menu item check steps to reproduce the issue it is not allowed that a menu item alias is the same as a sub folder in your joomla installation the message will be save failed with the following error a first level menu item alias can t be tmp because tmp is a sub folder of your joomla installation fo... | 0 |
4,490 | 23,375,624,323 | IssuesEvent | 2022-08-11 02:28:07 | restqa/restqa | https://api.github.com/repos/restqa/restqa | closed | [DASHBOARD] Scenario Generation | enhancement good first issue wontfix pair with maintainer | Hello 👋,
### 👀 Background
One of the key feature of the RestQA command line tool is the scenario generation from the curl command.
See article: https://medium.com/restqa/generate-your-api-automation-test-using-curl-5610355d69c4
### ✌️ What is the actual behavior?
Currently the feature is only accessibl... | True | [DASHBOARD] Scenario Generation - Hello 👋,
### 👀 Background
One of the key feature of the RestQA command line tool is the scenario generation from the curl command.
See article: https://medium.com/restqa/generate-your-api-automation-test-using-curl-5610355d69c4
### ✌️ What is the actual behavior?
Curre... | main | scenario generation hello 👋 👀 background one of the key feature of the restqa command line tool is the scenario generation from the curl command see article ✌️ what is the actual behavior currently the feature is only accessible through the command line tool 🕵️♀️ how to repr... | 1 |
1,241 | 5,300,399,502 | IssuesEvent | 2017-02-10 04:39:02 | caskroom/homebrew-cask | https://api.github.com/repos/caskroom/homebrew-cask | opened | Look into alternative build solutions | awaiting maintainer feedback discussion travis | Travis CI has had a great run but seems to be lagging fairly regularly recently.
Maybe it's time to switch CI providers? (or revisit our build/test scripts)
| True | Look into alternative build solutions - Travis CI has had a great run but seems to be lagging fairly regularly recently.
Maybe it's time to switch CI providers? (or revisit our build/test scripts)
| main | look into alternative build solutions travis ci has had a great run but seems to be lagging fairly regularly recently maybe it s time to switch ci providers or revisit our build test scripts | 1 |
1,870 | 6,577,493,454 | IssuesEvent | 2017-09-12 01:18:04 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | os_router can't take in port id as interface | affects_2.0 cloud feature_idea openstack waiting_on_maintainer | ##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
os_router
##### ANSIBLE VERSION
```
ansible 2.0.1.0
config file = /root/setup-infra/ansible.cfg
configured module search path = Default w/o overrides
```
##### CONFIGURATION
No changes made to ansible.cfg
##### OS / ENVIRONMENT
I'm running Ubuntu 14.04, but t... | True | os_router can't take in port id as interface - ##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
os_router
##### ANSIBLE VERSION
```
ansible 2.0.1.0
config file = /root/setup-infra/ansible.cfg
configured module search path = Default w/o overrides
```
##### CONFIGURATION
No changes made to ansible.cfg
##### OS... | main | os router can t take in port id as interface issue type feature idea component name os router ansible version ansible config file root setup infra ansible cfg configured module search path default w o overrides configuration no changes made to ansible cfg os... | 1 |
1,849 | 6,577,390,574 | IssuesEvent | 2017-09-12 00:34:54 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | vsphere_guest: vm_nic should include manual MAC change feature | affects_2.3 bug_report cloud feature_idea vmware waiting_on_maintainer | ##### ISSUE TYPE
Bug Report
##### COMPONENT NAME
vsphere_guest
##### ANSIBLE VERSION
N/A
##### SUMMARY
Currently during VM reconfiguring following options are supported for vm_nic.
```
vm_nic:
nic1:
type: vmxnet3
network: VM Network
network_type: standard
```
I think this should be ... | True | vsphere_guest: vm_nic should include manual MAC change feature - ##### ISSUE TYPE
Bug Report
##### COMPONENT NAME
vsphere_guest
##### ANSIBLE VERSION
N/A
##### SUMMARY
Currently during VM reconfiguring following options are supported for vm_nic.
```
vm_nic:
nic1:
type: vmxnet3
network: VM Ne... | main | vsphere guest vm nic should include manual mac change feature issue type bug report component name vsphere guest ansible version n a summary currently during vm reconfiguring following options are supported for vm nic vm nic type network vm network ... | 1 |
2,923 | 10,420,757,683 | IssuesEvent | 2019-09-16 02:33:11 | beefproject/beef | https://api.github.com/repos/beefproject/beef | closed | Continued Maintenance and Development | Maintainability | All BeEF developers have moved on to other projects. There are no active full-time BeEF developers.
Occasionally, myself or others will drop by to keep the project alive. This involves responding to open issues, reviewing pull requests, performing maintenance, and occasionally adding new features.
Development eff... | True | Continued Maintenance and Development - All BeEF developers have moved on to other projects. There are no active full-time BeEF developers.
Occasionally, myself or others will drop by to keep the project alive. This involves responding to open issues, reviewing pull requests, performing maintenance, and occasionally... | main | continued maintenance and development all beef developers have moved on to other projects there are no active full time beef developers occasionally myself or others will drop by to keep the project alive this involves responding to open issues reviewing pull requests performing maintenance and occasionally... | 1 |
171,145 | 27,068,304,859 | IssuesEvent | 2023-02-14 03:24:50 | bcgov/cas-review | https://api.github.com/repos/bcgov/cas-review | closed | Help brainstorm 'branch inception' | Service Design High Priority Moose | Acceptance Criteria:
- [x] Create facilitation plan for branch inception brainstorming on Jan. 30
- [x] Hold Jan. 30 session w/MS
- [x] Transcribe whiteboard to Miro
- [x] Document next steps
| 1.0 | Help brainstorm 'branch inception' - Acceptance Criteria:
- [x] Create facilitation plan for branch inception brainstorming on Jan. 30
- [x] Hold Jan. 30 session w/MS
- [x] Transcribe whiteboard to Miro
- [x] Document next steps
| non_main | help brainstorm branch inception acceptance criteria create facilitation plan for branch inception brainstorming on jan hold jan session w ms transcribe whiteboard to miro document next steps | 0 |
2,167 | 7,573,198,930 | IssuesEvent | 2018-04-23 17:01:47 | chocolatey/chocolatey-package-requests | https://api.github.com/repos/chocolatey/chocolatey-package-requests | reopened | RFM - Goodsync | Status: Available For Maintainer(s) | https://chocolatey.org/packages/GoodSync
Package currently installs the old v9, not the new v10. All that needs to happen (it seems) is to update the url
v9: https://www.goodsync.com/download/GoodSync-Setup.msi
v10: https://www.goodsync.com/download/GoodSync-v10-Setup.msi
Package-maintainer is unresponsive, ... | True | RFM - Goodsync - https://chocolatey.org/packages/GoodSync
Package currently installs the old v9, not the new v10. All that needs to happen (it seems) is to update the url
v9: https://www.goodsync.com/download/GoodSync-Setup.msi
v10: https://www.goodsync.com/download/GoodSync-v10-Setup.msi
Package-maintainer ... | main | rfm goodsync package currently installs the old not the new all that needs to happen it seems is to update the url package maintainer is unresponsive and it sounds like an issue like this is the way forward | 1 |
473,410 | 13,641,970,239 | IssuesEvent | 2020-09-25 14:52:58 | projectcontour/contour | https://api.github.com/repos/projectcontour/contour | closed | Feature request: CORS support | help wanted priority/important-longterm | As far as I can see, in v2 API, it can be implemented only as a http filter: https://github.com/envoyproxy/data-plane-api/blob/master/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto.
In order to have secure enough defaults I think this should be disabled by default and let people... | 1.0 | Feature request: CORS support - As far as I can see, in v2 API, it can be implemented only as a http filter: https://github.com/envoyproxy/data-plane-api/blob/master/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto.
In order to have secure enough defaults I think this should be di... | non_main | feature request cors support as far as i can see in api it can be implemented only as a http filter in order to have secure enough defaults i think this should be disabled by default and let people enable explicitly with a new command line parameter the implementation is fairly easy i can send a pr if ... | 0 |
1,004 | 4,772,026,973 | IssuesEvent | 2016-10-26 19:39:56 | ansible/ansible-modules-extras | https://api.github.com/repos/ansible/ansible-modules-extras | closed | maven_artifact cannot download sbt published artifact | affects_2.0 bug_report waiting_on_maintainer | ##### Issue Type:
Please pick one and delete the rest:
- Bug Report
##### Plugin Name:
maven_artifact
##### Ansible Version:
```
ansible 2.0.0.2
config file = /cygdrive/c/Users/.../MyProject/ansible.cfg
configured module search path = Default w/o overrides
```
##### Ansible Configuration:
... | True | maven_artifact cannot download sbt published artifact - ##### Issue Type:
Please pick one and delete the rest:
- Bug Report
##### Plugin Name:
maven_artifact
##### Ansible Version:
```
ansible 2.0.0.2
config file = /cygdrive/c/Users/.../MyProject/ansible.cfg
configured module search path = Defau... | main | maven artifact cannot download sbt published artifact issue type please pick one and delete the rest bug report plugin name maven artifact ansible version ansible config file cygdrive c users myproject ansible cfg configured module search path defau... | 1 |
769 | 4,381,173,587 | IssuesEvent | 2016-08-06 02:55:34 | ansible/ansible-modules-extras | https://api.github.com/repos/ansible/ansible-modules-extras | closed | ec2_remote_facts throws "unsupported parameter for module: aws_secret_key" | aws bug_report cloud waiting_on_maintainer | - name: Find EC2 instances
ec2_remote_facts:
key: Name
value: "{{ aws_project_name_env_branch }}"
region: "{{ aws_region }}"
aws_access_key: "{{ aws_access_key }}"
aws_secret_key: "{{ aws_secret_key }}"
register: ec2_instances
fatal: [localhost]: FAILED! => {"... | True | ec2_remote_facts throws "unsupported parameter for module: aws_secret_key" - - name: Find EC2 instances
ec2_remote_facts:
key: Name
value: "{{ aws_project_name_env_branch }}"
region: "{{ aws_region }}"
aws_access_key: "{{ aws_access_key }}"
aws_secret_key: "{{ aws_sec... | main | remote facts throws unsupported parameter for module aws secret key name find instances remote facts key name value aws project name env branch region aws region aws access key aws access key aws secret key aws secret ke... | 1 |
1,313 | 5,559,438,429 | IssuesEvent | 2017-03-24 16:56:30 | WhitestormJS/whitestorm.js | https://api.github.com/repos/WhitestormJS/whitestorm.js | closed | Update CONTRIBUTING.md guide | FIXME MAINTAINANCE | Some use cases of [`CONTRIBUTING.md`](https://github.com/WhitestormJS/whitestorm.js/blob/beta/.github/CONTRIBUTING.md) file are deprecated since of refactoring changes in V2 and we should update them:
- [x] [**CLI**](https://github.com/WhitestormJS/whitestorm.js/blob/beta/.github/CONTRIBUTING.md#cli)
- [x] Fix co... | True | Update CONTRIBUTING.md guide - Some use cases of [`CONTRIBUTING.md`](https://github.com/WhitestormJS/whitestorm.js/blob/beta/.github/CONTRIBUTING.md) file are deprecated since of refactoring changes in V2 and we should update them:
- [x] [**CLI**](https://github.com/WhitestormJS/whitestorm.js/blob/beta/.github/CONTR... | main | update contributing md guide some use cases of file are deprecated since of refactoring changes in and we should update them fix commands add new ones force the use of npm commands new rule no dot after short codes use of wip is now undesirable ... | 1 |
4,824 | 24,860,280,422 | IssuesEvent | 2022-10-27 07:42:29 | centerofci/mathesar | https://api.github.com/repos/centerofci/mathesar | closed | AttributeError from columns endpoint | type: bug work: backend status: ready restricted: maintainers | I started getting this error from the columns endpoint and I'm not sure how. I would only get the error when requesting the columns for one table. Other tables were fine. But after I started getting this error, I got it consistently until I restarted Docker. After restarting Docker I don't see the error at all anymore.... | True | AttributeError from columns endpoint - I started getting this error from the columns endpoint and I'm not sure how. I would only get the error when requesting the columns for one table. Other tables were fine. But after I started getting this error, I got it consistently until I restarted Docker. After restarting Docke... | main | attributeerror from columns endpoint i started getting this error from the columns endpoint and i m not sure how i would only get the error when requesting the columns for one table other tables were fine but after i started getting this error i got it consistently until i restarted docker after restarting docke... | 1 |
5,732 | 30,314,203,480 | IssuesEvent | 2023-07-10 14:35:25 | centerofci/mathesar | https://api.github.com/repos/centerofci/mathesar | opened | Time cell not saved after pressing Tab key | type: bug work: frontend status: ready restricted: maintainers | Something is very weird here. Sometimes I'm able to reproduce this. Sometimes not. I've played with it a bunch and I've not been able to identify anything _I'm doing_ differently when I'm able to reproduce it vs not. I'm not sure if it has to do with <kbd>Tab</kbd> or not. I'm not sure it's specific to the Time UI type... | True | Time cell not saved after pressing Tab key - Something is very weird here. Sometimes I'm able to reproduce this. Sometimes not. I've played with it a bunch and I've not been able to identify anything _I'm doing_ differently when I'm able to reproduce it vs not. I'm not sure if it has to do with <kbd>Tab</kbd> or not. I... | main | time cell not saved after pressing tab key something is very weird here sometimes i m able to reproduce this sometimes not i ve played with it a bunch and i ve not been able to identify anything i m doing differently when i m able to reproduce it vs not i m not sure if it has to do with tab or not i m not su... | 1 |
1,646 | 6,572,672,799 | IssuesEvent | 2017-09-11 04:17:30 | ansible/ansible-modules-extras | https://api.github.com/repos/ansible/ansible-modules-extras | closed | Check that archives are not created within paths to be removed is unreliable | affects_2.2 bug_report waiting_on_maintainer | <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
archive
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” bet... | True | Check that archives are not created within paths to be removed is unreliable - <!--- 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 -->
archive
... | main | check that archives are not created within paths to be removed is unreliable issue type bug report component name archive ansible version ansible config file configured module search path default w o overrides configuration menti... | 1 |
184,737 | 32,037,770,790 | IssuesEvent | 2023-09-22 16:39:46 | DeNhAiKal/INF2001_P5-5 | https://api.github.com/repos/DeNhAiKal/INF2001_P5-5 | closed | UI sketches | documentation Design | <details><summary>Task Title ID</summary>
<p>
#50
</p>
</details>
----------------------------------------------------------------------------------------------------------------------------------------------
<details><summary>Task Details</summary>
<p>
` Conducted during the team meeting 4. Create a rough sketch of ... | 1.0 | UI sketches - <details><summary>Task Title ID</summary>
<p>
#50
</p>
</details>
----------------------------------------------------------------------------------------------------------------------------------------------
<details><summary>Task Details</summary>
<p>
` Conducted during the team meeting 4. Create a ro... | non_main | ui sketches task title id task details conducted during the team meeting create a rough sketch of the flow of the website so that everyone is align an... | 0 |
5,681 | 29,833,481,463 | IssuesEvent | 2023-06-18 14:55:19 | Windham-High-School/CubeServer | https://api.github.com/repos/Windham-High-School/CubeServer | closed | Auto updates | trivial maintainability | Auto update to latest release on gh
Include systemd service install stuff in tools | True | Auto updates - Auto update to latest release on gh
Include systemd service install stuff in tools | main | auto updates auto update to latest release on gh include systemd service install stuff in tools | 1 |
185,003 | 14,998,099,216 | IssuesEvent | 2021-01-29 17:53:24 | upb-uc4/hlf-chaincode | https://api.github.com/repos/upb-uc4/hlf-chaincode | closed | Update api definition | Hyperledger documentation enhancement | - [x] add insufficient approval error to transaction capable of returning it (e.g. addMatriculationData)
- [x] add error to be returned if a users attempt to approve transactions they are not allowed to approve
- [x] add error to be returned if a users attempt to reject transactions they are not allowed to reject | 1.0 | Update api definition - - [x] add insufficient approval error to transaction capable of returning it (e.g. addMatriculationData)
- [x] add error to be returned if a users attempt to approve transactions they are not allowed to approve
- [x] add error to be returned if a users attempt to reject transactions they are n... | non_main | update api definition add insufficient approval error to transaction capable of returning it e g addmatriculationdata add error to be returned if a users attempt to approve transactions they are not allowed to approve add error to be returned if a users attempt to reject transactions they are not all... | 0 |
777,260 | 27,273,270,447 | IssuesEvent | 2023-02-23 01:10:33 | openmsupply/open-msupply | https://api.github.com/repos/openmsupply/open-msupply | closed | HIV Care & Treatment Enrolment Form - Multiple | programs Priority: High | **Path:** Dispensary > Patients > Add Program: `HIV Care & Treatment`
- [x] `Enrolment date`: unable to edit the enrolment date (default: today's date). User should be able to select a date in the past.
. User should be able to select a date in the past.
 detected in angular-1.3.8.js | Mend: dependency security vulnerability | ## CVE-2023-26116 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>angular-1.3.8.js</b></p></summary>
<p>AngularJS is an MVC framework for building web applications. The core features i... | True | CVE-2023-26116 (High) detected in angular-1.3.8.js - ## CVE-2023-26116 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>angular-1.3.8.js</b></p></summary>
<p>AngularJS is an MVC framewo... | non_main | cve high detected in angular js cve high severity vulnerability vulnerable library angular js angularjs is an mvc framework for building web applications the core features include html enhanced with custom component and data binding capabilities dependency injection and strong... | 0 |
834 | 4,473,414,498 | IssuesEvent | 2016-08-26 03:50:08 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | problem with hash character (#) in path in fetch module | bug_report waiting_on_maintainer | Issue Type: Bug Report
Ansible Version: ansible 1.9.3 (ansible-1.9.3-2.fc21)
Ansible Configuration: no changes to /etc/ansible/ansible.cfg made
Environment: Fedora 21, x86_64
Summary: When I use hash character (#) in path in fetch module, file is not fetched and checksum mismatch msg is returned instead
Steps To... | True | problem with hash character (#) in path in fetch module - Issue Type: Bug Report
Ansible Version: ansible 1.9.3 (ansible-1.9.3-2.fc21)
Ansible Configuration: no changes to /etc/ansible/ansible.cfg made
Environment: Fedora 21, x86_64
Summary: When I use hash character (#) in path in fetch module, file is not fetch... | main | problem with hash character in path in fetch module issue type bug report ansible version ansible ansible ansible configuration no changes to etc ansible ansible cfg made environment fedora summary when i use hash character in path in fetch module file is not fetched and ... | 1 |
218,724 | 7,332,276,206 | IssuesEvent | 2018-03-05 15:54:11 | dfci/cidc-devops | https://api.github.com/repos/dfci/cidc-devops | closed | build-services.sh is labeled differently than the other repos | lowpriority | Probably want to have a consistent build file name for all repos. | 1.0 | build-services.sh is labeled differently than the other repos - Probably want to have a consistent build file name for all repos. | non_main | build services sh is labeled differently than the other repos probably want to have a consistent build file name for all repos | 0 |
66,437 | 20,198,302,555 | IssuesEvent | 2022-02-11 12:49:33 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | Dynamic contextmenu items cause null exception in ContextMenu.positionSubmenu | 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 | Dynamic contextmenu items cause null exception in ContextMenu.positionSubmenu - **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/pr... | non_main | dynamic contextmenu items cause null exception in contextmenu positionsubmenu 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... | 0 |
2,608 | 8,849,759,583 | IssuesEvent | 2019-01-08 11:10:22 | dzavalishin/mqtt_udp | https://api.github.com/repos/dzavalishin/mqtt_udp | opened | Python code: logging and verbose mode | Maintain enhancement | ```
verbose = cfg.getboolean('verbose' )
import logging as log
log.basicConfig(filename="openhab_gate.log", level=log.INFO)
log.info("text")
``` | True | Python code: logging and verbose mode - ```
verbose = cfg.getboolean('verbose' )
import logging as log
log.basicConfig(filename="openhab_gate.log", level=log.INFO)
log.info("text")
``` | main | python code logging and verbose mode verbose cfg getboolean verbose import logging as log log basicconfig filename openhab gate log level log info log info text | 1 |
76,454 | 9,941,818,205 | IssuesEvent | 2019-07-03 12:34:14 | rflamary/POT | https://api.github.com/repos/rflamary/POT | closed | Cannot run gpu modules | documentation | Hello,
I am trying out the GPU implementation of the sinkhorn transport, but with not much success.
```
>>> a=[.5,.5]
>>> b=[.5,.5]
>>> M=[[0.,1.],[1.,0.]]
>>> ot.gpu.sinkhorn(a,b,M,1)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'ot' has no attribute 'gp... | 1.0 | Cannot run gpu modules - Hello,
I am trying out the GPU implementation of the sinkhorn transport, but with not much success.
```
>>> a=[.5,.5]
>>> b=[.5,.5]
>>> M=[[0.,1.],[1.,0.]]
>>> ot.gpu.sinkhorn(a,b,M,1)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module ... | non_main | cannot run gpu modules hello i am trying out the gpu implementation of the sinkhorn transport but with not much success a b m ot gpu sinkhorn a b m traceback most recent call last file line in attributeerror module ot has no attribute gpu ho... | 0 |
1,090 | 4,952,809,515 | IssuesEvent | 2016-12-01 13:17:08 | ansible/ansible-modules-extras | https://api.github.com/repos/ansible/ansible-modules-extras | closed | Try to set selinux with sefcontext returns UnicodeEncodeError | affects_2.2 bug_report waiting_on_maintainer |
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
sefcontext
##### ANSIBLE VERSION
```
ansible 2.2.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
```
##### CONFIGURATION
<!---
Mention any settings you have changed/added/removed in ansible.cfg
... | True | Try to set selinux with sefcontext returns UnicodeEncodeError -
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
sefcontext
##### ANSIBLE VERSION
```
ansible 2.2.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
```
##### CONFIGURATION
<!---
Ment... | main | try to set selinux with sefcontext returns unicodeencodeerror issue type bug report component name sefcontext ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides configuration ment... | 1 |
112,388 | 14,244,128,066 | IssuesEvent | 2020-11-19 06:15:34 | urbit/landscape | https://api.github.com/repos/urbit/landscape | closed | landscape: setting root profile should set profile everywhere | design | "Contacts per group" doesn't really make sense, and should be architected to be more sane, allowing you to store one profile per ship you interact with. | 1.0 | landscape: setting root profile should set profile everywhere - "Contacts per group" doesn't really make sense, and should be architected to be more sane, allowing you to store one profile per ship you interact with. | non_main | landscape setting root profile should set profile everywhere contacts per group doesn t really make sense and should be architected to be more sane allowing you to store one profile per ship you interact with | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.