Unnamed: 0
int64
1
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
3
438
labels
stringlengths
4
308
body
stringlengths
7
254k
index
stringclasses
7 values
text_combine
stringlengths
96
254k
label
stringclasses
2 values
text
stringlengths
96
246k
binary_label
int64
0
1
4,302
21,673,484,514
IssuesEvent
2022-05-08 10:37:29
RalfKoban/MiKo-Analyzers
https://api.github.com/repos/RalfKoban/MiKo-Analyzers
closed
Use 'switch ... return' instead of 'switch break'
feature Area: analyzer Area: maintainability
Often, code using switch statements can be simplified by simply returning inside the switch, instead of breaking and then returning. So we should report a warning. Example: ```c# public void DoSomething(int i) { var text = string.Empty; switch (i) { case 0: text = "Zero"; ...
True
Use 'switch ... return' instead of 'switch break' - Often, code using switch statements can be simplified by simply returning inside the switch, instead of breaking and then returning. So we should report a warning. Example: ```c# public void DoSomething(int i) { var text = string.Empty; switch (i) ...
main
use switch return instead of switch break often code using switch statements can be simplified by simply returning inside the switch instead of breaking and then returning so we should report a warning example c public void dosomething int i var text string empty switch i ...
1
4,481
23,356,479,750
IssuesEvent
2022-08-10 07:54:33
coq/platform
https://api.github.com/repos/coq/platform
closed
Add itauto to the Coq Platform
kind: package inclusion approval: has maintainer agreement
[itauto](https://gitlab.inria.fr/fbesson/itauto) is a reflexive intuitionistic SAT solver parameterised by a theory module. When run inside Coq, the theory module wraps an arbitrary Coq tactic, e.g., the `lia` solver for linear arithmetic (`itauto lia`) or the `congruence` solver for uninterpreted function symbols and ...
True
Add itauto to the Coq Platform - [itauto](https://gitlab.inria.fr/fbesson/itauto) is a reflexive intuitionistic SAT solver parameterised by a theory module. When run inside Coq, the theory module wraps an arbitrary Coq tactic, e.g., the `lia` solver for linear arithmetic (`itauto lia`) or the `congruence` solver for un...
main
add itauto to the coq platform is a reflexive intuitionistic sat solver parameterised by a theory module when run inside coq the theory module wraps an arbitrary coq tactic e g the lia solver for linear arithmetic itauto lia or the congruence solver for uninterpreted function symbols and constructors...
1
23,445
10,885,669,378
IssuesEvent
2019-11-18 10:51:48
ckauhaus/nixpkgs
https://api.github.com/repos/ckauhaus/nixpkgs
closed
Vulnerability roundup 77: qemu-4.1.0: 1 advisory
1.severity: security
[search](https://search.nix.gsc.io/?q=qemu&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=qemu+in%3Apath&type=Code) * [ ] [CVE-2019-15890](https://nvd.nist.gov/vuln/detail/CVE-2019-15890) (nixos-unstable) Scanned versions: nixos-unstable: c1966522d7d. May contain false ...
True
Vulnerability roundup 77: qemu-4.1.0: 1 advisory - [search](https://search.nix.gsc.io/?q=qemu&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=qemu+in%3Apath&type=Code) * [ ] [CVE-2019-15890](https://nvd.nist.gov/vuln/detail/CVE-2019-15890) (nixos-unstable) Scanned versio...
non_main
vulnerability roundup qemu advisory nixos unstable scanned versions nixos unstable may contain false positives
0
5,818
30,792,528,200
IssuesEvent
2023-07-31 17:14:56
jupyter-naas/awesome-notebooks
https://api.github.com/repos/jupyter-naas/awesome-notebooks
closed
JSON - Explore Large JSON Files
templates maintainer
This notebook explores large JSON files using Python library. It is usefull for organizations to quickly analyze large JSON files.
True
JSON - Explore Large JSON Files - This notebook explores large JSON files using Python library. It is usefull for organizations to quickly analyze large JSON files.
main
json explore large json files this notebook explores large json files using python library it is usefull for organizations to quickly analyze large json files
1
919
4,622,130,203
IssuesEvent
2016-09-27 06:01:10
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
docker_image module doesn't work with local registry
affects_2.1 bug_report cloud docker waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> docker_image ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version...
True
docker_image module doesn't work with local registry - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> docker_image ##### ANSIBLE VERSI...
main
docker image module doesn t work with local registry issue type bug report component name docker image ansible version ansible configuration mention any settings you have changed added removed in ansible cfg or using the ansible enviro...
1
3,320
12,879,837,334
IssuesEvent
2020-07-12 01:10:45
aar3/tik
https://api.github.com/repos/aar3/tik
closed
refactor bar navigation
maintainability refactor
#### Issue Right now both tab navigation bars are being rendered on per-view basis. Ideally we want them to a component of the navigation and not the views via the use of react-native-router-flux's `Tab` abstractions and such - [Example on Medium.com](https://medium.com/@iakash1195/custom-tabbed-navigation-in-rea...
True
refactor bar navigation - #### Issue Right now both tab navigation bars are being rendered on per-view basis. Ideally we want them to a component of the navigation and not the views via the use of react-native-router-flux's `Tab` abstractions and such - [Example on Medium.com](https://medium.com/@iakash1195/custo...
main
refactor bar navigation issue right now both tab navigation bars are being rendered on per view basis ideally we want them to a component of the navigation and not the views via the use of react native router flux s tab abstractions and such acceptance criteria when all view based tab b...
1
72,345
15,225,427,686
IssuesEvent
2021-02-18 07:17:41
devikab2b/whites5
https://api.github.com/repos/devikab2b/whites5
closed
CVE-2013-4002 (High) detected in xercesImpl-2.9.1.jar - autoclosed
security vulnerability
## CVE-2013-4002 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xercesImpl-2.9.1.jar</b></p></summary> <p>Xerces2 is the next generation of high performance, fully compliant XML parse...
True
CVE-2013-4002 (High) detected in xercesImpl-2.9.1.jar - autoclosed - ## CVE-2013-4002 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xercesImpl-2.9.1.jar</b></p></summary> <p>Xerces2 ...
non_main
cve high detected in xercesimpl jar autoclosed cve high severity vulnerability vulnerable library xercesimpl jar is the next generation of high performance fully compliant xml parsers in the apache xerces family this new version of xerces introduces the xerces native i...
0
4,790
24,646,837,526
IssuesEvent
2022-10-17 15:25:19
BioArchLinux/Packages
https://api.github.com/repos/BioArchLinux/Packages
closed
[MAINTAIN] v8
maintain
<!-- Please report the error of one package in one issue! Use multi issues to report multi bugs. Thanks! --> **Log of the bug** <details> https://build.bioarchlinux.org/api/pkg/v8/log/1665752214 </details> **Packages (please complete the following information):** - Package Name: v8 **Description*...
True
[MAINTAIN] v8 - <!-- Please report the error of one package in one issue! Use multi issues to report multi bugs. Thanks! --> **Log of the bug** <details> https://build.bioarchlinux.org/api/pkg/v8/log/1665752214 </details> **Packages (please complete the following information):** - Package Name: v8 ...
main
please report the error of one package in one issue use multi issues to report multi bugs thanks log of the bug packages please complete the following information package name description dvdesolve could you help fix it
1
1,813
6,577,312,022
IssuesEvent
2017-09-12 00:01:58
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
FR: yum module should support sub commands such as 'cache'
affects_2.1 feature_idea waiting_on_maintainer
##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME yum ##### ANSIBLE VERSION ``` ansible-playbook 2.1.0.0 config file = /Users/g.lynch/git/tos/ansible_role_yum/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION ##### OS / ENVIRONMENT CentOS 6.7, 6.8, 7.x ##### SUMMARY In...
True
FR: yum module should support sub commands such as 'cache' - ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME yum ##### ANSIBLE VERSION ``` ansible-playbook 2.1.0.0 config file = /Users/g.lynch/git/tos/ansible_role_yum/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION #...
main
fr yum module should support sub commands such as cache issue type feature idea component name yum ansible version ansible playbook config file users g lynch git tos ansible role yum ansible cfg configured module search path default w o overrides configuration ...
1
217
2,873,265,342
IssuesEvent
2015-06-08 16:08:55
github/hubot-scripts
https://api.github.com/repos/github/hubot-scripts
closed
Problem with msg.http (in teamcity plugin)
needs-maintainer
The teamcity plugin doesn't work for me. When a method is called, I can send debug messages up to the msg.http().headers().get() method, and it doesn't call the callback after this. Since my teamcity server is using https, and a curl request using the same headers and url would not work without the -k or --insecure ...
True
Problem with msg.http (in teamcity plugin) - The teamcity plugin doesn't work for me. When a method is called, I can send debug messages up to the msg.http().headers().get() method, and it doesn't call the callback after this. Since my teamcity server is using https, and a curl request using the same headers and url...
main
problem with msg http in teamcity plugin the teamcity plugin doesn t work for me when a method is called i can send debug messages up to the msg http headers get method and it doesn t call the callback after this since my teamcity server is using https and a curl request using the same headers and url...
1
1,984
6,694,207,737
IssuesEvent
2017-10-10 00:19:38
duckduckgo/zeroclickinfo-spice
https://api.github.com/repos/duckduckgo/zeroclickinfo-spice
closed
Whois: IA not displaying
Internal Maintainer Input Requested
According to their API response, we've run out of credits: https://beta.duckduckgo.com/js/spice/whois/duckduckgo.com We also don't seem to be using caching, hence how we used up all our credits. --- IA Page: http://duck.co/ia/view/whois [Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @b1...
True
Whois: IA not displaying - According to their API response, we've run out of credits: https://beta.duckduckgo.com/js/spice/whois/duckduckgo.com We also don't seem to be using caching, hence how we used up all our credits. --- IA Page: http://duck.co/ia/view/whois [Maintainer](http://docs.duckduckhack.com/mainta...
main
whois ia not displaying according to their api response we ve run out of credits we also don t seem to be using caching hence how we used up all our credits ia page
1
41,514
12,832,342,592
IssuesEvent
2020-07-07 07:29:55
rvvergara/todolist-react-version
https://api.github.com/repos/rvvergara/todolist-react-version
closed
CVE-2019-15657 (High) detected in eslint-utils-1.3.1.tgz
security vulnerability
## CVE-2019-15657 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>eslint-utils-1.3.1.tgz</b></p></summary> <p>Utilities for ESLint plugins.</p> <p>Library home page: <a href="https://r...
True
CVE-2019-15657 (High) detected in eslint-utils-1.3.1.tgz - ## CVE-2019-15657 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>eslint-utils-1.3.1.tgz</b></p></summary> <p>Utilities for E...
non_main
cve high detected in eslint utils tgz cve high severity vulnerability vulnerable library eslint utils tgz utilities for eslint plugins library home page a href path to dependency file tmp ws scm todolist react version package json path to vulnerable library tmp ws...
0
8,484
11,945,684,719
IssuesEvent
2020-04-03 06:28:47
CMPUT301W20T07/arrival
https://api.github.com/repos/CMPUT301W20T07/arrival
closed
US 06.01.01 - Driver Accepted Requests Offline
Requirement low risk
**Focus:** Offline behaviour **User Story:** As a driver, I want to see requests that I already accepted while offline. **Rationale:** - To allow drivers to keep track of their accepted requests even if the app is closed **Story Points:** 13 **Risk Level:** Low **Testing:**
1.0
US 06.01.01 - Driver Accepted Requests Offline - **Focus:** Offline behaviour **User Story:** As a driver, I want to see requests that I already accepted while offline. **Rationale:** - To allow drivers to keep track of their accepted requests even if the app is closed **Story Points:** 13 **Risk Level:...
non_main
us driver accepted requests offline focus offline behaviour user story as a driver i want to see requests that i already accepted while offline rationale to allow drivers to keep track of their accepted requests even if the app is closed story points risk level ...
0
138,261
30,839,774,713
IssuesEvent
2023-08-02 09:51:21
SambhaviPD/your-recipebuddy
https://api.github.com/repos/SambhaviPD/your-recipebuddy
closed
Write a common method that uses OpenAI's API by sending appropriate prompt as an input
code-refactoring backend-development
Random Recipe, Recipe by Cuisine, Recipe by Ingredients, Recipe by Meal course - The only difference between all these menu options are the prompts with appropriate inputs, the calling logic remains the same. Hence we need to write a common method to invoke the actual API.
1.0
Write a common method that uses OpenAI's API by sending appropriate prompt as an input - Random Recipe, Recipe by Cuisine, Recipe by Ingredients, Recipe by Meal course - The only difference between all these menu options are the prompts with appropriate inputs, the calling logic remains the same. Hence we need to write...
non_main
write a common method that uses openai s api by sending appropriate prompt as an input random recipe recipe by cuisine recipe by ingredients recipe by meal course the only difference between all these menu options are the prompts with appropriate inputs the calling logic remains the same hence we need to write...
0
5,307
26,800,974,093
IssuesEvent
2023-02-01 15:05:41
makubacki/mu_devops
https://api.github.com/repos/makubacki/mu_devops
closed
[Bug]: Test
state:needs-triage state:needs-maintainer-feedback type:bug urgency:medium
### Is there an existing issue for this? - [X] I have searched existing issues ### Current Behavior Test ### Expected Behavior Test ### Steps To Reproduce Test ### Build Environment ```markdown - OS(s): Test - Tool Chain(s): Test - Targets Impacted: Test ``` ### Version Information ```text Test ``` ### ...
True
[Bug]: Test - ### Is there an existing issue for this? - [X] I have searched existing issues ### Current Behavior Test ### Expected Behavior Test ### Steps To Reproduce Test ### Build Environment ```markdown - OS(s): Test - Tool Chain(s): Test - Targets Impacted: Test ``` ### Version Information ```text T...
main
test is there an existing issue for this i have searched existing issues current behavior test expected behavior test steps to reproduce test build environment markdown os s test tool chain s test targets impacted test version information text test ...
1
3,924
17,649,549,034
IssuesEvent
2021-08-20 11:13:47
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
closed
Storybook does not resolve paths from TS config
type: bug work: frontend status: ready restricted: maintainers
## Description The TypeScript config file `tsconfig.json` defines `paths` as follows: ```json "paths": { "@mathesar/*": ["src/*"], "@mathesar-components-dir/*": ["src/components/*"], "@mathesar-components/types": ["src/components/types.d.ts"], "@mathesar-components": ["src/components/index.ts"] } ``` ...
True
Storybook does not resolve paths from TS config - ## Description The TypeScript config file `tsconfig.json` defines `paths` as follows: ```json "paths": { "@mathesar/*": ["src/*"], "@mathesar-components-dir/*": ["src/components/*"], "@mathesar-components/types": ["src/components/types.d.ts"], "@mathesar-...
main
storybook does not resolve paths from ts config description the typescript config file tsconfig json defines paths as follows json paths mathesar mathesar components dir mathesar components types mathesar components which allows us to import using...
1
718
4,309,544,919
IssuesEvent
2016-07-21 16:20:03
CESNET/libnetconf
https://api.github.com/repos/CESNET/libnetconf
closed
libnetconf data model
auto-migrated Maintainability
``` Feature description: Create YANG data model implemented by the library with its own enhancements. As first, libnetconf now generates notifications on datastore lock/unlock. The notification is under "urn:cesnet:params:xml:ns:libnetconf:notifications " namespace. The data model will be announced by the libnetcon...
True
libnetconf data model - ``` Feature description: Create YANG data model implemented by the library with its own enhancements. As first, libnetconf now generates notifications on datastore lock/unlock. The notification is under "urn:cesnet:params:xml:ns:libnetconf:notifications " namespace. The data model will be an...
main
libnetconf data model feature description create yang data model implemented by the library with its own enhancements as first libnetconf now generates notifications on datastore lock unlock the notification is under urn cesnet params xml ns libnetconf notifications namespace the data model will be an...
1
387,078
26,712,045,444
IssuesEvent
2023-01-28 02:20:28
xKabbe/denigma
https://api.github.com/repos/xKabbe/denigma
opened
:dna: [FEATURE] - Rework `EnzymeSettings` To Support Adding/Removing Specific Enzymes :dna:
documentation enhancement frontend JavaScript / TypeScript refactor test
# Description At the moment I have just added `10` sample enzymes to the `EnzymeSettings` component. But this has several disadvantages. It is currently only possible for the user to display specific enzymes within this predefined selection. However, this selection should be customizable by the user. So it should be...
1.0
:dna: [FEATURE] - Rework `EnzymeSettings` To Support Adding/Removing Specific Enzymes :dna: - # Description At the moment I have just added `10` sample enzymes to the `EnzymeSettings` component. But this has several disadvantages. It is currently only possible for the user to display specific enzymes within this pre...
non_main
dna rework enzymesettings to support adding removing specific enzymes dna description at the moment i have just added sample enzymes to the enzymesettings component but this has several disadvantages it is currently only possible for the user to display specific enzymes within this predefined s...
0
1,145
5,004,826,441
IssuesEvent
2016-12-12 08:27:55
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
win_regedit: change detection doesn't work for environment variables in registry keys of type expandstring
affects_2.1 bug_report waiting_on_maintainer windows
<!--- 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 --> win_regedit ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between qu...
True
win_regedit: change detection doesn't work for environment variables in registry keys of type expandstring - <!--- 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...
main
win regedit change detection doesn t work for environment variables in registry keys of type expandstring issue type bug report component name win regedit ansible version ansible config file etc ansible ansible cfg configured module search path default w o overri...
1
1,730
6,574,837,726
IssuesEvent
2017-09-11 14:14:40
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
ipv4_secondaries displays duplicate information
affects_2.2 bug_report waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> setup ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes b...
True
ipv4_secondaries displays duplicate information - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> setup ##### ANSIBLE VERSION <!--- Paste verbati...
main
secondaries displays duplicate information issue type bug report component name setup ansible version ansible config file home vagrant ansible ansible cfg configured module search path configuration mention any settings you have changed added ...
1
180,898
13,964,602,627
IssuesEvent
2020-10-25 18:49:35
DevLan-Support/tickets
https://api.github.com/repos/DevLan-Support/tickets
opened
[BUG] Task #4884662 for Kingdoms v1.9.1.3 generated an exception
Requires Testing
[19:47:12]: [WARN] [Kingdoms] Task #4884662 for Kingdoms v1.9.1.3 generated an exception java.lang.ClassCastException: class org.bukkit.craftbukkit.v1_16_R2.block.CraftBlockState cannot be cast to class org.bukkit.block.Chest (org.bukkit.craftbukkit.v1_16_R2.block.CraftBlockState and org.bukkit.block.Chest are in unna...
1.0
[BUG] Task #4884662 for Kingdoms v1.9.1.3 generated an exception - [19:47:12]: [WARN] [Kingdoms] Task #4884662 for Kingdoms v1.9.1.3 generated an exception java.lang.ClassCastException: class org.bukkit.craftbukkit.v1_16_R2.block.CraftBlockState cannot be cast to class org.bukkit.block.Chest (org.bukkit.craftbukkit.v1...
non_main
task for kingdoms generated an exception task for kingdoms generated an exception java lang classcastexception class org bukkit craftbukkit block craftblockstate cannot be cast to class org bukkit block chest org bukkit craftbukkit block craftblockstate and org bukkit blo...
0
89,518
11,251,444,017
IssuesEvent
2020-01-11 00:29:37
chapel-lang/chapel
https://api.github.com/repos/chapel-lang/chapel
closed
Remove qualified access from `use` statements?
area: Language type: Design user issue
Should `use` statements enable qualified access? E.g. ``` chapel module Lib { var someVariable = 1; } module LibUser { use Lib; } module Main { use LibUser; var x = Lib.someVariable; // Lib.someVariable is qualified access } ``` Note that there is some support for allowing `use Lib` to allow qu...
1.0
Remove qualified access from `use` statements? - Should `use` statements enable qualified access? E.g. ``` chapel module Lib { var someVariable = 1; } module LibUser { use Lib; } module Main { use LibUser; var x = Lib.someVariable; // Lib.someVariable is qualified access } ``` Note that there i...
non_main
remove qualified access from use statements should use statements enable qualified access e g chapel module lib var somevariable module libuser use lib module main use libuser var x lib somevariable lib somevariable is qualified access note that there i...
0
3,134
12,034,215,726
IssuesEvent
2020-04-13 15:38:34
alacritty/alacritty
https://api.github.com/repos/alacritty/alacritty
closed
CopyPaste Action
C - waiting on maintainer
In the recent Terminal Emulator for Windows10 they implemented copy and paste on right click. To also get that in Alacritty, I would like an "action" which does "Copy" if there is a selection and "Paste" if there is none. This seems like a pretty simple implementation. If you point me in the right direction I could d...
True
CopyPaste Action - In the recent Terminal Emulator for Windows10 they implemented copy and paste on right click. To also get that in Alacritty, I would like an "action" which does "Copy" if there is a selection and "Paste" if there is none. This seems like a pretty simple implementation. If you point me in the right ...
main
copypaste action in the recent terminal emulator for they implemented copy and paste on right click to also get that in alacritty i would like an action which does copy if there is a selection and paste if there is none this seems like a pretty simple implementation if you point me in the right directio...
1
4,160
19,957,861,448
IssuesEvent
2022-01-28 02:53:25
microsoft/UVAtlas
https://api.github.com/repos/microsoft/UVAtlas
opened
Retire VS 2017 support
maintainence
Visual Studio 2017 reaches it's [mainstream end-of-life](https://docs.microsoft.com/en-us/lifecycle/products/visual-studio-2017) on **April 2022**. I should retire these projects that time: * UVAtlas_2017_Win10.vcxproj * UVAtlas_Windows10_2017.vcxproj > I am not sure when I'll be retiring Xbox One XDK support wh...
True
Retire VS 2017 support - Visual Studio 2017 reaches it's [mainstream end-of-life](https://docs.microsoft.com/en-us/lifecycle/products/visual-studio-2017) on **April 2022**. I should retire these projects that time: * UVAtlas_2017_Win10.vcxproj * UVAtlas_Windows10_2017.vcxproj > I am not sure when I'll be retirin...
main
retire vs support visual studio reaches it s on april i should retire these projects that time uvatlas vcxproj uvatlas vcxproj i am not sure when i ll be retiring xbox one xdk support which is not supported for vs or later that means i m not sure if i ll delete uvatlas xboxon...
1
108,006
4,323,489,948
IssuesEvent
2016-07-25 17:09:12
enviPath/enviPath
https://api.github.com/repos/enviPath/enviPath
opened
Link from pathway to the node should be directed to the structure entry on the compound page
high priority user interface
At the moment, if you click on the node in the pathway, you get redirected to the structure. This should be changed to redirect to the compound page, but to an anchor at the correct structure.
1.0
Link from pathway to the node should be directed to the structure entry on the compound page - At the moment, if you click on the node in the pathway, you get redirected to the structure. This should be changed to redirect to the compound page, but to an anchor at the correct structure.
non_main
link from pathway to the node should be directed to the structure entry on the compound page at the moment if you click on the node in the pathway you get redirected to the structure this should be changed to redirect to the compound page but to an anchor at the correct structure
0
2,666
9,122,241,834
IssuesEvent
2019-02-23 05:50:19
varenc/homebrew-ffmpeg
https://api.github.com/repos/varenc/homebrew-ffmpeg
closed
Tesseract
maintainer-feedback
There are now two flavours of Tesseract: [tessseract](https://github.com/Homebrew/homebrew-core/blob/master/Formula/tesseract.rb) and [tesseract-lang](https://github.com/Homebrew/homebrew-core/blob/master/Formula/tesseract-lang.rb). I guess we should allow both: - `--with-tesseract` which comes only with English - `-...
True
Tesseract - There are now two flavours of Tesseract: [tessseract](https://github.com/Homebrew/homebrew-core/blob/master/Formula/tesseract.rb) and [tesseract-lang](https://github.com/Homebrew/homebrew-core/blob/master/Formula/tesseract-lang.rb). I guess we should allow both: - `--with-tesseract` which comes only with E...
main
tesseract there are now two flavours of tesseract and i guess we should allow both with tesseract which comes only with english with tesseract lang which enables support for other languages
1
1,850
6,577,390,846
IssuesEvent
2017-09-12 00:35:00
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
ec2_vpc_net always returns "changed" when state=present
affects_2.2 aws bug_report cloud waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ec2_vpc_net ##### ANSIBLE VERSION ``` ansible 2.2.0 (devel 56ba10365c) last updated 2016/05/05 17:12:03 (GMT +550) ``` ##### CONFIGURATION Default ##### OS / ENVIRONMENT N/A ##### SUMMARY ec2_vpc_net always sets "changed" when state=present, because the code calls...
True
ec2_vpc_net always returns "changed" when state=present - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ec2_vpc_net ##### ANSIBLE VERSION ``` ansible 2.2.0 (devel 56ba10365c) last updated 2016/05/05 17:12:03 (GMT +550) ``` ##### CONFIGURATION Default ##### OS / ENVIRONMENT N/A ##### SUMMARY ec2_vpc_net always...
main
vpc net always returns changed when state present issue type bug report component name vpc net ansible version ansible devel last updated gmt configuration default os environment n a summary vpc net always sets changed when stat...
1
852
4,513,273,376
IssuesEvent
2016-09-04 06:20:10
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
zypper_repository module should have a fingerprint option
feature_idea waiting_on_maintainer
When adding a repository using zypper_repository, its public key may not automatically be stored as trusted. In case of the "zypper" command, it would ask interactively whether a certain GPG key fingerprint would be accepted by the user or not. However, when scripting this using the ansible zypper_repository module, t...
True
zypper_repository module should have a fingerprint option - When adding a repository using zypper_repository, its public key may not automatically be stored as trusted. In case of the "zypper" command, it would ask interactively whether a certain GPG key fingerprint would be accepted by the user or not. However, when ...
main
zypper repository module should have a fingerprint option when adding a repository using zypper repository its public key may not automatically be stored as trusted in case of the zypper command it would ask interactively whether a certain gpg key fingerprint would be accepted by the user or not however when ...
1
2,848
10,219,571,421
IssuesEvent
2019-08-15 18:56:08
arcticicestudio/styleguide-javascript
https://api.github.com/repos/arcticicestudio/styleguide-javascript
closed
lint-staged
context-workflow scope-dx scope-maintainability scope-quality type-feature
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/48658851-01e38400-ea49-11e8-911e-d859eefe6dd5.png" width="25%" /></p> > Epic: #8 > Must be resolved **after** #11 Integrate [lint-staged][gh-lint-staged] to run linters against staged Git files to prevent to add code that violates any ...
True
lint-staged - <p align="center"><img src="https://user-images.githubusercontent.com/7836623/48658851-01e38400-ea49-11e8-911e-d859eefe6dd5.png" width="25%" /></p> > Epic: #8 > Must be resolved **after** #11 Integrate [lint-staged][gh-lint-staged] to run linters against staged Git files to prevent to add code that...
main
lint staged epic must be resolved after integrate to run linters against staged git files to prevent to add code that violates any style guide into the code base configuration the configuration file lint staged config js will be placed in the project root and includes ...
1
299,441
22,606,465,556
IssuesEvent
2022-06-29 13:39:22
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
opened
[Docs]: Java heap specs which Appsmith is hosted
Documentation
<p>Users would like to know about necessary resources for hosting Appsmith, and information about improving Appsmith instance performance by increasing available resources (via the `APPSMITH_JAVA_HEAP_ARG` variable in the .env file).</p> <p>Discord thread here: https://discord.com/channels/725602949748752515/7607616865...
1.0
[Docs]: Java heap specs which Appsmith is hosted - <p>Users would like to know about necessary resources for hosting Appsmith, and information about improving Appsmith instance performance by increasing available resources (via the `APPSMITH_JAVA_HEAP_ARG` variable in the .env file).</p> <p>Discord thread here: https:...
non_main
java heap specs which appsmith is hosted users would like to know about necessary resources for hosting appsmith and information about improving appsmith instance performance by increasing available resources via the appsmith java heap arg variable in the env file discord thread here
0
5,813
30,790,981,731
IssuesEvent
2023-07-31 16:08:37
obi1kenobi/trustfall
https://api.github.com/repos/obi1kenobi/trustfall
closed
Test-drive adapters to ensure common edge cases are handled correctly
A-adapter A-errors C-enhancement C-maintainability E-help-wanted E-mentor E-medium
Before using a new adapter, Trustfall could "test drive" it to make sure it adequately handles edge cases: - call `resolve_property` with a `None` active vertex for some property and assert that it got a `FieldValue::Null` property value - call `resolve_neighbors` with a `None` active vertex for some edge and assert ...
True
Test-drive adapters to ensure common edge cases are handled correctly - Before using a new adapter, Trustfall could "test drive" it to make sure it adequately handles edge cases: - call `resolve_property` with a `None` active vertex for some property and assert that it got a `FieldValue::Null` property value - call `...
main
test drive adapters to ensure common edge cases are handled correctly before using a new adapter trustfall could test drive it to make sure it adequately handles edge cases call resolve property with a none active vertex for some property and assert that it got a fieldvalue null property value call ...
1
318,084
27,284,343,349
IssuesEvent
2023-02-23 12:26:09
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
opened
[Flaky Test] Save flow should allow re-saving after changing the same block attribute
[Type] Flaky Test
<!-- __META_DATA__:{} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title Save flow should allow re-saving after changing the same block attribute ## Test path `specs/site-editor/multi-entity-saving.test.js` ## Errors <!-- __TEST_RESULTS_LIS...
1.0
[Flaky Test] Save flow should allow re-saving after changing the same block attribute - <!-- __META_DATA__:{} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title Save flow should allow re-saving after changing the same block attribute ## Test...
non_main
save flow should allow re saving after changing the same block attribute flaky test detected this is an auto generated issue by github actions please do not edit this manually test title save flow should allow re saving after changing the same block attribute test path specs site editor multi enti...
0
1,299
5,541,703,969
IssuesEvent
2017-03-22 13:32:17
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Ad hoc usage of ec2_tag module results in AttributeError: 'str' object has no attribute 'items'
affects_2.0 aws bug_report cloud waiting_on_maintainer
##### Issue Type: - Bug Report ##### Component Name: ec2_tag module ##### Ansible Version: ``` ansible 2.0.1.0 config file = configured module search path = Default w/o overrides ``` ##### Ansible Configuration: N/A ##### Environment: N/A ##### Summary: When trying to set a tag using module 'ec2_tag', set fail...
True
Ad hoc usage of ec2_tag module results in AttributeError: 'str' object has no attribute 'items' - ##### Issue Type: - Bug Report ##### Component Name: ec2_tag module ##### Ansible Version: ``` ansible 2.0.1.0 config file = configured module search path = Default w/o overrides ``` ##### Ansible Configuration: N/A...
main
ad hoc usage of tag module results in attributeerror str object has no attribute items issue type bug report component name tag module ansible version ansible config file configured module search path default w o overrides ansible configuration n a ...
1
221,924
7,403,748,771
IssuesEvent
2018-03-20 00:32:36
EvictionLab/eviction-maps
https://api.github.com/repos/EvictionLab/eviction-maps
closed
County search selection broken
bug high priority
Selecting counties in search throws an error, likely because of some of the recent changes to search. I can fix this now
1.0
County search selection broken - Selecting counties in search throws an error, likely because of some of the recent changes to search. I can fix this now
non_main
county search selection broken selecting counties in search throws an error likely because of some of the recent changes to search i can fix this now
0
684
4,231,988,673
IssuesEvent
2016-07-04 19:15:27
Microsoft/DirectXTex
https://api.github.com/repos/Microsoft/DirectXTex
opened
Retire Windows 8.1 Store and Windows phone 8.1 projects
maintainence
At some point we should remove support for the older versions in favor of UWP apps ``DirectXTex_Windows81.vcxproj`` ``DirectXTex_WindowsPhone81.vcxproj`` Please put any requests for continued support for one or more of these here.
True
Retire Windows 8.1 Store and Windows phone 8.1 projects - At some point we should remove support for the older versions in favor of UWP apps ``DirectXTex_Windows81.vcxproj`` ``DirectXTex_WindowsPhone81.vcxproj`` Please put any requests for continued support for one or more of these here.
main
retire windows store and windows phone projects at some point we should remove support for the older versions in favor of uwp apps directxtex vcxproj directxtex vcxproj please put any requests for continued support for one or more of these here
1
132,602
18,268,790,179
IssuesEvent
2021-10-04 11:38:16
artsking/linux-3.0.35
https://api.github.com/repos/artsking/linux-3.0.35
opened
CVE-2019-15921 (Medium) detected in linux-stable-rtv3.8.6
security vulnerability
## CVE-2019-15921 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home pa...
True
CVE-2019-15921 (Medium) detected in linux-stable-rtv3.8.6 - ## CVE-2019-15921 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Car...
non_main
cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source f...
0
5,216
26,471,040,560
IssuesEvent
2023-01-17 07:19:42
OpenRefine/OpenRefine
https://api.github.com/repos/OpenRefine/OpenRefine
opened
Migrate to use Java distribution - Eclipse Temurin since AdoptOpenJDK is archived and not publishing security releases
bug maintainability java version compatibility CI/CD
We are missing out on security updates for the Java distribution since we have not migrated yet. As noted in https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#adopt > NOTE: Adopt OpenJDK got moved to Eclipse Temurin and won't be updated anymore. It is highly recommended to migrate workflows from ...
True
Migrate to use Java distribution - Eclipse Temurin since AdoptOpenJDK is archived and not publishing security releases - We are missing out on security updates for the Java distribution since we have not migrated yet. As noted in https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#adopt > NOTE: Ado...
main
migrate to use java distribution eclipse temurin since adoptopenjdk is archived and not publishing security releases we are missing out on security updates for the java distribution since we have not migrated yet as noted in note adopt openjdk got moved to eclipse temurin and won t be updated anymore it is...
1
282,543
30,889,361,210
IssuesEvent
2023-08-04 02:36:37
maddyCode23/linux-4.1.15
https://api.github.com/repos/maddyCode23/linux-4.1.15
reopened
CVE-2019-3701 (Medium) detected in linux-stable-rtv4.1.33
Mend: dependency security vulnerability
## CVE-2019-3701 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home pa...
True
CVE-2019-3701 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2019-3701 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Car...
non_main
cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source f...
0
2,777
9,960,819,156
IssuesEvent
2019-07-06 20:21:26
chocolatey-community/chocolatey-package-requests
https://api.github.com/repos/chocolatey-community/chocolatey-package-requests
closed
RFP - NetSetMan (Network Settings Manager)
Status: Available For Maintainer(s)
http://www.netsetman.com/en/freeware#download A handy utility to easily switch between different network configurations. There is a free version, as well as a paid version (package for the free version would be the main priority). From the download page: > 3in1: Setup, Update & Portable in one file! > Licen...
True
RFP - NetSetMan (Network Settings Manager) - http://www.netsetman.com/en/freeware#download A handy utility to easily switch between different network configurations. There is a free version, as well as a paid version (package for the free version would be the main priority). From the download page: > 3in1: S...
main
rfp netsetman network settings manager a handy utility to easily switch between different network configurations there is a free version as well as a paid version package for the free version would be the main priority from the download page setup update portable in one file license...
1
684,248
23,412,476,185
IssuesEvent
2022-08-12 19:10:53
rancher/docs
https://api.github.com/repos/rancher/docs
closed
Update AzureAD auth provider setup instructions
[zube]: Working Authentication Air gap install Azure priority/medium Rancher2 blocker release notes team/area1
**Request Summary:** Related to https://github.com/rancher/rancher/issues/29306 Needed for `v2.6.7`. We need to add a new section with instructions on how to set up AzureAD (OAuth) as the external auth provider in Rancher through the new flow via the Microsoft Graph API. The current instructions describe how to se...
1.0
Update AzureAD auth provider setup instructions - **Request Summary:** Related to https://github.com/rancher/rancher/issues/29306 Needed for `v2.6.7`. We need to add a new section with instructions on how to set up AzureAD (OAuth) as the external auth provider in Rancher through the new flow via the Microsoft Grap...
non_main
update azuread auth provider setup instructions request summary related to needed for we need to add a new section with instructions on how to set up azuread oauth as the external auth provider in rancher through the new flow via the microsoft graph api the current instructions describe how to...
0
291,803
21,940,553,207
IssuesEvent
2022-05-23 17:37:26
pharmaverse/admiral
https://api.github.com/repos/pharmaverse/admiral
closed
Documentation: Update documentation of derive_var_trtredtm
documentation
### Please select a category the issue is focused on? Function documentation ### Let us know where something needs a refresh or put your idea here! Update details section of `derive_var_trtedtm()`. It should also mention the imputation done internally.
1.0
Documentation: Update documentation of derive_var_trtredtm - ### Please select a category the issue is focused on? Function documentation ### Let us know where something needs a refresh or put your idea here! Update details section of `derive_var_trtedtm()`. It should also mention the imputation done internal...
non_main
documentation update documentation of derive var trtredtm please select a category the issue is focused on function documentation let us know where something needs a refresh or put your idea here update details section of derive var trtedtm it should also mention the imputation done internal...
0
268,051
28,565,736,983
IssuesEvent
2023-04-21 01:50:55
turkdevops/node
https://api.github.com/repos/turkdevops/node
closed
CVE-2022-40764 (High) detected in snyk-1.437.3.tgz - autoclosed
Mend: dependency security vulnerability
## CVE-2022-40764 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snyk-1.437.3.tgz</b></p></summary> <p>snyk library and cli utility</p> <p>Library home page: <a href="https://registry...
True
CVE-2022-40764 (High) detected in snyk-1.437.3.tgz - autoclosed - ## CVE-2022-40764 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snyk-1.437.3.tgz</b></p></summary> <p>snyk library a...
non_main
cve high detected in snyk tgz autoclosed cve high severity vulnerability vulnerable library snyk tgz snyk library and cli utility library home page a href dependency hierarchy x snyk tgz vulnerable library found in head commit a href found i...
0
4,843
24,962,901,929
IssuesEvent
2022-11-01 16:55:06
bazelbuild/intellij
https://api.github.com/repos/bazelbuild/intellij
closed
Nested Starlark function (closure) incorrectly highlighted as syntax error
type: bug product: IntelliJ lang: starlark awaiting-maintainer
### Description of the bug: Despite being valid Starlark, the following code snippet results in a syntax error shown: <img width="288" alt="Screen Shot 2022-10-19 at 11 40 59 AM" src="https://user-images.githubusercontent.com/123678/196776842-c64ed543-86ec-4a21-9d2e-59f82729cd77.png"> ### What's the simplest...
True
Nested Starlark function (closure) incorrectly highlighted as syntax error - ### Description of the bug: Despite being valid Starlark, the following code snippet results in a syntax error shown: <img width="288" alt="Screen Shot 2022-10-19 at 11 40 59 AM" src="https://user-images.githubusercontent.com/123678/1967...
main
nested starlark function closure incorrectly highlighted as syntax error description of the bug despite being valid starlark the following code snippet results in a syntax error shown img width alt screen shot at am src what s the simplest easiest way to reproduce this b...
1
1,888
6,577,527,569
IssuesEvent
2017-09-12 01:32:16
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Docker pull: always and state: reloaded redeploys named containers every time
affects_1.9 bug_report cloud docker waiting_on_maintainer
##### Issue Type: - Bug Report ##### Plugin Name: Docker ##### Ansible Version: Doesn't work in 1.9.1 to 2.0.0.2 ##### Ansible Configuration: ``` [defaults] host_key_checking=False display_skipped_hosts=False force_handlers = True hostfile = inventory/ec2.py retry_files_enabled = False [ssh_connection] pipelining=T...
True
Docker pull: always and state: reloaded redeploys named containers every time - ##### Issue Type: - Bug Report ##### Plugin Name: Docker ##### Ansible Version: Doesn't work in 1.9.1 to 2.0.0.2 ##### Ansible Configuration: ``` [defaults] host_key_checking=False display_skipped_hosts=False force_handlers = True hostfi...
main
docker pull always and state reloaded redeploys named containers every time issue type bug report plugin name docker ansible version doesn t work in to ansible configuration host key checking false display skipped hosts false force handlers true hostfile inve...
1
3,642
14,740,297,590
IssuesEvent
2021-01-07 08:51:38
KhronosGroup/SPIRV-Cross
https://api.github.com/repos/KhronosGroup/SPIRV-Cross
closed
OpIgnoreIntersectionKHR is not supported
enhancement out-of-office-maintainer
Hi, The value of OpIgnoreIntersectionKHR changed from 5335 to 4448 (https://github.com/KhronosGroup/SPIRV-Registry/blob/master/extensions/KHR/SPV_KHR_ray_tracing.asciidoc) and SPIRV-Cross didn't reflect this change. It's currently crashing when such an opcode is present. Best regards, Pascal
True
OpIgnoreIntersectionKHR is not supported - Hi, The value of OpIgnoreIntersectionKHR changed from 5335 to 4448 (https://github.com/KhronosGroup/SPIRV-Registry/blob/master/extensions/KHR/SPV_KHR_ray_tracing.asciidoc) and SPIRV-Cross didn't reflect this change. It's currently crashing when such an opcode is present. ...
main
opignoreintersectionkhr is not supported hi the value of opignoreintersectionkhr changed from to and spirv cross didn t reflect this change it s currently crashing when such an opcode is present best regards pascal
1
337,549
24,544,786,220
IssuesEvent
2022-10-12 07:57:12
utkarsh006/Eazy-Android
https://api.github.com/repos/utkarsh006/Eazy-Android
closed
Is there a better way to structure the project readme?
documentation good first issue hacktoberfest
When looking at the readme, there is a lot going on even though there's not much on the page, maybe due to all the labels, the TOC, the images, and how information is structured. I think this can be improved.
1.0
Is there a better way to structure the project readme? - When looking at the readme, there is a lot going on even though there's not much on the page, maybe due to all the labels, the TOC, the images, and how information is structured. I think this can be improved.
non_main
is there a better way to structure the project readme when looking at the readme there is a lot going on even though there s not much on the page maybe due to all the labels the toc the images and how information is structured i think this can be improved
0
4,055
18,956,230,221
IssuesEvent
2021-11-18 20:37:03
svengreb/tmpl
https://api.github.com/repos/svengreb/tmpl
closed
Optimize GitHub action workflow scope
type-improvement context-workflow scope-configurability scope-maintainability target-base
Currently all jobs are summarized in the [`ci` workflow][1] but not separated by their scope, e.g. only Node specific tasks. The workflow is also not optimized to only run when specific files have been changed which results in false-positive executions and wastes limited free tier and developer time. Therefore the `ci...
True
Optimize GitHub action workflow scope - Currently all jobs are summarized in the [`ci` workflow][1] but not separated by their scope, e.g. only Node specific tasks. The workflow is also not optimized to only run when specific files have been changed which results in false-positive executions and wastes limited free tie...
main
optimize github action workflow scope currently all jobs are summarized in the but not separated by their scope e g only node specific tasks the workflow is also not optimized to only run when specific files have been changed which results in false positive executions and wastes limited free tier and developer ...
1
72,561
15,238,232,378
IssuesEvent
2021-02-19 01:25:26
LevyForchh/yugabyte-db
https://api.github.com/repos/LevyForchh/yugabyte-db
opened
CVE-2021-20190 (High) detected in jackson-databind-2.9.9.jar, jackson-databind-2.8.11.4.jar
security vulnerability
## CVE-2021-20190 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.9.jar</b>, <b>jackson-databind-2.8.11.4.jar</b></p></summary> <p> <details><summary><b>jackson-...
True
CVE-2021-20190 (High) detected in jackson-databind-2.9.9.jar, jackson-databind-2.8.11.4.jar - ## CVE-2021-20190 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.9....
non_main
cve high detected in jackson databind jar jackson databind jar cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackson works on core str...
0
95,841
3,961,077,463
IssuesEvent
2016-05-02 10:54:57
pymedusa/SickRage
https://api.github.com/repos/pymedusa/SickRage
opened
[ FEATURE ] Real SSL certs
Feature Request Priority: 3. Low
Using a method similar to Plex we should be able to setup some kind of server that would allow us to issue let's encrypt certs for `*.*.pymedusa.com` where the first section is an ip and the second being a hash the client's server has. The reason for the hash is to make sure that the private cert we hand the client's s...
1.0
[ FEATURE ] Real SSL certs - Using a method similar to Plex we should be able to setup some kind of server that would allow us to issue let's encrypt certs for `*.*.pymedusa.com` where the first section is an ip and the second being a hash the client's server has. The reason for the hash is to make sure that the privat...
non_main
real ssl certs using a method similar to plex we should be able to setup some kind of server that would allow us to issue let s encrypt certs for pymedusa com where the first section is an ip and the second being a hash the client s server has the reason for the hash is to make sure that the private cert we ...
0
73,189
14,006,844,541
IssuesEvent
2020-10-28 20:36:15
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
[4.0] FontAwesome is loaded twice
No Code Attached Yet
### What needs to be fixed For some reason FontAwesome is still stuffed in main template files but it should be (and is) loaded from media/vendor directory. ### Why this should be fixed Bad code, bad frontend performance. ### How would you fix it Remove from `template.css`. ### Side Effects expected ...
1.0
[4.0] FontAwesome is loaded twice - ### What needs to be fixed For some reason FontAwesome is still stuffed in main template files but it should be (and is) loaded from media/vendor directory. ### Why this should be fixed Bad code, bad frontend performance. ### How would you fix it Remove from `template....
non_main
fontawesome is loaded twice what needs to be fixed for some reason fontawesome is still stuffed in main template files but it should be and is loaded from media vendor directory why this should be fixed bad code bad frontend performance how would you fix it remove from template css ...
0
5,667
29,489,534,002
IssuesEvent
2023-06-02 12:28:38
coq-community/manifesto
https://api.github.com/repos/coq-community/manifesto
opened
Proposal to move CoqIDE to Coq-community
move-project maintainer-wanted
**Project name:** CoqIDE **Initial author(s):** The Coq development team, INRIA, CNRS, and contributors **Current URL:** https://github.com/coq/coq **Kind:** Integrated Development Environment (IDE) for Coq **License:** [LGPL-2.1-only](https://spdx.org/licenses/LGPL-2.1-only.html) **Description:** [CoqID...
True
Proposal to move CoqIDE to Coq-community - **Project name:** CoqIDE **Initial author(s):** The Coq development team, INRIA, CNRS, and contributors **Current URL:** https://github.com/coq/coq **Kind:** Integrated Development Environment (IDE) for Coq **License:** [LGPL-2.1-only](https://spdx.org/licenses/LGP...
main
proposal to move coqide to coq community project name coqide initial author s the coq development team inria cnrs and contributors current url kind integrated development environment ide for coq license description is an ide implemented using the ocaml prog...
1
2,114
7,194,340,112
IssuesEvent
2018-02-04 03:16:42
Aqours/Aqours.github.io
https://api.github.com/repos/Aqours/Aqours.github.io
closed
Windows 绿色程序
Software Unmaintained
## Classical - Aegisub - Beyond Compare - CPU-Z - CrystalDiskInfo - DiskGenius - DNS Jumper - EnableLoopbackUtility - FastStone Capture - FastStone MaxView - GifCam - GPU-Z - HWMonitor - LocaleEmulator - MKVToolNix - MPC-HC - Nexus Files - Nginx - OBS Studio - Pazera Free Audio Extractor - PuTTYgen ...
True
Windows 绿色程序 - ## Classical - Aegisub - Beyond Compare - CPU-Z - CrystalDiskInfo - DiskGenius - DNS Jumper - EnableLoopbackUtility - FastStone Capture - FastStone MaxView - GifCam - GPU-Z - HWMonitor - LocaleEmulator - MKVToolNix - MPC-HC - Nexus Files - Nginx - OBS Studio - Pazera Free Audio Extract...
main
windows 绿色程序 classical aegisub beyond compare cpu z crystaldiskinfo diskgenius dns jumper enableloopbackutility faststone capture faststone maxview gifcam gpu z hwmonitor localeemulator mkvtoolnix mpc hc nexus files nginx obs studio pazera free audio extract...
1
2,962
10,616,920,473
IssuesEvent
2019-10-12 15:21:41
vostpt/mobile-app
https://api.github.com/repos/vostpt/mobile-app
closed
Report Problem Screen
Needs Maintainers Help good first issue hacktoberfest
**Description** Create Problems Screen **File Location** ``` - presentation |__ ui ``` **Requirements** - Screen with text information about how to report a problem - Appbar must have a ""back"" button **UI** <img width="365" alt="imagem" src="https://user-images.githubusercontent.com/10728633/630...
True
Report Problem Screen - **Description** Create Problems Screen **File Location** ``` - presentation |__ ui ``` **Requirements** - Screen with text information about how to report a problem - Appbar must have a ""back"" button **UI** <img width="365" alt="imagem" src="https://user-images.githubuser...
main
report problem screen description create problems screen file location presentation ui requirements screen with text information about how to report a problem appbar must have a back button ui img width alt imagem src notes assume the follo...
1
284,731
21,467,147,140
IssuesEvent
2022-04-26 05:45:46
alpaka-group/alpaka
https://api.github.com/repos/alpaka-group/alpaka
closed
use constexpr in device function
Type:Question Type:Documentation
Dear Maintainers, when I refer to a C++ `constexpr` function from inside a (inline-) device function, should I mark the `constexpr` as a device function as well? In a short discussion @j-stephan noted that this (probably) depends on the used compiler. Apart from the question: Where/How should this be noted in ...
1.0
use constexpr in device function - Dear Maintainers, when I refer to a C++ `constexpr` function from inside a (inline-) device function, should I mark the `constexpr` as a device function as well? In a short discussion @j-stephan noted that this (probably) depends on the used compiler. Apart from the question:...
non_main
use constexpr in device function dear maintainers when i refer to a c constexpr function from inside a inline device function should i mark the constexpr as a device function as well in a short discussion j stephan noted that this probably depends on the used compiler apart from the question ...
0
63,024
12,278,454,702
IssuesEvent
2020-05-08 10:00:14
fac19/snake
https://api.github.com/repos/fac19/snake
opened
Using a :focus pseudo-class
code review
CSS: The hover on the snakes looks really cool. You could add a :focus pseudo-class so it stays highlighted after you've selected it. Same with the levels
1.0
Using a :focus pseudo-class - CSS: The hover on the snakes looks really cool. You could add a :focus pseudo-class so it stays highlighted after you've selected it. Same with the levels
non_main
using a focus pseudo class css the hover on the snakes looks really cool you could add a focus pseudo class so it stays highlighted after you ve selected it same with the levels
0
313,761
9,575,759,811
IssuesEvent
2019-05-07 07:24:15
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.wnd.com - see bug description
browser-firefox engine-gecko priority-normal type-search-hijacking
<!-- @browser: Firefox 66.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0 --> <!-- @reported_with: --> **URL**: https://www.wnd.com/ **Browser / Version**: Firefox 66.0 **Operating System**: Windows 10 **Tested Another Browser**: No **Problem type**: Something e...
1.0
www.wnd.com - see bug description - <!-- @browser: Firefox 66.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0 --> <!-- @reported_with: --> **URL**: https://www.wnd.com/ **Browser / Version**: Firefox 66.0 **Operating System**: Windows 10 **Tested Another Browser*...
non_main
see bug description url browser version firefox operating system windows tested another browser no problem type something else description hijacking steps to reproduce this has happened before but only when i try to connect to world net daily a page appears ...
0
272,904
29,795,124,935
IssuesEvent
2023-06-16 01:13:02
billmcchesney1/pacbot
https://api.github.com/repos/billmcchesney1/pacbot
closed
CVE-2018-19360 (Critical) detected in multiple libraries - autoclosed
Mend: dependency security vulnerability
## CVE-2018-19360 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.6.7.2.jar</b>, <b>jackson-databind-2.9.6.jar</b>, <b>jackson-databind-2.9.4.jar</b>, <b>jackso...
True
CVE-2018-19360 (Critical) detected in multiple libraries - autoclosed - ## CVE-2018-19360 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.6.7.2.jar</b>, <b>jack...
non_main
cve critical detected in multiple libraries autoclosed cve critical severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar jackson databind jar jackson databind jar general data binding...
0
5,479
27,371,751,698
IssuesEvent
2023-02-28 00:25:58
aws/aws-sam-cli
https://api.github.com/repos/aws/aws-sam-cli
closed
sam validate fails for cognito lambda trigger
area/validate maintainer/need-response
<!-- Make sure we don't have an existing Issue that reports the bug you are seeing (both open and closed). If you do find an existing Issue, re-open or add a comment to that Issue instead of creating a new one. --> ### Description When running the below sam validate or deploying the following template: AWSTe...
True
sam validate fails for cognito lambda trigger - <!-- Make sure we don't have an existing Issue that reports the bug you are seeing (both open and closed). If you do find an existing Issue, re-open or add a comment to that Issue instead of creating a new one. --> ### Description When running the below sam valida...
main
sam validate fails for cognito lambda trigger make sure we don t have an existing issue that reports the bug you are seeing both open and closed if you do find an existing issue re open or add a comment to that issue instead of creating a new one description when running the below sam valida...
1
501,392
14,527,285,115
IssuesEvent
2020-12-14 15:10:57
MicroHealthLLC/mGis
https://api.github.com/repos/MicroHealthLLC/mGis
closed
when clicking the title in sheets often times it will select text vs just sorting
Priority
![image](https://user-images.githubusercontent.com/3675043/101497496-0c775b80-3939-11eb-9a27-86b17a20835b.png) when it selects text, you cannot sort. you then have to click another part of the screen to then sort again until the text gets mistakenly selected again
1.0
when clicking the title in sheets often times it will select text vs just sorting - ![image](https://user-images.githubusercontent.com/3675043/101497496-0c775b80-3939-11eb-9a27-86b17a20835b.png) when it selects text, you cannot sort. you then have to click another part of the screen to then sort again until the tex...
non_main
when clicking the title in sheets often times it will select text vs just sorting when it selects text you cannot sort you then have to click another part of the screen to then sort again until the text gets mistakenly selected again
0
92,071
3,865,242,531
IssuesEvent
2016-04-08 16:39:21
AlexisNichel/bioid-mobile-base
https://api.github.com/repos/AlexisNichel/bioid-mobile-base
closed
Obtener Usuarios
high-priority
Crear un método syncUsers en un service sync.js con dependencia de api.js. Lo que va a hacer es primero obtener las huellas de localstorage sino crear un array vacío. Luego guardar las huellas por un lado para que se consulten más rápido con el lector y los datos del usuario por otro. ``` js //$api.getUsers().the...
1.0
Obtener Usuarios - Crear un método syncUsers en un service sync.js con dependencia de api.js. Lo que va a hacer es primero obtener las huellas de localstorage sino crear un array vacío. Luego guardar las huellas por un lado para que se consulten más rápido con el lector y los datos del usuario por otro. ``` js //...
non_main
obtener usuarios crear un método syncusers en un service sync js con dependencia de api js lo que va a hacer es primero obtener las huellas de localstorage sino crear un array vacío luego guardar las huellas por un lado para que se consulten más rápido con el lector y los datos del usuario por otro js ...
0
78,020
15,569,910,964
IssuesEvent
2021-03-17 01:16:45
Killy85/python-bot
https://api.github.com/repos/Killy85/python-bot
opened
CVE-2020-35655 (Medium) detected in Pillow-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl, Pillow-6.0.0-cp27-cp27mu-manylinux1_x86_64.whl
security vulnerability
## CVE-2020-35655 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>Pillow-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl</b>, <b>Pillow-6.0.0-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summ...
True
CVE-2020-35655 (Medium) detected in Pillow-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl, Pillow-6.0.0-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2020-35655 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerab...
non_main
cve medium detected in pillow whl pillow whl cve medium severity vulnerability vulnerable libraries pillow whl pillow whl pillow whl python imaging library fork library home page a href pa...
0
84,321
7,916,839,578
IssuesEvent
2018-07-04 07:54:37
edenlabllc/ehealth.api
https://api.github.com/repos/edenlabllc/ehealth.api
closed
actualize scope model including contracts functionality
epic/contracts kind/task status/test
Добавьте пожалуйста scope для работы с контрактами в раздел - https://edenlab.atlassian.net/wiki/spaces/EH/pages/2004415/Scopes+model
1.0
actualize scope model including contracts functionality - Добавьте пожалуйста scope для работы с контрактами в раздел - https://edenlab.atlassian.net/wiki/spaces/EH/pages/2004415/Scopes+model
non_main
actualize scope model including contracts functionality добавьте пожалуйста scope для работы с контрактами в раздел
0
19,789
10,422,205,241
IssuesEvent
2019-09-16 08:28:33
Holo-Host/holo-nixpkgs
https://api.github.com/repos/Holo-Host/holo-nixpkgs
opened
profiles/hydra: set up sudo_pair
project: Hydra topic: security
Hydra servers are the most sensitive part of our setup. We should use something like [sudo_pair](https://github.com/square/sudo_pair) to authenticate privileged access.
True
profiles/hydra: set up sudo_pair - Hydra servers are the most sensitive part of our setup. We should use something like [sudo_pair](https://github.com/square/sudo_pair) to authenticate privileged access.
non_main
profiles hydra set up sudo pair hydra servers are the most sensitive part of our setup we should use something like to authenticate privileged access
0
106,318
9,126,155,947
IssuesEvent
2019-02-24 19:24:47
NCIOCPL/cgov-digital-platform
https://api.github.com/repos/NCIOCPL/cgov-digital-platform
opened
Test Case: Verify Posted Date
Test Case
# Pre-requisites * Create YAML Content for all content type pages below * Import YAML Content to test environment # Content Types Covered * Article - * Press Release - * Blog - * Cancer Type - * Bio - # Test scenarios: 1. 2. # Depends on Epic *
1.0
Test Case: Verify Posted Date - # Pre-requisites * Create YAML Content for all content type pages below * Import YAML Content to test environment # Content Types Covered * Article - * Press Release - * Blog - * Cancer Type - * Bio - # Test scenarios: 1. 2. # Depends on Epic *
non_main
test case verify posted date pre requisites create yaml content for all content type pages below import yaml content to test environment content types covered article press release blog cancer type bio test scenarios depends on epic
0
40,379
20,814,323,653
IssuesEvent
2022-03-18 08:31:50
hzi-braunschweig/SORMAS-Project
https://api.github.com/repos/hzi-braunschweig/SORMAS-Project
closed
Investigate performance of reporting tool filter
cases important feedback performance task
<!-- If you've never submitted an issue to the SORMAS repository before or this is your first time using this template, please read the Contributing guidelines (https://github.com/hzi-braunschweig/SORMAS-Project/blob/development/docs/CONTRIBUTING.md) for an explanation of the information we need you to provide. You do...
True
Investigate performance of reporting tool filter - <!-- If you've never submitted an issue to the SORMAS repository before or this is your first time using this template, please read the Contributing guidelines (https://github.com/hzi-braunschweig/SORMAS-Project/blob/development/docs/CONTRIBUTING.md) for an explanatio...
non_main
investigate performance of reporting tool filter if you ve never submitted an issue to the sormas repository before or this is your first time using this template please read the contributing guidelines for an explanation of the information we need you to provide you don t have to remove this comment or an...
0
3,596
4,427,946,568
IssuesEvent
2016-08-16 23:29:11
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
Encapsulate dev workflow common logic
enhancement Infrastructure
Add a script that encapsulates the common logic used in the dev workflow (i.e. OSGroup selection, common logging, init-tools, etc) and have all other dev workflow scripts (sync, clean, build-test, etc) simply call it with extra arguments unique to each dev workflow script. As mentioned by @weshaggard in PR #7566
1.0
Encapsulate dev workflow common logic - Add a script that encapsulates the common logic used in the dev workflow (i.e. OSGroup selection, common logging, init-tools, etc) and have all other dev workflow scripts (sync, clean, build-test, etc) simply call it with extra arguments unique to each dev workflow script. As...
non_main
encapsulate dev workflow common logic add a script that encapsulates the common logic used in the dev workflow i e osgroup selection common logging init tools etc and have all other dev workflow scripts sync clean build test etc simply call it with extra arguments unique to each dev workflow script as...
0
53,702
13,879,975,283
IssuesEvent
2020-10-17 16:43:51
Theatreers/Theatreers
https://api.github.com/repos/Theatreers/Theatreers
opened
CVE-2020-7662 (High) detected in websocket-extensions-0.1.3.tgz
security vulnerability
## CVE-2020-7662 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>websocket-extensions-0.1.3.tgz</b></p></summary> <p>Generic extension manager for WebSocket connections</p> <p>Library ...
True
CVE-2020-7662 (High) detected in websocket-extensions-0.1.3.tgz - ## CVE-2020-7662 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>websocket-extensions-0.1.3.tgz</b></p></summary> <p>G...
non_main
cve high detected in websocket extensions tgz cve high severity vulnerability vulnerable library websocket extensions tgz generic extension manager for websocket connections library home page a href path to dependency file theatreers src theatreers frontend package json...
0
5,385
27,068,920,714
IssuesEvent
2023-02-14 04:17:16
diofant/diofant
https://api.github.com/repos/diofant/diofant
closed
Throw away some modules
maintainability
Probably, some less important stuff (diffgeom, geometry, vector, stats, plotting) should be maintained separately, as independent packages, which will require diofant.
True
Throw away some modules - Probably, some less important stuff (diffgeom, geometry, vector, stats, plotting) should be maintained separately, as independent packages, which will require diofant.
main
throw away some modules probably some less important stuff diffgeom geometry vector stats plotting should be maintained separately as independent packages which will require diofant
1
250,550
21,315,101,042
IssuesEvent
2022-04-16 06:10:13
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: import/tpch/nodes=8 failed
C-test-failure O-robot O-roachtest branch-master release-blocker
roachtest.import/tpch/nodes=8 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4907635&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4907635&tab=artifacts#/import/tpch/nodes=8) on master @ [771432d1099e516dbc11827c5458886c176e73e3](https://github.com/cockroachdb/cock...
2.0
roachtest: import/tpch/nodes=8 failed - roachtest.import/tpch/nodes=8 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4907635&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4907635&tab=artifacts#/import/tpch/nodes=8) on master @ [771432d1099e516dbc11827c5458886c176e7...
non_main
roachtest import tpch nodes failed roachtest import tpch nodes with on master the test failed on branch master cloud gce test artifacts and logs in artifacts import tpch nodes run monitor go import go test runner go monitor failure monitor task failed read tcp ...
0
2,352
8,406,165,520
IssuesEvent
2018-10-11 17:08:59
tgstation/tgstation-server
https://api.github.com/repos/tgstation/tgstation-server
opened
Abstract away calls to RuntimeInformation.IsOSPlatform
Backlog Maintainability Issue
Put it in a `ISystemInformation` interface so we can properly mock it
True
Abstract away calls to RuntimeInformation.IsOSPlatform - Put it in a `ISystemInformation` interface so we can properly mock it
main
abstract away calls to runtimeinformation isosplatform put it in a isysteminformation interface so we can properly mock it
1
536,877
15,716,090,282
IssuesEvent
2021-03-28 05:16:51
quacs/quacs
https://api.github.com/repos/quacs/quacs
closed
change schedule.ics to {course_set_name}.ics
High Priority good first issue
change schedule.ics to {course_set_name}.ics Should be really easy to do, probably one line of code
1.0
change schedule.ics to {course_set_name}.ics - change schedule.ics to {course_set_name}.ics Should be really easy to do, probably one line of code
non_main
change schedule ics to course set name ics change schedule ics to course set name ics should be really easy to do probably one line of code
0
50,355
21,076,589,045
IssuesEvent
2022-04-02 08:21:59
emergenzeHack/ukrainehelp.emergenzehack.info_segnalazioni
https://api.github.com/repos/emergenzeHack/ukrainehelp.emergenzehack.info_segnalazioni
opened
https://www.raiplay.it/benvenuti-bambini Cartoni animati in lingua italiana e ucraina (contenuti gr
Services translation Children
<pre><yamldata> servicetypes: materialGoods: false hospitality: false transport: false healthcare: false Legal: false translation: true job: false psychologicalSupport: false Children: true disability: false women: false education: false offerFromWho: Raiplay title: https://www.raiplay.it/benven...
1.0
https://www.raiplay.it/benvenuti-bambini Cartoni animati in lingua italiana e ucraina (contenuti gr - <pre><yamldata> servicetypes: materialGoods: false hospitality: false transport: false healthcare: false Legal: false translation: true job: false psychologicalSupport: false Children: true disabil...
non_main
cartoni animati in lingua italiana e ucraina contenuti gr servicetypes materialgoods false hospitality false transport false healthcare false legal false translation true job false psychologicalsupport false children true disability false women false education false offerfr...
0
1,905
6,577,561,632
IssuesEvent
2017-09-12 01:46:32
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
S3 module doesn't use AWS Signature Version 4
affects_2.0 aws bug_report cloud waiting_on_maintainer
##### Issue Type: - Bug Report ##### Ansible Version: ansible 2.0.0.2 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### Ansible Configuration: NONE ##### Environment: - CentOS 7 - Ubuntu 14.04 ##### Summary: Using Ansible's S3 module I am not able to copy server-...
True
S3 module doesn't use AWS Signature Version 4 - ##### Issue Type: - Bug Report ##### Ansible Version: ansible 2.0.0.2 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### Ansible Configuration: NONE ##### Environment: - CentOS 7 - Ubuntu 14.04 ##### Summary: Using A...
main
module doesn t use aws signature version issue type bug report ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides ansible configuration none environment centos ubuntu summary using ansi...
1
4,312
21,708,694,237
IssuesEvent
2022-05-10 12:05:20
svengreb/golib
https://api.github.com/repos/svengreb/golib
closed
Update to `tmpl-go` template repository version `0.12.0`
type-improvement context-workflow scope-compatibility scope-maintainability
Update to [`tmpl-go` version `0.12.0`][1], including the versions in between starting from [0.7.0][3]: 1. [Updated to Go 1.17][4]. 2. [Updated to golangci-lint `v1.43.0`][5]. 3. [Updated to `tmpl` template repository version `0.11.0`][6]. 4. [Optimized GitHub action workflows for Go and Node][7]. 5. [Disabled go...
True
Update to `tmpl-go` template repository version `0.12.0` - Update to [`tmpl-go` version `0.12.0`][1], including the versions in between starting from [0.7.0][3]: 1. [Updated to Go 1.17][4]. 2. [Updated to golangci-lint `v1.43.0`][5]. 3. [Updated to `tmpl` template repository version `0.11.0`][6]. 4. [Optimized Gi...
main
update to tmpl go template repository version update to including the versions in between starting from this will also include changes required for any linter matches ...
1
459
3,640,520,370
IssuesEvent
2016-02-13 00:54:37
dotnet/roslyn-analyzers
https://api.github.com/repos/dotnet/roslyn-analyzers
closed
Port FxCop rule CA1801: ReviewUnusedParameters
Area-Microsoft.Maintainability.Analyzers FxCop-Port Urgency-Soon
**Title:** Review unused parameters **Description:** A method signature includes a parameter that is not used in the method body. **Dependency:** None, can be based on: https://github.com/dotnet/roslyn/blob/master/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatefulAnalyzers/CodeBlockStartedAnalyzer...
True
Port FxCop rule CA1801: ReviewUnusedParameters - **Title:** Review unused parameters **Description:** A method signature includes a parameter that is not used in the method body. **Dependency:** None, can be based on: https://github.com/dotnet/roslyn/blob/master/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAna...
main
port fxcop rule reviewunusedparameters title review unused parameters description a method signature includes a parameter that is not used in the method body dependency none can be based on notes don t fire if the parameter comes from an interface you re implementing or a virtual meth...
1
380
3,412,681,146
IssuesEvent
2015-12-06 02:42:01
spyder-ide/spyder
https://api.github.com/repos/spyder-ide/spyder
closed
[Help]plugin installation
Enhancement Maintainability
Hi! Please help me, How to install plugins(autopep8 - line_profiler- memeory_profiler) in spyder. I'm using arch linux and it's official spyder packages. Installation via pip has error in compatible version.
True
[Help]plugin installation - Hi! Please help me, How to install plugins(autopep8 - line_profiler- memeory_profiler) in spyder. I'm using arch linux and it's official spyder packages. Installation via pip has error in compatible version.
main
plugin installation hi please help me how to install plugins line profiler memeory profiler in spyder i m using arch linux and it s official spyder packages installation via pip has error in compatible version
1
4,199
20,601,583,928
IssuesEvent
2022-03-06 10:50:01
truecharts/apps
https://api.github.com/repos/truecharts/apps
reopened
Add Requestrr app
New App Request No-Maintainer
Please add requesterr docker app. https://github.com/darkalfx/requestrr This application allows users to request content from Sonarr & Radarr through Discord.
True
Add Requestrr app - Please add requesterr docker app. https://github.com/darkalfx/requestrr This application allows users to request content from Sonarr & Radarr through Discord.
main
add requestrr app please add requesterr docker app this application allows users to request content from sonarr radarr through discord
1
332,689
24,347,920,600
IssuesEvent
2022-10-02 15:14:54
ICEI-PUC-Minas-PMV-ADS/pmv-ads-2022-2-e1-proj-web-t7-planejamento-orcamentario
https://api.github.com/repos/ICEI-PUC-Minas-PMV-ADS/pmv-ads-2022-2-e1-proj-web-t7-planejamento-orcamentario
reopened
Contextualizar o projeto
documentation
documentação de contexto é um texto descritivo com a visão geral do projeto abordado, que inclui o contexto, o problema, os objetivos, a justificativa e o público-alvo do projeto.
1.0
Contextualizar o projeto - documentação de contexto é um texto descritivo com a visão geral do projeto abordado, que inclui o contexto, o problema, os objetivos, a justificativa e o público-alvo do projeto.
non_main
contextualizar o projeto documentação de contexto é um texto descritivo com a visão geral do projeto abordado que inclui o contexto o problema os objetivos a justificativa e o público alvo do projeto
0
1
2,490,913,530
IssuesEvent
2015-01-02 21:37:02
hamcrest/JavaHamcrest
https://api.github.com/repos/hamcrest/JavaHamcrest
closed
Decouple the evolution of Hamcrest and JUnit
maintainability
Evolution of Hamcrest and JUnit has been held back by the dependencies between the two projects. If they can be decoupled, both projects can move forward with less coordination required. Plan: * create a new project (hamcrest-junit, say) that contains a copy of the JUnit code that uses Hamcrest, repackaged somew...
True
Decouple the evolution of Hamcrest and JUnit - Evolution of Hamcrest and JUnit has been held back by the dependencies between the two projects. If they can be decoupled, both projects can move forward with less coordination required. Plan: * create a new project (hamcrest-junit, say) that contains a copy of the ...
main
decouple the evolution of hamcrest and junit evolution of hamcrest and junit has been held back by the dependencies between the two projects if they can be decoupled both projects can move forward with less coordination required plan create a new project hamcrest junit say that contains a copy of the ...
1
72,281
3,377,859,400
IssuesEvent
2015-11-25 07:28:26
xcat2/xcat-core
https://api.github.com/repos/xcat2/xcat-core
closed
[FVT]:rflash return Firmware upgrade procedure failed on BMC firmware update on Openpower machine
priority:normal status:pending type:bug
xCAT 2.11 ``` root@:/firmware# lsxcatd -v Version 2.11 (git commit 51316df775cb2e410708aab98c3afe9c8ef6ea1d, built Thu Nov 19 03:16:29 EST 2015) ``` ``` root@:/firmware# time rflash c910f05c37 /firmware/8335_810.1543.20151021b_update.hpm c910f05c37: rflash started, please wait....... c910f05c37: Error: PICM...
1.0
[FVT]:rflash return Firmware upgrade procedure failed on BMC firmware update on Openpower machine - xCAT 2.11 ``` root@:/firmware# lsxcatd -v Version 2.11 (git commit 51316df775cb2e410708aab98c3afe9c8ef6ea1d, built Thu Nov 19 03:16:29 EST 2015) ``` ``` root@:/firmware# time rflash c910f05c37 /firmware/8335_810...
non_main
rflash return firmware upgrade procedure failed on bmc firmware update on openpower machine xcat root firmware lsxcatd v version git commit built thu nov est root firmware time rflash firmware update hpm rflash started please wait error ...
0
4,346
21,931,378,728
IssuesEvent
2022-05-23 10:02:05
ipld/go-ipld-prime
https://api.github.com/repos/ipld/go-ipld-prime
closed
Representation of kinded Unions
need/maintainer-input
I am currently working with IPLD using go-ipld-prime and am looking to implement some custom ADLs. While experimenting with https://github.com/ipld/go-ipld-adl-hamt and with generating code based on my own custom schema it seems that the way Unions with representation set to kinded are serialized is inconsistent with ...
True
Representation of kinded Unions - I am currently working with IPLD using go-ipld-prime and am looking to implement some custom ADLs. While experimenting with https://github.com/ipld/go-ipld-adl-hamt and with generating code based on my own custom schema it seems that the way Unions with representation set to kinded ar...
main
representation of kinded unions i am currently working with ipld using go ipld prime and am looking to implement some custom adls while experimenting with and with generating code based on my own custom schema it seems that the way unions with representation set to kinded are serialized is inconsistent with the s...
1
624,159
19,688,260,891
IssuesEvent
2022-01-12 01:59:53
AlecM33/Werewolf
https://api.github.com/repos/AlecM33/Werewolf
closed
Card quantities reset when a custom role is added
invalid priority
All card quantities are reset to 0 when a custom card is added, which can be frustrating for the user if they already constructed a deck before adding the role. Change this to preserve the quantity values from before the card was added.
1.0
Card quantities reset when a custom role is added - All card quantities are reset to 0 when a custom card is added, which can be frustrating for the user if they already constructed a deck before adding the role. Change this to preserve the quantity values from before the card was added.
non_main
card quantities reset when a custom role is added all card quantities are reset to when a custom card is added which can be frustrating for the user if they already constructed a deck before adding the role change this to preserve the quantity values from before the card was added
0
20,638
3,830,009,822
IssuesEvent
2016-03-31 13:10:16
Gapminder/dollar-street-pages
https://api.github.com/repos/Gapminder/dollar-street-pages
closed
All photographers page: make the search box search for countries
enhancement Iteration 3 Tested
Make the search box search for countries as well, not only photographer names
1.0
All photographers page: make the search box search for countries - Make the search box search for countries as well, not only photographer names
non_main
all photographers page make the search box search for countries make the search box search for countries as well not only photographer names
0
2,142
7,369,802,523
IssuesEvent
2018-03-13 05:07:53
openaddresses/submit-service
https://api.github.com/repos/openaddresses/submit-service
opened
Move env settings checks to individual endpoints
/download /maintainers /submit v1
Currently the process.env settings are checked for [here](https://github.com/openaddresses/submit-service/blob/master/index.js#L4-L12). Since the endpoints run as lambdas, it makes more sense for the routes that depend on the values to check for them as preconditions and return HTTP 500 if the values aren't there.
True
Move env settings checks to individual endpoints - Currently the process.env settings are checked for [here](https://github.com/openaddresses/submit-service/blob/master/index.js#L4-L12). Since the endpoints run as lambdas, it makes more sense for the routes that depend on the values to check for them as precondition...
main
move env settings checks to individual endpoints currently the process env settings are checked for since the endpoints run as lambdas it makes more sense for the routes that depend on the values to check for them as preconditions and return http if the values aren t there
1
77,773
10,021,013,676
IssuesEvent
2019-07-16 13:50:25
cseeger-epages/mail2most
https://api.github.com/repos/cseeger-epages/mail2most
closed
config example for multiple profiles
documentation
**Is your feature request related to a problem? Please describe.** To understand the use of multiple profiles. **Describe the solution you'd like** Add a config example for multiple profiles and references in the documentation
1.0
config example for multiple profiles - **Is your feature request related to a problem? Please describe.** To understand the use of multiple profiles. **Describe the solution you'd like** Add a config example for multiple profiles and references in the documentation
non_main
config example for multiple profiles is your feature request related to a problem please describe to understand the use of multiple profiles describe the solution you d like add a config example for multiple profiles and references in the documentation
0
35,885
12,394,213,112
IssuesEvent
2020-05-20 16:34:36
dotnet/aspnetcore
https://api.github.com/repos/dotnet/aspnetcore
opened
Add debug logging to Certificate authentication when it short circuits due to scheme
area-security
Creating from part of the investigation in https://github.com/dotnet/aspnetcore/issues/21993#issuecomment-631584333 Certificate auth will [short circuit](https://github.com/dotnet/aspnetcore/blob/master/src/Security/Authentication/Certificate/src/CertificateAuthenticationHandler.cs#L47) if the request is considered ...
True
Add debug logging to Certificate authentication when it short circuits due to scheme - Creating from part of the investigation in https://github.com/dotnet/aspnetcore/issues/21993#issuecomment-631584333 Certificate auth will [short circuit](https://github.com/dotnet/aspnetcore/blob/master/src/Security/Authentication...
non_main
add debug logging to certificate authentication when it short circuits due to scheme creating from part of the investigation in certificate auth will if the request is considered to be http with no hint that it s doing so a debug log message will make this easier to diagnose
0
286,247
8,785,692,539
IssuesEvent
2018-12-20 13:46:41
neoclide/coc.nvim
https://api.github.com/repos/neoclide/coc.nvim
closed
Completion causes cursor to vanish in Vim
help wanted low priority
**Result from CocInfo** Run `:CocInfo` command and paste the content below. ``` ## versions vim version: VIM - Vi IMproved 8.1 (2018 May 18, compiled Dec 8 2018 11:23:48) node version: v11.5.0 coc.nvim version: 0.0.40 term: dumb platform: linux ## Error messages ## Output channel: prettier ``` **...
1.0
Completion causes cursor to vanish in Vim - **Result from CocInfo** Run `:CocInfo` command and paste the content below. ``` ## versions vim version: VIM - Vi IMproved 8.1 (2018 May 18, compiled Dec 8 2018 11:23:48) node version: v11.5.0 coc.nvim version: 0.0.40 term: dumb platform: linux ## Error messag...
non_main
completion causes cursor to vanish in vim result from cocinfo run cocinfo command and paste the content below versions vim version vim vi improved may compiled dec node version coc nvim version term dumb platform linux error messages outp...
0
165,941
26,254,719,901
IssuesEvent
2023-01-05 23:01:35
sul-dlss/vt-arclight
https://api.github.com/repos/sul-dlss/vt-arclight
closed
text change in message shown upon searching text
design needed analysis needed content development
Suggestion by Tom in the demo from 12/15/2022: remove reference to "quality of the scans" and instead refer to OCR. Suggest this draft text: "Your query was matched to the scanned text of all text documents in the collection. Due to the potential for poor quality during the Optical Character Recognition (OCR) proc...
1.0
text change in message shown upon searching text - Suggestion by Tom in the demo from 12/15/2022: remove reference to "quality of the scans" and instead refer to OCR. Suggest this draft text: "Your query was matched to the scanned text of all text documents in the collection. Due to the potential for poor quality ...
non_main
text change in message shown upon searching text suggestion by tom in the demo from remove reference to quality of the scans and instead refer to ocr suggest this draft text your query was matched to the scanned text of all text documents in the collection due to the potential for poor quality durin...
0
379,079
11,215,286,240
IssuesEvent
2020-01-07 01:34:14
TTT-2/TTT2
https://api.github.com/repos/TTT-2/TTT2
closed
Bug with fast reload
bug low priority stale
Есть критический баг, с быстрой перезарядкой. Смысл его в том, что ты можешь стрелять, выстрелить целую обойму, нажав перезарядку или она начнется сама и выкинуть оружие, подобрав его, оно уже будет перезаряжено, что позволит снова стрелять.
1.0
Bug with fast reload - Есть критический баг, с быстрой перезарядкой. Смысл его в том, что ты можешь стрелять, выстрелить целую обойму, нажав перезарядку или она начнется сама и выкинуть оружие, подобрав его, оно уже будет перезаряжено, что позволит снова стрелять.
non_main
bug with fast reload есть критический баг с быстрой перезарядкой смысл его в том что ты можешь стрелять выстрелить целую обойму нажав перезарядку или она начнется сама и выкинуть оружие подобрав его оно уже будет перезаряжено что позволит снова стрелять
0
781
4,386,361,139
IssuesEvent
2016-08-08 12:34:40
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
seport configuration before selinux reboot
bug_report waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> This issue has not previously been reported on GitHub ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> ansible-modules-extras/blob/devel/s...
True
seport configuration before selinux reboot - <!--- Verify first that your issue/request is not already reported in GitHub --> This issue has not previously been reported on GitHub ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/...
main
seport configuration before selinux reboot this issue has not previously been reported on github issue type bug report component name ansible modules extras blob devel system seport py ansible version ansible config file etc ansible ansible cfg configure...
1
171,457
13,233,999,585
IssuesEvent
2020-08-18 15:36:50
avocado-framework/avocado
https://api.github.com/repos/avocado-framework/avocado
closed
Python-unittest: Avocado do not "nrun" tests in the current directory
nrun2run test runner and core APIs
Running the python-unittest from the `unit` directory with `avocado run` works as expected: ``` [wrampazz@wrampazz unit]$ pwd /home/wrampazz/src/avocado/avocado.dev/selftests/unit [wrampazz@wrampazz unit]$ avocado run test_plugin_assets.py /home/wrampazz/src/avocado/avocado.dev/avocado/plugins/run.py:296: Futu...
1.0
Python-unittest: Avocado do not "nrun" tests in the current directory - Running the python-unittest from the `unit` directory with `avocado run` works as expected: ``` [wrampazz@wrampazz unit]$ pwd /home/wrampazz/src/avocado/avocado.dev/selftests/unit [wrampazz@wrampazz unit]$ avocado run test_plugin_assets.py ...
non_main
python unittest avocado do not nrun tests in the current directory running the python unittest from the unit directory with avocado run works as expected pwd home wrampazz src avocado avocado dev selftests unit avocado run test plugin assets py home wrampazz src avocado avocado dev avocad...
0
107,414
9,212,044,110
IssuesEvent
2019-03-09 20:34:06
bazo-blockchain/lazo
https://api.github.com/repos/bazo-blockchain/lazo
closed
Lexer: Test FixToken
testing
FixTokens should be tested. Run `./scripts/test.sh` and open the **coverage.html** file to see the actual test coverage.
1.0
Lexer: Test FixToken - FixTokens should be tested. Run `./scripts/test.sh` and open the **coverage.html** file to see the actual test coverage.
non_main
lexer test fixtoken fixtokens should be tested run scripts test sh and open the coverage html file to see the actual test coverage
0
1,487
6,425,057,157
IssuesEvent
2017-08-09 14:43:18
ansible/ansible
https://api.github.com/repos/ansible/ansible
closed
pacemaker module can't cleanup resources
affects_2.4 bug_report module needs_maintainer support:community
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME pacemaker_cluster module ##### ANSIBLE VERSION ansible 2.4.0 config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/gsciorti/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /...
True
pacemaker module can't cleanup resources - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME pacemaker_cluster module ##### ANSIBLE VERSION ansible 2.4.0 config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/gsciorti/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modu...
main
pacemaker module can t cleanup resources issue type bug report component name pacemaker cluster module ansible version ansible config file etc ansible ansible cfg configured module search path ansible python module location home gsciorti pycharmprojects ansible b...
1
418
3,489,613,447
IssuesEvent
2016-01-04 01:01:08
caskroom/homebrew-cask
https://api.github.com/repos/caskroom/homebrew-cask
closed
Use bundle ID to generate zap stanzas
awaiting maintainer feedback cask enhancement
Compare zap stanzas for any two apps, e.g. Sublime Text 2: ``` '~/Library/Application Support/Sublime Text 2', '~/Library/Preferences/com.sublimetext.2.plist', '~/Library/Caches/com.sublimetext.2', '~/Library/Saved Application State/com.sublimetext.2.savedState' ``` and Atom: ``` '~/.atom', '~/Library/Appli...
True
Use bundle ID to generate zap stanzas - Compare zap stanzas for any two apps, e.g. Sublime Text 2: ``` '~/Library/Application Support/Sublime Text 2', '~/Library/Preferences/com.sublimetext.2.plist', '~/Library/Caches/com.sublimetext.2', '~/Library/Saved Application State/com.sublimetext.2.savedState' ``` and ...
main
use bundle id to generate zap stanzas compare zap stanzas for any two apps e g sublime text library application support sublime text library preferences com sublimetext plist library caches com sublimetext library saved application state com sublimetext savedstate and ...
1
756
4,351,919,971
IssuesEvent
2016-08-01 02:56:24
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
glance_image module sets HAS_GLANCECLIENT, but checks for HAVE_GLANCECLIENT
bug_report cloud waiting_on_maintainer
On line 137 glance_image module does: ``` try: import glanceclient HAS_GLANCECLIENT = True except ImportError: HAS_GLANCECLIENT = False try: from keystoneclient.v2_0 import client as ksclient HAS_KEYSTONECLIENT = True except ImportError: HAS_KEYSTONECLIENT= False ``` then later...
True
glance_image module sets HAS_GLANCECLIENT, but checks for HAVE_GLANCECLIENT - On line 137 glance_image module does: ``` try: import glanceclient HAS_GLANCECLIENT = True except ImportError: HAS_GLANCECLIENT = False try: from keystoneclient.v2_0 import client as ksclient HAS_KEYSTONECLIENT...
main
glance image module sets has glanceclient but checks for have glanceclient on line glance image module does try import glanceclient has glanceclient true except importerror has glanceclient false try from keystoneclient import client as ksclient has keystoneclient ...
1
1,899
6,577,549,829
IssuesEvent
2017-09-12 01:41:43
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Ability to specify multiple AZ's when creating multiple cache nodes with elasticache module
affects_2.0 aws cloud feature_idea waiting_on_maintainer
##### Issue Type: - Feature Idea ##### Plugin Name: module: elasticache ##### Ansible Version: ansible 2.0.1.0 ##### Ansible Configuration: [defaults] force_color = 1 hostfile = /etc/ansible/hosts library = /usr/share/ansible nocows = 1 ##### Environment: N/A ##### Summary: The Ansible elasticache module does not ...
True
Ability to specify multiple AZ's when creating multiple cache nodes with elasticache module - ##### Issue Type: - Feature Idea ##### Plugin Name: module: elasticache ##### Ansible Version: ansible 2.0.1.0 ##### Ansible Configuration: [defaults] force_color = 1 hostfile = /etc/ansible/hosts library = /usr/share/ansib...
main
ability to specify multiple az s when creating multiple cache nodes with elasticache module issue type feature idea plugin name module elasticache ansible version ansible ansible configuration force color hostfile etc ansible hosts library usr share ansible nocows...
1
2,141
7,363,076,017
IssuesEvent
2018-03-12 00:57:13
caskroom/homebrew-cask
https://api.github.com/repos/caskroom/homebrew-cask
closed
[brew cask upgrade] Error: undefined method `<=' for nil:NilClass
awaiting maintainer feedback
#### General troubleshooting steps - [x] I have retried my command with `--force` and the issue is still present. - [x] I have checked the instructions for [reporting bugs](https://github.com/caskroom/homebrew-cask#reporting-bugs) (or [making requests](https://github.com/caskroom/homebrew-cask#requests)) before ope...
True
[brew cask upgrade] Error: undefined method `<=' for nil:NilClass - #### General troubleshooting steps - [x] I have retried my command with `--force` and the issue is still present. - [x] I have checked the instructions for [reporting bugs](https://github.com/caskroom/homebrew-cask#reporting-bugs) (or [making reque...
main
error undefined method for nil nilclass general troubleshooting steps i have retried my command with force and the issue is still present i have checked the instructions for or before opening the issue none of the templates was appropriate for my issue or i’m not sure ...
1
285,362
8,757,854,566
IssuesEvent
2018-12-14 22:59:36
danielcaldas/react-d3-graph
https://api.github.com/repos/danielcaldas/react-d3-graph
closed
Display Name of Edge on Graph
duplicate feature request in progress priority normal wontfix
I was wondering if there was a way to display the label (or name attribute) of an edge on the graph so that it would be easy to see what the relationship between two nodes is? Read through the documentation but wasn't able to find anything, apologies if i missed it.
1.0
Display Name of Edge on Graph - I was wondering if there was a way to display the label (or name attribute) of an edge on the graph so that it would be easy to see what the relationship between two nodes is? Read through the documentation but wasn't able to find anything, apologies if i missed it.
non_main
display name of edge on graph i was wondering if there was a way to display the label or name attribute of an edge on the graph so that it would be easy to see what the relationship between two nodes is read through the documentation but wasn t able to find anything apologies if i missed it
0
1,114
4,988,947,314
IssuesEvent
2016-12-08 10:09:36
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
find_module: allow regex in paths
affects_2.1 feature_idea waiting_on_maintainer
Issue Type: Feature Idea Component Name: find module Ansible Version: ansible 2.1.0 (devel 210cf06d9a) last updated 2016/01/04 11:21:26 (GMT +200) Environment: Ubuntu 15.04 Example: To replace a simple ``` find /home/*/foo/bar/ ``` with the new "find" module you have to use a lot of nested "find" calls (one for each ...
True
find_module: allow regex in paths - Issue Type: Feature Idea Component Name: find module Ansible Version: ansible 2.1.0 (devel 210cf06d9a) last updated 2016/01/04 11:21:26 (GMT +200) Environment: Ubuntu 15.04 Example: To replace a simple ``` find /home/*/foo/bar/ ``` with the new "find" module you have to use a lot o...
main
find module allow regex in paths issue type feature idea component name find module ansible version ansible devel last updated gmt environment ubuntu example to replace a simple find home foo bar with the new find module you have to use a lot of nested find calls...
1
334,426
10,141,717,373
IssuesEvent
2019-08-03 16:44:28
mit-cml/appinventor-sources
https://api.github.com/repos/mit-cml/appinventor-sources
opened
Bitwise operators not appearing in nb178
affects: master issue: noted for future Work priority: high regression
The bitwise operator blocks no longer appear due to the way BlockSubset was implemented. The additional blocks need to be added to drawer.js
1.0
Bitwise operators not appearing in nb178 - The bitwise operator blocks no longer appear due to the way BlockSubset was implemented. The additional blocks need to be added to drawer.js
non_main
bitwise operators not appearing in the bitwise operator blocks no longer appear due to the way blocksubset was implemented the additional blocks need to be added to drawer js
0