Unnamed: 0
int64
1
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
3
438
labels
stringlengths
4
308
body
stringlengths
7
254k
index
stringclasses
7 values
text_combine
stringlengths
96
254k
label
stringclasses
2 values
text
stringlengths
96
246k
binary_label
int64
0
1
3,395
13,162,893,359
IssuesEvent
2020-08-10 22:44:09
MDAnalysis/mdanalysis
https://api.github.com/repos/MDAnalysis/mdanalysis
opened
replace deprecated imp with importlib
maintainability upstream
## Expected behavior ## <!-- A clear and concise description of what you want to do and what you think should happen. (Code to reproduce the behavior can be added below). --> No deprecation warnings for standard library imports. ## Actual behavior ## chemlib and H5MD raise > DeprecationWarning: the imp mod...
True
replace deprecated imp with importlib - ## Expected behavior ## <!-- A clear and concise description of what you want to do and what you think should happen. (Code to reproduce the behavior can be added below). --> No deprecation warnings for standard library imports. ## Actual behavior ## chemlib and H5MD ra...
main
replace deprecated imp with importlib expected behavior no deprecation warnings for standard library imports actual behavior chemlib and raise deprecationwarning the imp module is deprecated in favour of importlib see the module s documentation for alternative uses this is due to...
1
53,049
13,260,847,360
IssuesEvent
2020-08-20 18:51:44
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
libarchive review (Trac #630)
Migrated from Trac defect tools/ports
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/630">https://code.icecube.wisc.edu/projects/icecube/ticket/630</a>, reported by negaand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2014-11-23T03:37:57", "_ts": "141671...
1.0
libarchive review (Trac #630) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/630">https://code.icecube.wisc.edu/projects/icecube/ticket/630</a>, reported by negaand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2014-11-...
non_main
libarchive review trac migrated from json status closed changetime ts description reporter nega cc resolution fixed time component tools ports summary libarchive review ...
0
3,750
15,781,973,831
IssuesEvent
2021-04-01 12:10:05
svengreb/tmpl
https://api.github.com/repos/svengreb/tmpl
closed
Dependency handling with lockfiles
context-techstack context-workflow scope-compatibility scope-maintainability scope-stability target-base type-task
The usage of dependency lockfiles like [`package-lock.json`][npm-docs-v7-lockfile] or [`yarn.lock`][yarn-docs-lock] has always been a controversial topic where opinions go in different directions. On one side many project maintainers tend to argue that is helps to achieve deterministic build results, but on the side it...
True
Dependency handling with lockfiles - The usage of dependency lockfiles like [`package-lock.json`][npm-docs-v7-lockfile] or [`yarn.lock`][yarn-docs-lock] has always been a controversial topic where opinions go in different directions. On one side many project maintainers tend to argue that is helps to achieve determinis...
main
dependency handling with lockfiles the usage of dependency lockfiles like or has always been a controversial topic where opinions go in different directions on one side many project maintainers tend to argue that is helps to achieve deterministic build results but on the side it might also hide problems when ...
1
5,124
26,124,966,957
IssuesEvent
2022-12-28 17:11:43
hamcrest/JavaHamcrest
https://api.github.com/repos/hamcrest/JavaHamcrest
closed
Use @SafeVarargs annotation instad of multiple fixed-arity factory methods that overload varargs method
abi change maintainability
The overloaded methods were written to reduce compile warnings in client code. The @SafeVarargs annotation that was introduced in Java 7 suppresses them altogether. This will change the ABI, but code will still be source compatible.
True
Use @SafeVarargs annotation instad of multiple fixed-arity factory methods that overload varargs method - The overloaded methods were written to reduce compile warnings in client code. The @SafeVarargs annotation that was introduced in Java 7 suppresses them altogether. This will change the ABI, but code will still b...
main
use safevarargs annotation instad of multiple fixed arity factory methods that overload varargs method the overloaded methods were written to reduce compile warnings in client code the safevarargs annotation that was introduced in java suppresses them altogether this will change the abi but code will still b...
1
308,954
26,640,337,390
IssuesEvent
2023-01-25 03:45:17
EddieHubCommunity/LinkFree
https://api.github.com/repos/EddieHubCommunity/LinkFree
closed
New Testimonial for Eddie Jaoude
testimonial
### Name eddiejaoude ### Title A true Eddlian ### Description Eddie, the founder of the EddieHub community, is a true leader in the tech industry. He founded the successful LinkFree project and served as an incredible mentor to those around him. He has a unique ability to share his knowledge and experience in an a...
1.0
New Testimonial for Eddie Jaoude - ### Name eddiejaoude ### Title A true Eddlian ### Description Eddie, the founder of the EddieHub community, is a true leader in the tech industry. He founded the successful LinkFree project and served as an incredible mentor to those around him. He has a unique ability to share h...
non_main
new testimonial for eddie jaoude name eddiejaoude title a true eddlian description eddie the founder of the eddiehub community is a true leader in the tech industry he founded the successful linkfree project and served as an incredible mentor to those around him he has a unique ability to share h...
0
755,421
26,428,761,560
IssuesEvent
2023-01-14 14:43:27
apache/netbeans
https://api.github.com/repos/apache/netbeans
closed
"Extract source name from .class and use it to locate proper source" (#5152) breaks java source editing
kind:bug priority:critical Regression
### Body Steps to reproduce: 1. Create a clone of the JNA repository. In a directory of your choosing run `git clone https://github.com/java-native-access/jna.git` 2. In your NetBeans Source Tree go to the last commit before your merge: `git checkout c07ee007fd18` 3. Ensure directory is clean: `git clean -f -x -d...
1.0
"Extract source name from .class and use it to locate proper source" (#5152) breaks java source editing - ### Body Steps to reproduce: 1. Create a clone of the JNA repository. In a directory of your choosing run `git clone https://github.com/java-native-access/jna.git` 2. In your NetBeans Source Tree go to the las...
non_main
extract source name from class and use it to locate proper source breaks java source editing body steps to reproduce create a clone of the jna repository in a directory of your choosing run git clone in your netbeans source tree go to the last commit before your merge git checkout ...
0
205,802
16,009,975,705
IssuesEvent
2021-04-20 09:20:00
CS-SI/eodag
https://api.github.com/repos/CS-SI/eodag
opened
Clean up the docstring of the main methods/classes
documentation
* [ ] Remove doctests when they make the method's docstring more difficult to understand * [ ] Remove old *versionadded* or *versionchanged* directives, they are not useful for the users and we have the changelog to trace those changes * [ ] Update the description and type of the parameters when need be
1.0
Clean up the docstring of the main methods/classes - * [ ] Remove doctests when they make the method's docstring more difficult to understand * [ ] Remove old *versionadded* or *versionchanged* directives, they are not useful for the users and we have the changelog to trace those changes * [ ] Update the description ...
non_main
clean up the docstring of the main methods classes remove doctests when they make the method s docstring more difficult to understand remove old versionadded or versionchanged directives they are not useful for the users and we have the changelog to trace those changes update the description and ty...
0
2,249
7,925,254,195
IssuesEvent
2018-07-05 19:56:42
fgm/filog
https://api.github.com/repos/fgm/filog
closed
Sometimes log object itself is the message
maintainer needs more info
I've no idea why, but sometimes I bump into logs where the message is the log document itself, like so: ```json { "_id": "PPP2whQ6gdC9Tfry2", "level": 3, "message": "{ level: 3,\n context: \n { message_details: { error: 'Updating subscription failed' },\n browser: \n { platform: 'Linux ar...
True
Sometimes log object itself is the message - I've no idea why, but sometimes I bump into logs where the message is the log document itself, like so: ```json { "_id": "PPP2whQ6gdC9Tfry2", "level": 3, "message": "{ level: 3,\n context: \n { message_details: { error: 'Updating subscription failed' },...
main
sometimes log object itself is the message i ve no idea why but sometimes i bump into logs where the message is the log document itself like so json id level message level n context n message details error updating subscription failed n browser ...
1
56,101
14,929,856,380
IssuesEvent
2021-01-25 01:04:22
AeroScripts/QuestieDev
https://api.github.com/repos/AeroScripts/QuestieDev
closed
Map target issues
Type - Defect
<!-- READ THIS FIRST Hello, thanks for taking the time to report a bug! Before you proceed, please verify that you're running the latest version of Questie. The easiest way to do this is via the Twitch client, but you can also download the latest version here: https://www.curseforge.com/wow/addons/questie Ques...
1.0
Map target issues - <!-- READ THIS FIRST Hello, thanks for taking the time to report a bug! Before you proceed, please verify that you're running the latest version of Questie. The easiest way to do this is via the Twitch client, but you can also download the latest version here: https://www.curseforge.com/wow/ad...
non_main
map target issues read this first hello thanks for taking the time to report a bug before you proceed please verify that you re running the latest version of questie the easiest way to do this is via the twitch client but you can also download the latest version here questie is one of the most p...
0
2,766
9,873,342,138
IssuesEvent
2019-06-22 13:38:58
arcticicestudio/snowsaw
https://api.github.com/repos/arcticicestudio/snowsaw
closed
Initial repository clean up for Go rewrite
context-workflow scope-maintainability status-in-review type-task
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/59963238-8838da80-94f0-11e9-8857-4322932bdb9c.png" width="20%" /></p> > Epic: #33 > Blocks #34 #35 #36 #37 #38 #39 #42 #43 #44 #45 #46 #47 #48 In order to start the [Go project rewrite][gh-33] from scratch the current repository struc...
True
Initial repository clean up for Go rewrite - <p align="center"><img src="https://user-images.githubusercontent.com/7836623/59963238-8838da80-94f0-11e9-8857-4322932bdb9c.png" width="20%" /></p> > Epic: #33 > Blocks #34 #35 #36 #37 #38 #39 #42 #43 #44 #45 #46 #47 #48 In order to start the [Go project rewrite][gh-...
main
initial repository clean up for go rewrite epic blocks in order to start the from scratch the current repository structure and files should be reset to a clean state to remove all references to the previous implementations documentations and project struc...
1
2,365
8,443,959,017
IssuesEvent
2018-10-18 17:00:25
citrusframework/citrus
https://api.github.com/repos/citrusframework/citrus
opened
update vertx-core because of vulnerabilities
Prio: Medium READY Type: Maintainance
Github reported vulnerabilities in `io.vertx:vertx-core`. Fixed version is `3.5.4` or later.
True
update vertx-core because of vulnerabilities - Github reported vulnerabilities in `io.vertx:vertx-core`. Fixed version is `3.5.4` or later.
main
update vertx core because of vulnerabilities github reported vulnerabilities in io vertx vertx core fixed version is or later
1
176,686
21,435,751,690
IssuesEvent
2022-04-24 01:02:19
BrianMcDonaldWS/deck.gl
https://api.github.com/repos/BrianMcDonaldWS/deck.gl
closed
WS-2019-0332 (Medium) detected in handlebars-4.1.0.tgz - autoclosed
security vulnerability
## WS-2019-0332 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates ...
True
WS-2019-0332 (Medium) detected in handlebars-4.1.0.tgz - autoclosed - ## WS-2019-0332 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.tgz</b></p></summary> <p>Handle...
non_main
ws medium detected in handlebars tgz autoclosed ws medium severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency fi...
0
4,515
23,471,911,978
IssuesEvent
2022-08-16 23:10:12
amranidev/laracombee
https://api.github.com/repos/amranidev/laracombee
closed
Will update this package soon.
Maintainer Announcement
I know it's been a while since I update this library, I thought the API and Laravel stack won't change that much, but I was wrong 😁 I will start maintaining this project again, feel free to reachout to me if you want to contribute or if you have any question. Cheers guys 👍
True
Will update this package soon. - I know it's been a while since I update this library, I thought the API and Laravel stack won't change that much, but I was wrong 😁 I will start maintaining this project again, feel free to reachout to me if you want to contribute or if you have any question. Cheers guys 👍
main
will update this package soon i know it s been a while since i update this library i thought the api and laravel stack won t change that much but i was wrong 😁 i will start maintaining this project again feel free to reachout to me if you want to contribute or if you have any question cheers guys 👍
1
40,299
20,750,728,109
IssuesEvent
2022-03-15 07:10:30
apache/incubator-mxnet
https://api.github.com/repos/apache/incubator-mxnet
closed
Mxnet fails to properly parallelize with a ryzen CPU.
Windows Performance Pending Requester Info
## Description With a Rysen 7 2700 CPU, the libmxnet DLL fails to properly parallelize. At any one time, it's using only one core of CPU and no more, while in an exclusive CPU configuration ## Environment info (Required) ----------Python Info---------- ('Version :', '2.7.15') ('Compiler :', 'MSC v.150...
True
Mxnet fails to properly parallelize with a ryzen CPU. - ## Description With a Rysen 7 2700 CPU, the libmxnet DLL fails to properly parallelize. At any one time, it's using only one core of CPU and no more, while in an exclusive CPU configuration ## Environment info (Required) ----------Python Info---------- ('V...
non_main
mxnet fails to properly parallelize with a ryzen cpu description with a rysen cpu the libmxnet dll fails to properly parallelize at any one time it s using only one core of cpu and no more while in an exclusive cpu configuration environment info required python info vers...
0
441,534
12,719,465,567
IssuesEvent
2020-06-24 09:19:52
teamforus/me
https://api.github.com/repos/teamforus/me
closed
Product vouchers: App displays wrong organisation name
Difficulty: Easy Priority: Should have Scope: Small Topic: iOS native Type: Bug
## Main asssignee: @ ## Context/goal: Me-app displays name of the organization who granted the budget vouchers instead of the provider who offered this product. ## Task - Display name of the provider instead of the organisation who provided the fund See image below, provider name is Upper but it says Gemeente...
1.0
Product vouchers: App displays wrong organisation name - ## Main asssignee: @ ## Context/goal: Me-app displays name of the organization who granted the budget vouchers instead of the provider who offered this product. ## Task - Display name of the provider instead of the organisation who provided the fund See...
non_main
product vouchers app displays wrong organisation name main asssignee context goal me app displays name of the organization who granted the budget vouchers instead of the provider who offered this product task display name of the provider instead of the organisation who provided the fund see...
0
363,014
25,404,110,228
IssuesEvent
2022-11-22 14:11:09
cloudflare/cloudflare-docs
https://api.github.com/repos/cloudflare/cloudflare-docs
closed
[Wrangler] Document `wrangler delete`
documentation content:new
### Which Cloudflare product(s) does this pertain to? Workers ### Subject Matter wrangler delete ### Content Location https://developers.cloudflare.com/workers/wrangler/commands/ ### Additional information I'll do it
1.0
[Wrangler] Document `wrangler delete` - ### Which Cloudflare product(s) does this pertain to? Workers ### Subject Matter wrangler delete ### Content Location https://developers.cloudflare.com/workers/wrangler/commands/ ### Additional information I'll do it
non_main
document wrangler delete which cloudflare product s does this pertain to workers subject matter wrangler delete content location additional information i ll do it
0
2,113
7,188,790,236
IssuesEvent
2018-02-02 11:27:19
opencaching/opencaching-pl
https://api.github.com/repos/opencaching/opencaching-pl
opened
How to manage DB updates
Component_DataBase Component_Docs Maintainability Server_Administration Server_DB_Contents Type_Enhancement
opencaching-pl project, though the code is automatically updated, requires user intervention to update the database. Several strategies have been suggested here: https://github.com/opencaching/opencaching-pl/issues/1381#issuecomment-361564652 1. apply changes in the code - done automatically at merge to master bra...
True
How to manage DB updates - opencaching-pl project, though the code is automatically updated, requires user intervention to update the database. Several strategies have been suggested here: https://github.com/opencaching/opencaching-pl/issues/1381#issuecomment-361564652 1. apply changes in the code - done automatic...
main
how to manage db updates opencaching pl project though the code is automatically updated requires user intervention to update the database several strategies have been suggested here apply changes in the code done automatically at merge to master branch in repo requires error handling and rollback ...
1
2,298
8,221,956,551
IssuesEvent
2018-09-06 05:11:51
TravisSpark/spark-website
https://api.github.com/repos/TravisSpark/spark-website
closed
AFITC Removal, 29 August
good first issue maintainence
### Checklist - [X] Searched for, and did not find, duplicate [issue](https://github.com/TravisSpark/spark-website/issues) - [X] Indicated whether the issue is a bug or a feature - [X] Focused on one specific bug/feature - [X] Gave a concise and relevant name - [X] Created clear and concise description - [X...
True
AFITC Removal, 29 August - ### Checklist - [X] Searched for, and did not find, duplicate [issue](https://github.com/TravisSpark/spark-website/issues) - [X] Indicated whether the issue is a bug or a feature - [X] Focused on one specific bug/feature - [X] Gave a concise and relevant name - [X] Created clear and...
main
afitc removal august checklist searched for and did not find duplicate indicated whether the issue is a bug or a feature focused on one specific bug feature gave a concise and relevant name created clear and concise description outlined which components are affected ...
1
397,699
27,174,214,467
IssuesEvent
2023-02-17 22:47:38
sentenz/guide
https://api.github.com/repos/sentenz/guide
closed
Refactor article about `software development environment` with ChatGPT
documentation refactor solved
# Software Development Environment The Software Development Environment (SDE) refers to the overall set of tools, resources, and infrastructure that are used to develop, test, and deploy software applications. This includes hardware, software, development tools, source code management systems, testing frameworks, an...
1.0
Refactor article about `software development environment` with ChatGPT - # Software Development Environment The Software Development Environment (SDE) refers to the overall set of tools, resources, and infrastructure that are used to develop, test, and deploy software applications. This includes hardware, software, ...
non_main
refactor article about software development environment with chatgpt software development environment the software development environment sde refers to the overall set of tools resources and infrastructure that are used to develop test and deploy software applications this includes hardware software ...
0
777,068
27,267,351,983
IssuesEvent
2023-02-22 19:09:35
bcgov/entity
https://api.github.com/repos/bcgov/entity
closed
PPR Serial Number Search - More Details on Search Algorithm
enhancement Priority2 Assets
From Client Usability Testing: Would be beneficial to include an explanation of the search algorithm for Serial Number Search. Is it looking at the last 6 digits of the Serial Number as is done on the legacy application?
1.0
PPR Serial Number Search - More Details on Search Algorithm - From Client Usability Testing: Would be beneficial to include an explanation of the search algorithm for Serial Number Search. Is it looking at the last 6 digits of the Serial Number as is done on the legacy application?
non_main
ppr serial number search more details on search algorithm from client usability testing would be beneficial to include an explanation of the search algorithm for serial number search is it looking at the last digits of the serial number as is done on the legacy application
0
253,928
27,337,653,248
IssuesEvent
2023-02-26 12:18:30
DEV-REPO-URIEL/snyk_labs
https://api.github.com/repos/DEV-REPO-URIEL/snyk_labs
opened
st-0.2.4.tgz: 5 vulnerabilities (highest severity is: 7.5)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>st-0.2.4.tgz</b></p></summary> <p>A module for serving static files. Does etags, caching, etc.</p> <p>Library home page: <a href="https://registry.npmjs.org/st/-/st-...
True
st-0.2.4.tgz: 5 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>st-0.2.4.tgz</b></p></summary> <p>A module for serving static files. Does etags, caching, etc.</p> <p>Li...
non_main
st tgz vulnerabilities highest severity is vulnerable library st tgz a module for serving static files does etags caching etc library home page a href path to dependency file package json path to vulnerable library node modules st package json found in head c...
0
873
4,539,032,656
IssuesEvent
2016-09-09 09:23:59
KazDragon/telnetpp
https://api.github.com/repos/KazDragon/telnetpp
closed
Add Sanitizers to test suite
Continuous Integration in progress Maintainability
Three sanitizers should be available and be used: * address * undefined behaviour * thread
True
Add Sanitizers to test suite - Three sanitizers should be available and be used: * address * undefined behaviour * thread
main
add sanitizers to test suite three sanitizers should be available and be used address undefined behaviour thread
1
9,667
13,731,275,820
IssuesEvent
2020-10-05 00:16:25
Psychoanalytic-Electronic-Publishing/PEP-Web-User-Interface
https://api.github.com/repos/Psychoanalytic-Electronic-Publishing/PEP-Web-User-Interface
opened
Results Description Field
Important missing requirement
Missing from section 2.3.2 of the requirements, but shown in all the examples, is the description of the search results at the top of the Results pane. For example, it says "Results 1-30 of 204 for your search on Tuckett and Fonagy". My mistake in not listing it explicitly. However, there's an even more important ...
1.0
Results Description Field - Missing from section 2.3.2 of the requirements, but shown in all the examples, is the description of the search results at the top of the Results pane. For example, it says "Results 1-30 of 204 for your search on Tuckett and Fonagy". My mistake in not listing it explicitly. However, the...
non_main
results description field missing from section of the requirements but shown in all the examples is the description of the search results at the top of the results pane for example it says results of for your search on tuckett and fonagy my mistake in not listing it explicitly however there ...
0
4,719
24,342,579,446
IssuesEvent
2022-10-01 22:24:27
beekama/NutritionApp
https://api.github.com/repos/beekama/NutritionApp
closed
Document ExtendedBarChart Magic Numbers
maintainability
ExtendeBarChart has some unclear variable names in Line 65-68, where magic numbers 1 & 3 are used without explanation, make 1 and 3 variables with a name indicating their function. While you're on that fix the Array definition warning.
True
Document ExtendedBarChart Magic Numbers - ExtendeBarChart has some unclear variable names in Line 65-68, where magic numbers 1 & 3 are used without explanation, make 1 and 3 variables with a name indicating their function. While you're on that fix the Array definition warning.
main
document extendedbarchart magic numbers extendebarchart has some unclear variable names in line where magic numbers are used without explanation make and variables with a name indicating their function while you re on that fix the array definition warning
1
4,657
24,097,359,853
IssuesEvent
2022-09-19 20:03:33
aws/aws-sam-cli
https://api.github.com/repos/aws/aws-sam-cli
closed
samcli/lib/package/s3_uploader.py on_progress writes progress to stderr causing issues with CD/CD
area/package maintainer/need-followup
<!-- 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 doing a sam deploy I am getting issues as information is being written to th...
True
samcli/lib/package/s3_uploader.py on_progress writes progress to stderr causing issues with CD/CD - <!-- 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. --> ...
main
samcli lib package uploader py on progress writes progress to stderr causing issues with cd cd 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 ...
1
248,580
21,042,032,320
IssuesEvent
2022-03-31 13:10:01
nrwl/nx
https://api.github.com/repos/nrwl/nx
closed
Don't error on "targetDependencies" "self" in nx.json
type: feature blocked: retry with latest scope: core
<!-- Please do your best to fill out all of the sections below! --> <!-- Use this issue type for concrete suggestions, otherwise, open a discussion type issue instead. --> - [] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description...
1.0
Don't error on "targetDependencies" "self" in nx.json - <!-- Please do your best to fill out all of the sections below! --> <!-- Use this issue type for concrete suggestions, otherwise, open a discussion type issue instead. --> - [] I'd be willing to implement this feature ([contributing guide](https://github.com/n...
non_main
don t error on targetdependencies self in nx json i d be willing to implement this feature description currently we have libs that lint and test depend on the codegen target that lives in those projects we have to make sure to add dependson in each of these libs to make sure cod...
0
772,251
27,113,383,218
IssuesEvent
2023-02-15 16:47:07
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
closed
Bitbucket Cloud reviewers should use uuid in addition to username
type:feature priority-4-low platform:bitbucket status:ready
### What would you like Renovate to be able to do? BitBucket [no longer exposes the username](https://developer.atlassian.com/cloud/bitbucket/bitbucket-api-changes-gdpr/) field so its harder to configure reviewers in Renovate because you have to ask each developer what their username is. Please consider allowing `uui...
1.0
Bitbucket Cloud reviewers should use uuid in addition to username - ### What would you like Renovate to be able to do? BitBucket [no longer exposes the username](https://developer.atlassian.com/cloud/bitbucket/bitbucket-api-changes-gdpr/) field so its harder to configure reviewers in Renovate because you have to ask e...
non_main
bitbucket cloud reviewers should use uuid in addition to username what would you like renovate to be able to do bitbucket field so its harder to configure reviewers in renovate because you have to ask each developer what their username is please consider allowing uuid s to be used in additional to the e...
0
37
2,585,557,203
IssuesEvent
2015-02-17 00:54:31
spyder-ide/spyder
https://api.github.com/repos/spyder-ide/spyder
opened
Spyder Dev Tools: Signal Tracer
1 star enhancement imported Maintainability
_From [techtonik@gmail.com](https://code.google.com/u/techtonik@gmail.com/) on 2011-12-13T06:40:11Z_ What steps will reproduce the problem? 1. No way to debug how Qt signals really behave in Spyder 2. No way trace signals as they are fired in real-time What is the expected output? What do you see instead? While i...
True
Spyder Dev Tools: Signal Tracer - _From [techtonik@gmail.com](https://code.google.com/u/techtonik@gmail.com/) on 2011-12-13T06:40:11Z_ What steps will reproduce the problem? 1. No way to debug how Qt signals really behave in Spyder 2. No way trace signals as they are fired in real-time What is the expected output...
main
spyder dev tools signal tracer from on what steps will reproduce the problem no way to debug how qt signals really behave in spyder no way trace signals as they are fired in real time what is the expected output what do you see instead while inspecting spyder signals static analysis ...
1
4,755
24,511,018,014
IssuesEvent
2022-10-10 21:29:26
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
closed
Frontend is not updated to handle the API changes wrt record POST endpoint
type: bug work: frontend status: ready restricted: maintainers
## Description There seems to be a change with the record POST endpoint which returns additional properties i.e. ``` {"count":1,"grouping":null,"preview_data":null,"results":[{"5":279,"6":null,"7":null,"8":null}]} ``` Previously, this endpoint only returned the newly created row. The frontend is not updated t...
True
Frontend is not updated to handle the API changes wrt record POST endpoint - ## Description There seems to be a change with the record POST endpoint which returns additional properties i.e. ``` {"count":1,"grouping":null,"preview_data":null,"results":[{"5":279,"6":null,"7":null,"8":null}]} ``` Previously, this e...
main
frontend is not updated to handle the api changes wrt record post endpoint description there seems to be a change with the record post endpoint which returns additional properties i e count grouping null preview data null results previously this endpoint only returned the newly creat...
1
3,277
12,507,392,040
IssuesEvent
2020-06-02 14:03:37
coq-community/manifesto
https://api.github.com/repos/coq-community/manifesto
closed
Change maintainer of project Stalmarck
change-maintainer
**Project name and URL:** https://github.com/coq-community/stalmarck **Current maintainer:** @herbelin **Status:** maintained **New maintainer:** looking for a volunteer @herbelin is currently maintaining this project (and also [qarith-stern-brocot](https://github.com/coq-community/qarith-stern-brocot) and...
True
Change maintainer of project Stalmarck - **Project name and URL:** https://github.com/coq-community/stalmarck **Current maintainer:** @herbelin **Status:** maintained **New maintainer:** looking for a volunteer @herbelin is currently maintaining this project (and also [qarith-stern-brocot](https://github.c...
main
change maintainer of project stalmarck project name and url current maintainer herbelin status maintained new maintainer looking for a volunteer herbelin is currently maintaining this project and also and but because he s also the one taking care of all the remaining coq ...
1
4,464
23,267,936,727
IssuesEvent
2022-08-04 19:22:24
MarcusWolschon/osmeditor4android
https://api.github.com/repos/MarcusWolschon/osmeditor4android
closed
PropertyEditor refactoring
Task Maintainability Performance
- [ ] simplify instantiation: don't pass tags and relation id etc, as we have access to in-memory instances now contrary to when it was original conceived - [ ] separate activity and fragment so that the fragment can be used stand alone - [ ] add https://github.com/MarcusWolschon/osmeditor4android/issues/512 - [ ] f...
True
PropertyEditor refactoring - - [ ] simplify instantiation: don't pass tags and relation id etc, as we have access to in-memory instances now contrary to when it was original conceived - [ ] separate activity and fragment so that the fragment can be used stand alone - [ ] add https://github.com/MarcusWolschon/osmedito...
main
propertyeditor refactoring simplify instantiation don t pass tags and relation id etc as we have access to in memory instances now contrary to when it was original conceived separate activity and fragment so that the fragment can be used stand alone add fix
1
2,044
6,894,247,416
IssuesEvent
2017-11-23 09:16:37
cucumber/aruba
https://api.github.com/repos/cucumber/aruba
opened
Remove redundant edge-case scenarios
needs feedback by community needs feedback by maintainer type: user experience
## Summary Let's improve Aruba's cucumber features as a source for documentation by reducing the number of edge case scenarios. ## Expected Behavior Aruba's documentation summarizes clearly the use of its methods and cucumber steps ## Current Behavior Several feature files list endless edge cases, for ex...
True
Remove redundant edge-case scenarios - ## Summary Let's improve Aruba's cucumber features as a source for documentation by reducing the number of edge case scenarios. ## Expected Behavior Aruba's documentation summarizes clearly the use of its methods and cucumber steps ## Current Behavior Several featur...
main
remove redundant edge case scenarios summary let s improve aruba s cucumber features as a source for documentation by reducing the number of edge case scenarios expected behavior aruba s documentation summarizes clearly the use of its methods and cucumber steps current behavior several featur...
1
41,665
10,562,908,789
IssuesEvent
2019-10-04 19:32:31
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Setting an Exception in an IAtomicReference causes it to be thrown when getting it
Internal breaking change Module: IAtomicReference Source: Community Team: Core Type: Defect
I'm using an Hazelcast **IAtomicReference** to store a **reference to an Exception** object. When I try to get the stored **Exception**, it is **thrown** rather than returned. Is it a **desired behaviour** (I couldn't find any mention to it in the documentation) **or** is it a **defect**? ```Java @Test(expected=Ru...
1.0
Setting an Exception in an IAtomicReference causes it to be thrown when getting it - I'm using an Hazelcast **IAtomicReference** to store a **reference to an Exception** object. When I try to get the stored **Exception**, it is **thrown** rather than returned. Is it a **desired behaviour** (I couldn't find any mention...
non_main
setting an exception in an iatomicreference causes it to be thrown when getting it i m using an hazelcast iatomicreference to store a reference to an exception object when i try to get the stored exception it is thrown rather than returned is it a desired behaviour i couldn t find any mention...
0
111,331
4,468,583,076
IssuesEvent
2016-08-25 09:54:11
NSusoev/eval-service-quality
https://api.github.com/repos/NSusoev/eval-service-quality
closed
Исправить ошибки в алгоритме расчета агрегированных оценок
area: back-end priority: high type: bug
2016-07-28 00:52:29.216 DEBUG 52174 --- [nio-8080-exec-1] esq.core.service.ESQCalculator : COLLECTION AFTER SORTING = [LinguisticTerm[id = 5, name = очень высокое, weight = 0.008], LinguisticTerm[id = 5, name = очень высокое, weight = 0.008], LinguisticTerm[id = 5, name = очень высокое, weight = 0.008], Lingu...
1.0
Исправить ошибки в алгоритме расчета агрегированных оценок - 2016-07-28 00:52:29.216 DEBUG 52174 --- [nio-8080-exec-1] esq.core.service.ESQCalculator : COLLECTION AFTER SORTING = [LinguisticTerm[id = 5, name = очень высокое, weight = 0.008], LinguisticTerm[id = 5, name = очень высокое, weight = 0.008], Lingui...
non_main
исправить ошибки в алгоритме расчета агрегированных оценок debug esq core service esqcalculator collection after sorting linguisticterm linguisticterm linguisticterm linguisticterm linguisticterm linguisticterm debug esq core service esqcalcula...
0
5,203
26,450,064,113
IssuesEvent
2023-01-16 10:30:04
Pandora-IsoMemo/plotr
https://api.github.com/repos/Pandora-IsoMemo/plotr
closed
Create wiki with installation instruction
Support: IT maintainance
Move and update installation instructions from - https://github.com/Pandora-IsoMemo/drat/issues/7 to a new created wiki of this app
True
Create wiki with installation instruction - Move and update installation instructions from - https://github.com/Pandora-IsoMemo/drat/issues/7 to a new created wiki of this app
main
create wiki with installation instruction move and update installation instructions from to a new created wiki of this app
1
4,624
23,947,427,261
IssuesEvent
2022-09-12 08:36:57
MetaCell/cloud-harness
https://api.github.com/repos/MetaCell/cloud-harness
closed
Refactor database options design
maintainance
Looking at methods like: https://github.com/MetaCell/cloud-harness/blob/faac12751780b23f138fd8d9a8b69ae50584b1e6/libraries/cloudharness-common/cloudharness/applications.py#L36 I don't think the current strategy to manage the different databases supported is easily maintainable. (If we are to add support for a new d...
True
Refactor database options design - Looking at methods like: https://github.com/MetaCell/cloud-harness/blob/faac12751780b23f138fd8d9a8b69ae50584b1e6/libraries/cloudharness-common/cloudharness/applications.py#L36 I don't think the current strategy to manage the different databases supported is easily maintainable. (I...
main
refactor database options design looking at methods like i don t think the current strategy to manage the different databases supported is easily maintainable if we are to add support for a new database we will have to be changing the aforementioned method as well adding another if i would suggest to ref...
1
5,807
3,287,596,243
IssuesEvent
2015-10-29 11:14:06
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Problem with breadcrumb in articles inside category
No Code Attached Yet
## Steps to reproduce the issue 1. Make a Joomla fresh install 2. Create a category "test" 3. Create one article inside that category "article 1" 4. Create a Menu item to list/blog the "test" category 5. Go to the default breadcrumbs module "advanced" tab and disable caching 6. Go to system configuration and tu...
1.0
Problem with breadcrumb in articles inside category - ## Steps to reproduce the issue 1. Make a Joomla fresh install 2. Create a category "test" 3. Create one article inside that category "article 1" 4. Create a Menu item to list/blog the "test" category 5. Go to the default breadcrumbs module "advanced" tab and...
non_main
problem with breadcrumb in articles inside category steps to reproduce the issue make a joomla fresh install create a category test create one article inside that category article create a menu item to list blog the test category go to the default breadcrumbs module advanced tab and...
0
1,427
6,203,335,043
IssuesEvent
2017-07-06 11:35:57
WhitestormJS/whs.js
https://api.github.com/repos/WhitestormJS/whs.js
closed
Migrating to Rollup + Webpack
ENHANCEMENT MAINTAINANCE
The current workflow is relying on webpack-only configuration. I'd like to move the build process of `whs` and `modules/` directory to Rollup as it is [better for libraries](https://medium.com/webpack/webpack-and-rollup-the-same-but-different-a41ad427058c) ###### Version: - [x] v2.x.x - [ ] v1.x.x ###### Issu...
True
Migrating to Rollup + Webpack - The current workflow is relying on webpack-only configuration. I'd like to move the build process of `whs` and `modules/` directory to Rollup as it is [better for libraries](https://medium.com/webpack/webpack-and-rollup-the-same-but-different-a41ad427058c) ###### Version: - [x] v2.x...
main
migrating to rollup webpack the current workflow is relying on webpack only configuration i d like to move the build process of whs and modules directory to rollup as it is version x x x x issue type bug proposal enhancement question discussion...
1
3,595
14,529,576,416
IssuesEvent
2020-12-14 18:00:30
carbon-design-system/carbon
https://api.github.com/repos/carbon-design-system/carbon
closed
[Large loading component]: Loading has different size to defined on carbondesignsystem website
component: loading status: waiting for maintainer response 💬 type: bug 🐛
## [Large loading component]: Loading has different size to defined on carbondesignsystem website ## What package(s) are you using? - [X] `carbon-components` - [ ] `carbon-components-react` ## Detailed description The Carbon Design Website Defines the .bx--loading class as having a width/height of 88px/5.5...
True
[Large loading component]: Loading has different size to defined on carbondesignsystem website - ## [Large loading component]: Loading has different size to defined on carbondesignsystem website ## What package(s) are you using? - [X] `carbon-components` - [ ] `carbon-components-react` ## Detailed description...
main
loading has different size to defined on carbondesignsystem website loading has different size to defined on carbondesignsystem website what package s are you using carbon components carbon components react detailed description the carbon design website defines the bx loadi...
1
2,466
8,639,902,482
IssuesEvent
2018-11-23 22:32:32
F5OEO/rpitx
https://api.github.com/repos/F5OEO/rpitx
closed
Does not seem to Tx
V1 related (not maintained)
Raspberry pi B+ with wire attached to appropriate gpio pin. Receiving with RTL-SDR and HDSDR under windows, tuned to 107Mhz (an unused FM station, low, low power FM Tx is legal in the US). I cannot observe any Tx from the pi with the RTL-SDR, using either: sox imperial_march.wav imp.wav rate 48000 channels 1 pifm im...
True
Does not seem to Tx - Raspberry pi B+ with wire attached to appropriate gpio pin. Receiving with RTL-SDR and HDSDR under windows, tuned to 107Mhz (an unused FM station, low, low power FM Tx is legal in the US). I cannot observe any Tx from the pi with the RTL-SDR, using either: sox imperial_march.wav imp.wav rate 4...
main
does not seem to tx raspberry pi b with wire attached to appropriate gpio pin receiving with rtl sdr and hdsdr under windows tuned to an unused fm station low low power fm tx is legal in the us i cannot observe any tx from the pi with the rtl sdr using either sox imperial march wav imp wav rate chan...
1
139,159
12,838,538,178
IssuesEvent
2020-07-07 17:39:02
dnnsoftware/Dnn.Platform
https://api.github.com/repos/dnnsoftware/Dnn.Platform
closed
Links in repository readme should be updated to the dnncommunity.org site
Effort: Low Priority: Medium Status: Ready for Development Type: Documentation
There are a couple links on the readme that should be updated to point to the new community site forums and blog, etc.
1.0
Links in repository readme should be updated to the dnncommunity.org site - There are a couple links on the readme that should be updated to point to the new community site forums and blog, etc.
non_main
links in repository readme should be updated to the dnncommunity org site there are a couple links on the readme that should be updated to point to the new community site forums and blog etc
0
43,096
11,464,349,001
IssuesEvent
2020-02-07 17:52:21
zfsonlinux/zfs
https://api.github.com/repos/zfsonlinux/zfs
reopened
`zfs send -p | zfs receive -F` destroys all other snapshots
Component: Send/Recv Type: Defect Type: Documentation
From the man page of zfs receive: > When a snapshot replication package stream that is generated by using the `zfs send -R` command is received, any snapshots that do not exist on the sending location are destroyed by using the zfs destroy -d command. I never used `-R`, but I did add `-p` to the send command...
1.0
`zfs send -p | zfs receive -F` destroys all other snapshots - From the man page of zfs receive: > When a snapshot replication package stream that is generated by using the `zfs send -R` command is received, any snapshots that do not exist on the sending location are destroyed by using the zfs destroy -d comma...
non_main
zfs send p zfs receive f destroys all other snapshots from the man page of zfs receive when a snapshot replication package stream that is generated by using the zfs send r command is received any snapshots that do not exist on the sending location are destroyed by using the zfs destroy d comma...
0
25,481
12,627,128,416
IssuesEvent
2020-06-14 19:55:02
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Something wrong with "predict_on_batch"
TF 2.2 comp:keras stalled stat:awaiting response type:performance
<em> Performance with predict_on_batch when using not determined input size is not good enough on tf.2.2.0. In my experiments with TensorFlow version 2.1 the prediction speed is for flexible input the same as fixed input, but for tf.2.2 prediction, speed is dramatically lower. Moreover, about 10 days ago, when I used ...
True
Something wrong with "predict_on_batch" - <em> Performance with predict_on_batch when using not determined input size is not good enough on tf.2.2.0. In my experiments with TensorFlow version 2.1 the prediction speed is for flexible input the same as fixed input, but for tf.2.2 prediction, speed is dramatically lower....
non_main
something wrong with predict on batch performance with predict on batch when using not determined input size is not good enough on tf in my experiments with tensorflow version the prediction speed is for flexible input the same as fixed input but for tf prediction speed is dramatically lower mo...
0
50,425
7,603,623,484
IssuesEvent
2018-04-29 16:24:49
golang/go
https://api.github.com/repos/golang/go
closed
cmd/compile: improve the help message of go tool compile -d ssa/help
Documentation NeedsFix
I noticed it was somewhat difficult to read the ssa/help output: ``` $ go tool compile -d ssa/help compile: GcFlag -d=ssa/<phase>/<flag>[=<value>]|[:<function_name>] <phase> is one of: check, all, build, intrinsics, early_phielim, early_copyelim early_deadcode, short_circuit, decompose_user, opt, zero...
1.0
cmd/compile: improve the help message of go tool compile -d ssa/help - I noticed it was somewhat difficult to read the ssa/help output: ``` $ go tool compile -d ssa/help compile: GcFlag -d=ssa/<phase>/<flag>[=<value>]|[:<function_name>] <phase> is one of: check, all, build, intrinsics, early_phielim, ear...
non_main
cmd compile improve the help message of go tool compile d ssa help i noticed it was somewhat difficult to read the ssa help output go tool compile d ssa help compile gcflag d ssa is one of check all build intrinsics early phielim early copyelim early deadcode short circui...
0
327,404
24,133,937,850
IssuesEvent
2022-09-21 09:41:33
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
opened
Complete the documentation and tests for Graticule and Scale of the print-lib
Documentation javascript
The documentation for the Graticule and the Scale of the print-lib is missing. See #7595 for Graticule and #7773 for Scale. Once the documentation is complete, test the two plugins locally on mapstore.
1.0
Complete the documentation and tests for Graticule and Scale of the print-lib - The documentation for the Graticule and the Scale of the print-lib is missing. See #7595 for Graticule and #7773 for Scale. Once the documentation is complete, test the two plugins locally on mapstore.
non_main
complete the documentation and tests for graticule and scale of the print lib the documentation for the graticule and the scale of the print lib is missing see for graticule and for scale once the documentation is complete test the two plugins locally on mapstore
0
1,569
6,572,329,831
IssuesEvent
2017-09-11 01:26:29
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
Rename osx_defaults module to macos_defaults
affects_2.3 feature_idea waiting_on_maintainer
##### ISSUE TYPE Feature Idea ##### COMPONENT NAME osx_defaults ##### ANSIBLE VERSION 2+ ##### SUMMARY Apple rebranded "OS X" as "macOS", the osx_defaults should follow suit to avoid confusion especially further down the line, i.e. rename the module "macos_defaults".
True
Rename osx_defaults module to macos_defaults - ##### ISSUE TYPE Feature Idea ##### COMPONENT NAME osx_defaults ##### ANSIBLE VERSION 2+ ##### SUMMARY Apple rebranded "OS X" as "macOS", the osx_defaults should follow suit to avoid confusion especially further down the line, i.e. rename the module "macos_defaults".
main
rename osx defaults module to macos defaults issue type feature idea component name osx defaults ansible version summary apple rebranded os x as macos the osx defaults should follow suit to avoid confusion especially further down the line i e rename the module macos defaults
1
4,471
23,317,515,704
IssuesEvent
2022-08-08 13:43:48
TCLP-UoC/Glossary
https://api.github.com/repos/TCLP-UoC/Glossary
closed
User story 2 - Notification of an update
Story KnowlO Trade Consume Maintain
As a knowledge owner/standard form owner, I want to know when a term was published and last updated, so that I can ensure my organisation provides the most up-to-date version of the term.
True
User story 2 - Notification of an update - As a knowledge owner/standard form owner, I want to know when a term was published and last updated, so that I can ensure my organisation provides the most up-to-date version of the term.
main
user story notification of an update as a knowledge owner standard form owner i want to know when a term was published and last updated so that i can ensure my organisation provides the most up to date version of the term
1
446,904
12,879,527,504
IssuesEvent
2020-07-11 22:50:47
clsid2/mpc-hc
https://api.github.com/repos/clsid2/mpc-hc
closed
Gestures for MPC on tablets&touch screens
enhancement help wanted low priority wontfix
Hello all, adding gestures as input to control various features of mpc, would that be possible? example: horizontal slide: forward or rev vertical: volume+/- double-tap on the left of the screen in the 1/4 of mpc size: prev file double-tap on the right 4/4: next file It would be super useful in fullscreen mo...
1.0
Gestures for MPC on tablets&touch screens - Hello all, adding gestures as input to control various features of mpc, would that be possible? example: horizontal slide: forward or rev vertical: volume+/- double-tap on the left of the screen in the 1/4 of mpc size: prev file double-tap on the right 4/4: next file ...
non_main
gestures for mpc on tablets touch screens hello all adding gestures as input to control various features of mpc would that be possible example horizontal slide forward or rev vertical volume double tap on the left of the screen in the of mpc size prev file double tap on the right next file ...
0
83,511
10,330,538,121
IssuesEvent
2019-09-02 14:55:21
re1/jacq-javaee
https://api.github.com/repos/re1/jacq-javaee
opened
Deploy source documentation
documentation
Deploying the source documentation online allows for referencing from Confluence and therefore improves the overall technical documentation. [GitHub Pages](https://pages.github.com/) could be used to deploy a generated docs folder. Another approach avoiding misleading commits of documentation is the use of Git hooks to...
1.0
Deploy source documentation - Deploying the source documentation online allows for referencing from Confluence and therefore improves the overall technical documentation. [GitHub Pages](https://pages.github.com/) could be used to deploy a generated docs folder. Another approach avoiding misleading commits of documentat...
non_main
deploy source documentation deploying the source documentation online allows for referencing from confluence and therefore improves the overall technical documentation could be used to deploy a generated docs folder another approach avoiding misleading commits of documentation is the use of git hooks to build d...
0
117,365
17,469,468,586
IssuesEvent
2021-08-06 23:09:25
AlexRogalskiy/quotes
https://api.github.com/repos/AlexRogalskiy/quotes
opened
CVE-2020-11023 (Medium) detected in jquery-1.9.1.js, jquery-1.8.1.min.js
security vulnerability
## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.9.1.js</b>, <b>jquery-1.8.1.min.js</b></p></summary> <p> <details><summary><b>jquery-1.9.1.js</b></p></su...
True
CVE-2020-11023 (Medium) detected in jquery-1.9.1.js, jquery-1.8.1.min.js - ## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.9.1.js</b>, <b>jquery-1.8.1.min...
non_main
cve medium detected in jquery js jquery min js cve medium severity vulnerability vulnerable libraries jquery js jquery min js jquery js javascript library for dom operations library home page a href path to dependency file quotes node modu...
0
5,354
26,965,669,558
IssuesEvent
2023-02-08 22:07:09
pulp/pulp-oci-images
https://api.github.com/repos/pulp/pulp-oci-images
closed
Replace https images with a variable for https
Maintainability
Publishing separate images for https is a lot of work & maintenance. Using https should be determined by an environment variable instead.
True
Replace https images with a variable for https - Publishing separate images for https is a lot of work & maintenance. Using https should be determined by an environment variable instead.
main
replace https images with a variable for https publishing separate images for https is a lot of work maintenance using https should be determined by an environment variable instead
1
492
3,785,482,361
IssuesEvent
2016-03-20 14:59:45
duckduckgo/zeroclickinfo-spice
https://api.github.com/repos/duckduckgo/zeroclickinfo-spice
opened
ExpandURL: API Gone offline? Need replacement!
Maintainer Input Requested
It looks like http://longurl.org is offline -- For now I've turned of this IA. We need to determine if the API is offline permanently and if so, find an alternative or remove the Instant Answer until we have an API. ------ IA Page: http://duck.co/ia/view/expand_url [Maintainer](http://docs.duckduckhack.com/ma...
True
ExpandURL: API Gone offline? Need replacement! - It looks like http://longurl.org is offline -- For now I've turned of this IA. We need to determine if the API is offline permanently and if so, find an alternative or remove the Instant Answer until we have an API. ------ IA Page: http://duck.co/ia/view/expand_u...
main
expandurl api gone offline need replacement it looks like is offline for now i ve turned of this ia we need to determine if the api is offline permanently and if so find an alternative or remove the instant answer until we have an api ia page adman
1
270,035
23,486,126,299
IssuesEvent
2022-08-17 14:32:55
apache/shardingsphere
https://api.github.com/repos/apache/shardingsphere
closed
use env to manage the container in transaction IT
in: test
now there are some duplicated code for container management in transaction IT module. this should be managed by integration-test env module
1.0
use env to manage the container in transaction IT - now there are some duplicated code for container management in transaction IT module. this should be managed by integration-test env module
non_main
use env to manage the container in transaction it now there are some duplicated code for container management in transaction it module this should be managed by integration test env module
0
1,042
4,846,787,800
IssuesEvent
2016-11-10 13:01:44
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Missing documentation for "profile" option of "rds" Amazon module.
affects_2.3 aws cloud docs_report waiting_on_maintainer
##### ISSUE TYPE - Documentation Report ##### COMPONENT NAME ansible-modules-core/cloud/amazon/rds.py ##### ANSIBLE VERSION all? ##### CONFIGURATION n/a ##### SUMMARY The documentation for "profile" option (and probably other options) is not shown in the current documentation of [RDS Amazon module](http://docs.ansi...
True
Missing documentation for "profile" option of "rds" Amazon module. - ##### ISSUE TYPE - Documentation Report ##### COMPONENT NAME ansible-modules-core/cloud/amazon/rds.py ##### ANSIBLE VERSION all? ##### CONFIGURATION n/a ##### SUMMARY The documentation for "profile" option (and probably other options) is not shown...
main
missing documentation for profile option of rds amazon module issue type documentation report component name ansible modules core cloud amazon rds py ansible version all configuration n a summary the documentation for profile option and probably other options is not shown...
1
4,483
23,360,468,344
IssuesEvent
2022-08-10 11:13:53
chocolatey-community/chocolatey-package-requests
https://api.github.com/repos/chocolatey-community/chocolatey-package-requests
closed
RFP - antidupl
Status: Available For Maintainer(s)
## Checklist - [X] The package I am requesting does not already exist on https://chocolatey.org/packages; - [X] There is no open issue for this package; - [x] The issue title starts with 'RFP - '; - [X] The download URL is public and not locked behind a paywall / login; ## Package Details Software project U...
True
RFP - antidupl - ## Checklist - [X] The package I am requesting does not already exist on https://chocolatey.org/packages; - [X] There is no open issue for this package; - [x] The issue title starts with 'RFP - '; - [X] The download URL is public and not locked behind a paywall / login; ## Package Details S...
main
rfp antidupl checklist the package i am requesting does not already exist on there is no open issue for this package the issue title starts with rfp the download url is public and not locked behind a paywall login package details software project url direct downloa...
1
4,257
21,154,345,424
IssuesEvent
2022-04-07 00:21:27
tModLoader/tModLoader
https://api.github.com/repos/tModLoader/tModLoader
opened
Generation Passes modernization
Improvement Requestor-TML Maintainers
Similarly to #2139, this is a proposal for modernization of everything related to generation layers. ## Current Design First, have a look at the common usage of the current (1.3) TML's generation pass designs: ```cs public class WorldGenSystem : ModSystem { // ... public override void ModifyWorld...
True
Generation Passes modernization - Similarly to #2139, this is a proposal for modernization of everything related to generation layers. ## Current Design First, have a look at the common usage of the current (1.3) TML's generation pass designs: ```cs public class WorldGenSystem : ModSystem { // ... ...
main
generation passes modernization similarly to this is a proposal for modernization of everything related to generation layers current design first have a look at the common usage of the current tml s generation pass designs cs public class worldgensystem modsystem p...
1
4,835
24,928,573,649
IssuesEvent
2022-10-31 09:40:24
pypiserver/pypiserver
https://api.github.com/repos/pypiserver/pypiserver
closed
Reboot project CI/CD
type.Maintainance
# What Reboot the CI/CD to get the project a little bit up to speed and resume publishing new features. ## DOD This is an approximate list of things I think would be nice to set up to be fully operational, of course not all is a must but would be great to have. All suggestions are very welcome. - Deplo...
True
Reboot project CI/CD - # What Reboot the CI/CD to get the project a little bit up to speed and resume publishing new features. ## DOD This is an approximate list of things I think would be nice to set up to be fully operational, of course not all is a must but would be great to have. All suggestions are ver...
main
reboot project ci cd what reboot the ci cd to get the project a little bit up to speed and resume publishing new features dod this is an approximate list of things i think would be nice to set up to be fully operational of course not all is a must but would be great to have all suggestions are ver...
1
49,028
7,469,922,159
IssuesEvent
2018-04-03 01:43:05
dgraph-io/badger
https://api.github.com/repos/dgraph-io/badger
closed
Badger Writes Should Return an Error if DB is Closed
documentation help wanted low-pri
Currently, writes to a closed database result in a panic: ``` panic: send on closed channel goroutine 412 [running]: github.com/capsule8/reactive8/vendor/github.com/dgraph-io/badger.(*DB).sendToWriteCh(0xc42036a600, 0xc420bed2b0, 0x2, 0x2, 0xc420293bb8, 0x10, 0x89 /go/src/github.com/capsule8/reactive8...
1.0
Badger Writes Should Return an Error if DB is Closed - Currently, writes to a closed database result in a panic: ``` panic: send on closed channel goroutine 412 [running]: github.com/capsule8/reactive8/vendor/github.com/dgraph-io/badger.(*DB).sendToWriteCh(0xc42036a600, 0xc420bed2b0, 0x2, 0x2, 0xc420293bb8, 0x10...
non_main
badger writes should return an error if db is closed currently writes to a closed database result in a panic panic send on closed channel goroutine github com vendor github com dgraph io badger db sendtowritech go src github com vendor github com dgraph io...
0
5,780
30,631,531,366
IssuesEvent
2023-07-24 14:50:04
jupyter-naas/awesome-notebooks
https://api.github.com/repos/jupyter-naas/awesome-notebooks
closed
Pandas - Format URL as clickable link on column
templates maintainer
This notebook will show how to format a URL as a clickable link on a column of a Pandas DataFrame. This is usefull for organizations to quickly access to a website from a DataFrame.
True
Pandas - Format URL as clickable link on column - This notebook will show how to format a URL as a clickable link on a column of a Pandas DataFrame. This is usefull for organizations to quickly access to a website from a DataFrame.
main
pandas format url as clickable link on column this notebook will show how to format a url as a clickable link on a column of a pandas dataframe this is usefull for organizations to quickly access to a website from a dataframe
1
20,651
3,830,327,271
IssuesEvent
2016-03-31 14:15:17
hioa-cs/IncludeOS
https://api.github.com/repos/hioa-cs/IncludeOS
opened
Porting disk-creation to Mac
OS X Test VirtualBox
All of the disk tests use gnu/posix programs to automate creation of disk images and filesystems. This means the tests can't be run automatically on OSX. The tests need to be ported in a simple manner so as not to introduce too much difference between the tests. Additionally, the disks that aren't linked into the se...
1.0
Porting disk-creation to Mac - All of the disk tests use gnu/posix programs to automate creation of disk images and filesystems. This means the tests can't be run automatically on OSX. The tests need to be ported in a simple manner so as not to introduce too much difference between the tests. Additionally, the disks...
non_main
porting disk creation to mac all of the disk tests use gnu posix programs to automate creation of disk images and filesystems this means the tests can t be run automatically on osx the tests need to be ported in a simple manner so as not to introduce too much difference between the tests additionally the disks...
0
3,002
11,042,477,527
IssuesEvent
2019-12-09 09:15:02
expo/expo-cli
https://api.github.com/repos/expo/expo-cli
closed
Zip end of central directory signature not found
needs response from maintainer
# READ THIS FIRST, PLEASE! We're looking to keep questions on our forums and bug reports on the GitHub repo -- please choose whichever you feel is more appropriate for your issue: - Post in our community forums (log in with your Expo developer account): https://forums.expo.io/c/help - File a bug on the Expo CLI ...
True
Zip end of central directory signature not found - # READ THIS FIRST, PLEASE! We're looking to keep questions on our forums and bug reports on the GitHub repo -- please choose whichever you feel is more appropriate for your issue: - Post in our community forums (log in with your Expo developer account): https://f...
main
zip end of central directory signature not found read this first please we re looking to keep questions on our forums and bug reports on the github repo please choose whichever you feel is more appropriate for your issue post in our community forums log in with your expo developer account file...
1
6,065
2,582,811,371
IssuesEvent
2015-02-15 17:46:51
SoylentNews/slashcode
https://api.github.com/repos/SoylentNews/slashcode
closed
Add mod ban info to admin user info
Feature Request Priority: High
add the mod ban date field to the user info admins see when looking at a user page. This field should allow the admin to adjust the date to shorten the ban or to remove it. Or you could come up with a differnt UI if it seems better.
1.0
Add mod ban info to admin user info - add the mod ban date field to the user info admins see when looking at a user page. This field should allow the admin to adjust the date to shorten the ban or to remove it. Or you could come up with a differnt UI if it seems better.
non_main
add mod ban info to admin user info add the mod ban date field to the user info admins see when looking at a user page this field should allow the admin to adjust the date to shorten the ban or to remove it or you could come up with a differnt ui if it seems better
0
90,983
18,283,276,421
IssuesEvent
2021-10-05 07:25:59
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
Buggy abandoned outpost (ID taken by ...)
Bug Code Crash
- [yes] I have searched the issue tracker to check if the issue has already been reported. **Description** I got an error when entering an abandoned outpost, its generation is weird and it's missing some walls. ![image](https://user-images.githubusercontent.com/55637865/132111341-e930ae89-703f-49a4-894e-561c08ef9b...
1.0
Buggy abandoned outpost (ID taken by ...) - - [yes] I have searched the issue tracker to check if the issue has already been reported. **Description** I got an error when entering an abandoned outpost, its generation is weird and it's missing some walls. ![image](https://user-images.githubusercontent.com/55637865/...
non_main
buggy abandoned outpost id taken by i have searched the issue tracker to check if the issue has already been reported description i got an error when entering an abandoned outpost its generation is weird and it s missing some walls steps to reproduce use save attached version ...
0
5,013
25,759,611,025
IssuesEvent
2022-12-08 19:16:36
aws/aws-sam-cli
https://api.github.com/repos/aws/aws-sam-cli
closed
sam build and dotnet lambda package-ci produce different templates
platform/windows stage/needs-investigation maintainer/need-response
### Description sam build and dotnet lambda package-ci produce different templates ### Steps to reproduce 1. Create AWS Serverless App (C#) with Visual Studio 2019 AWS Toolkit. 2. Make sure you can successfully publish it from Visual Studio using 'publish AWS lambda" 3. Attempt to run it locally using sam lo...
True
sam build and dotnet lambda package-ci produce different templates - ### Description sam build and dotnet lambda package-ci produce different templates ### Steps to reproduce 1. Create AWS Serverless App (C#) with Visual Studio 2019 AWS Toolkit. 2. Make sure you can successfully publish it from Visual Studio ...
main
sam build and dotnet lambda package ci produce different templates description sam build and dotnet lambda package ci produce different templates steps to reproduce create aws serverless app c with visual studio aws toolkit make sure you can successfully publish it from visual studio usi...
1
1,419
6,187,961,124
IssuesEvent
2017-07-04 08:58:39
ocaml/opam-repository
https://api.github.com/repos/ocaml/opam-repository
closed
Alpine 3.3 broken with latest conf-which update
depext needs maintainer action
#9568 adds a depext under Alpine for the `which` package. That package does not exist under Alpine 3.3. Does depext support OS version constraints by any chance? If not, is Alpine 3.3 considered new enough to be supported? If this is fixable I'd be happy to make a PR.
True
Alpine 3.3 broken with latest conf-which update - #9568 adds a depext under Alpine for the `which` package. That package does not exist under Alpine 3.3. Does depext support OS version constraints by any chance? If not, is Alpine 3.3 considered new enough to be supported? If this is fixable I'd be happy to make a...
main
alpine broken with latest conf which update adds a depext under alpine for the which package that package does not exist under alpine does depext support os version constraints by any chance if not is alpine considered new enough to be supported if this is fixable i d be happy to make a pr...
1
17,414
11,995,503,888
IssuesEvent
2020-04-08 15:18:17
solo-io/service-mesh-hub
https://api.github.com/repos/solo-io/service-mesh-hub
opened
Expose controller-runtime metrics for multicluster managers
Area: Usability
The controller-runtime manager by default emits a slew of metrics as can be seen [here](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/manager?tab=doc#Options). Unfortunately these metrics do not scale well for our multi cluster use case. Each cluster requires its own manager, and each manager requires a unique ...
True
Expose controller-runtime metrics for multicluster managers - The controller-runtime manager by default emits a slew of metrics as can be seen [here](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/manager?tab=doc#Options). Unfortunately these metrics do not scale well for our multi cluster use case. Each cluster...
non_main
expose controller runtime metrics for multicluster managers the controller runtime manager by default emits a slew of metrics as can be seen unfortunately these metrics do not scale well for our multi cluster use case each cluster requires its own manager and each manager requires a unique bind port to emit met...
0
1,121
4,989,605,802
IssuesEvent
2016-12-08 12:28:56
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
docker_container does not allow to disable container logging via log_driver
affects_2.2 bug_report cloud docker waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME docker_container ##### ANSIBLE VERSION ``` ansible 2.2.0 (devel 28feba2fb3) last updated 2016/09/14 12:25:32 (GMT +200) lib/ansible/modules/core: (detached HEAD ae6992bf8c) last updated 2016/09/14 12:25:32 (GMT +200) lib/ansible/modules/extras: (detached HEAD afd...
True
docker_container does not allow to disable container logging via log_driver - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME docker_container ##### ANSIBLE VERSION ``` ansible 2.2.0 (devel 28feba2fb3) last updated 2016/09/14 12:25:32 (GMT +200) lib/ansible/modules/core: (detached HEAD ae6992bf8c) last updated 2...
main
docker container does not allow to disable container logging via log driver issue type bug report component name docker container ansible version ansible devel last updated gmt lib ansible modules core detached head last updated gmt lib an...
1
35,100
6,412,910,234
IssuesEvent
2017-08-08 05:41:01
georgringer/news
https://api.github.com/repos/georgringer/news
closed
Documentation: Import realurl unique aliases for import of tt_news
Documentation Needs feedback from author t3dd
Would be nice to see a migration guide for Realurls unique aliases when importing from tt_news. ``` # Zwischentabelle erstellen CREATE TABLE tx_realurl_uniqalias_migration LIKE tx_realurl_uniqalias; # kopieren INSERT INTO tx_realurl_uniqalias_migration SELECT * FROM tx_realurl_uniqalias WHERE tablename='tt_news'...
1.0
Documentation: Import realurl unique aliases for import of tt_news - Would be nice to see a migration guide for Realurls unique aliases when importing from tt_news. ``` # Zwischentabelle erstellen CREATE TABLE tx_realurl_uniqalias_migration LIKE tx_realurl_uniqalias; # kopieren INSERT INTO tx_realurl_uniqalias_m...
non_main
documentation import realurl unique aliases for import of tt news would be nice to see a migration guide for realurls unique aliases when importing from tt news zwischentabelle erstellen create table tx realurl uniqalias migration like tx realurl uniqalias kopieren insert into tx realurl uniqalias m...
0
5,230
26,534,834,814
IssuesEvent
2023-01-19 14:58:44
mozilla/foundation.mozilla.org
https://api.github.com/repos/mozilla/foundation.mozilla.org
closed
Update GitHub templates to include 'needs grooming' label by default
engineering maintain
This is a follow-up ticket from [Create a GitHub action to add 'needs grooming' label to any ticket added to the repo #9708 ](https://github.com/mozilla/foundation.mozilla.org/issues/9708) The requirement is to update the following GitHub templates to include the label 'needs grooming' by default: - Design to D...
True
Update GitHub templates to include 'needs grooming' label by default - This is a follow-up ticket from [Create a GitHub action to add 'needs grooming' label to any ticket added to the repo #9708 ](https://github.com/mozilla/foundation.mozilla.org/issues/9708) The requirement is to update the following GitHub templa...
main
update github templates to include needs grooming label by default this is a follow up ticket from create a github action to add needs grooming label to any ticket added to the repo the requirement is to update the following github templates to include the label needs grooming by default desi...
1
3,777
15,892,224,400
IssuesEvent
2021-04-10 22:52:49
precice/tutorials
https://api.github.com/repos/precice/tutorials
closed
Create generic clean script
maintainability
As part of the [tutorial restructuring](https://github.com/orgs/precice/projects/5), we also want to change how cleaning works. Currently, every tutorial case has its own `Allclean` script located at the root of the case. This leads to a lot of code duplication. What we could do instead: * Solver-specific cleaning...
True
Create generic clean script - As part of the [tutorial restructuring](https://github.com/orgs/precice/projects/5), we also want to change how cleaning works. Currently, every tutorial case has its own `Allclean` script located at the root of the case. This leads to a lot of code duplication. What we could do instead:...
main
create generic clean script as part of the we also want to change how cleaning works currently every tutorial case has its own allclean script located at the root of the case this leads to a lot of code duplication what we could do instead solver specific cleaning scripts under tools clea...
1
3,473
13,312,468,102
IssuesEvent
2020-08-26 09:46:43
digitalpardoe/isyncit
https://api.github.com/repos/digitalpardoe/isyncit
closed
Browse Device Menu Item
Improvement No Longer Maintained
Again, more functionality like the Apple bluetooth menu bar item. This time a "Browse Device" option.
True
Browse Device Menu Item - Again, more functionality like the Apple bluetooth menu bar item. This time a "Browse Device" option.
main
browse device menu item again more functionality like the apple bluetooth menu bar item this time a browse device option
1
5,388
27,078,663,182
IssuesEvent
2023-02-14 12:29:43
grafana/k6-docs
https://api.github.com/repos/grafana/k6-docs
closed
Document "too many time series" performance insight.
Type: needsMaintainerHelp
Surfaced in #1018 , it seems the `too many time series` perf insight is missing. The basic structure already exists: ``` ## Too many time series - **Happens when:** - **What it might indicate:** - **Recommendations:** <Link to the "Cloud options" dropped tag option> ```
True
Document "too many time series" performance insight. - Surfaced in #1018 , it seems the `too many time series` perf insight is missing. The basic structure already exists: ``` ## Too many time series - **Happens when:** - **What it might indicate:** - **Recommendations:** <Link to the "Cloud options" ...
main
document too many time series performance insight surfaced in it seems the too many time series perf insight is missing the basic structure already exists too many time series happens when what it might indicate recommendations
1
84
2,607,911,299
IssuesEvent
2015-02-26 00:18:13
mranney/node_pcap
https://api.github.com/repos/mranney/node_pcap
opened
Do you have a project using this library? Tell us about it!
maintainance
We would like to have several examples of projects using this library to do cool things with packet capture data for the readme. If you are an author, contributor or fan of such a library please tell us about it! :smiley_cat:
True
Do you have a project using this library? Tell us about it! - We would like to have several examples of projects using this library to do cool things with packet capture data for the readme. If you are an author, contributor or fan of such a library please tell us about it! :smiley_cat:
main
do you have a project using this library tell us about it we would like to have several examples of projects using this library to do cool things with packet capture data for the readme if you are an author contributor or fan of such a library please tell us about it smiley cat
1
49,495
13,187,220,595
IssuesEvent
2020-08-13 02:43:50
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[topsimulator] has a number of #warnings (Trac #1529)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1529">https://code.icecube.wisc.edu/ticket/1529</a>, reported by kjmeagher and owned by jgonzalez</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:35", "description": "These look like TODOs...
1.0
[topsimulator] has a number of #warnings (Trac #1529) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1529">https://code.icecube.wisc.edu/ticket/1529</a>, reported by kjmeagher and owned by jgonzalez</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-...
non_main
has a number of warnings trac migrated from json status closed changetime description these look like todos reporter kjmeagher cc resolution fixed ts component combo simulation summary ...
0
585,439
17,497,424,664
IssuesEvent
2021-08-10 03:44:38
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[search] Error occurs while searching aggregations with data field ending with _mvs
bug priority: medium
## Describe the bug Adding the following object to an item's XML file, searching with ES causes an error about fielddata is disabled: ``` <document_o> <item> <fileType_mvs>html</fileType_mvs> </item> </document_o> ``` See the error below. ## To Reproduce Steps to reproduce the behavior: 1. Op...
1.0
[search] Error occurs while searching aggregations with data field ending with _mvs - ## Describe the bug Adding the following object to an item's XML file, searching with ES causes an error about fielddata is disabled: ``` <document_o> <item> <fileType_mvs>html</fileType_mvs> </item> </document_o> `...
non_main
error occurs while searching aggregations with data field ending with mvs describe the bug adding the following object to an item s xml file searching with es causes an error about fielddata is disabled html see the error below to reproduce steps to reproduce th...
0
5,433
27,243,126,751
IssuesEvent
2023-02-21 22:27:12
simplesamlphp/simplesamlphp
https://api.github.com/repos/simplesamlphp/simplesamlphp
opened
Move custom error- and exception-handler to class
maintainability
**Is your feature request related to a problem? Please describe.** Currently the custom handlers are functions defined in `public/_include.php` which makes it hard, if not impossible, to unit-test them. **Describe the solution you'd like** I think we should move them to (a) separate class(es) somewhere within the ...
True
Move custom error- and exception-handler to class - **Is your feature request related to a problem? Please describe.** Currently the custom handlers are functions defined in `public/_include.php` which makes it hard, if not impossible, to unit-test them. **Describe the solution you'd like** I think we should move ...
main
move custom error and exception handler to class is your feature request related to a problem please describe currently the custom handlers are functions defined in public include php which makes it hard if not impossible to unit test them describe the solution you d like i think we should move ...
1
32,361
13,795,086,070
IssuesEvent
2020-10-09 17:23:34
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Missing info for Azure setup
Pri2 assigned-to-author cloud-services/svc doc-enhancement triaged
1. Had to add co-administrator under Access control (IAM) | Classic administrators Used my user. 2. Checking on your account, you may have to elevate your Global Admin access within your tenant in order to be able to deploy a resource. Please see how to do so in the link below: https://docs.microsoft.com/en-us/azure/ro...
1.0
Missing info for Azure setup - 1. Had to add co-administrator under Access control (IAM) | Classic administrators Used my user. 2. Checking on your account, you may have to elevate your Global Admin access within your tenant in order to be able to deploy a resource. Please see how to do so in the link below: https://do...
non_main
missing info for azure setup had to add co administrator under access control iam classic administrators used my user checking on your account you may have to elevate your global admin access within your tenant in order to be able to deploy a resource please see how to do so in the link below under ‘a...
0
2,255
7,930,499,671
IssuesEvent
2018-07-06 19:06:31
AadityaNair/ProjectNephos
https://api.github.com/repos/AadityaNair/ProjectNephos
opened
[handlers]: Consistent run and execute_command
maintainability
`run` and `execute_command` are two interfaces for each handler. The former is for command-line usage while the latter is used when using programatically. Technically both should perform the same function with `run` calling `execute_command` and parsing/pretty printing it's output. But right now, that is not the cas...
True
[handlers]: Consistent run and execute_command - `run` and `execute_command` are two interfaces for each handler. The former is for command-line usage while the latter is used when using programatically. Technically both should perform the same function with `run` calling `execute_command` and parsing/pretty printin...
main
consistent run and execute command run and execute command are two interfaces for each handler the former is for command line usage while the latter is used when using programatically technically both should perform the same function with run calling execute command and parsing pretty printing it s ou...
1
3,760
15,803,092,130
IssuesEvent
2021-04-03 12:50:36
arcticicestudio/styleguide-javascript
https://api.github.com/repos/arcticicestudio/styleguide-javascript
opened
Migrate to "tmpl" template repository
context-techstack context-workflow scope-compatibility scope-dx scope-maintainability scope-quality type-improvement
<p align="center"><img src="https://github.com/svengreb/tmpl/blob/main/assets/images/repository-hero.svg?raw=true"/></p> Migrate the project setup, structure and development workflow [from version 0.9.0][svengreb/tmpl-rl-v0.9.0] of the [“tmpl“ template repository][svengreb/tmpl]. Additionally specific assets like t...
True
Migrate to "tmpl" template repository - <p align="center"><img src="https://github.com/svengreb/tmpl/blob/main/assets/images/repository-hero.svg?raw=true"/></p> Migrate the project setup, structure and development workflow [from version 0.9.0][svengreb/tmpl-rl-v0.9.0] of the [“tmpl“ template repository][svengreb/tmp...
main
migrate to tmpl template repository img src migrate the project setup structure and development workflow of the additionally specific assets like the repository hero image will be replaced and documentations like the readme and github issue pr templates will be adjusted
1
3,024
11,185,168,791
IssuesEvent
2019-12-31 22:56:26
laminas/laminas-http
https://api.github.com/repos/laminas/laminas-http
opened
SetCookie: leading dot in domain
Awaiting Maintainer Response
I have an issue with `SetCookie::isValidForRequest()`. There is an unexpected behavior with cookies, while requesting. The problem is that `SetCookie` for "**.**example.com" do not applying to "www.example.com" or even to "example.com". Due to [RFC6265-4.1.2.3](http://tools.ietf.org/html/rfc6265#section-4.1.2.3) it m...
True
SetCookie: leading dot in domain - I have an issue with `SetCookie::isValidForRequest()`. There is an unexpected behavior with cookies, while requesting. The problem is that `SetCookie` for "**.**example.com" do not applying to "www.example.com" or even to "example.com". Due to [RFC6265-4.1.2.3](http://tools.ietf.org...
main
setcookie leading dot in domain i have an issue with setcookie isvalidforrequest there is an unexpected behavior with cookies while requesting the problem is that setcookie for example com do not applying to or even to example com due to it must pass cookie with domain example com ...
1
5,070
25,960,112,080
IssuesEvent
2022-12-18 19:47:07
cran-task-views/Hydrology
https://api.github.com/repos/cran-task-views/Hydrology
closed
Package 'boussinesq' has been archived on CRAN for more than 60 days
maintainer-contacted
Package [boussinesq](https://CRAN.R-project.org/package=boussinesq) is currently listed in CRAN Task View [Hydrology](https://CRAN.R-project.org/view=Hydrology) but the package has actually been archived for more than 60 days on CRAN. Often this indicates that the package is currently not sufficiently actively maintai...
True
Package 'boussinesq' has been archived on CRAN for more than 60 days - Package [boussinesq](https://CRAN.R-project.org/package=boussinesq) is currently listed in CRAN Task View [Hydrology](https://CRAN.R-project.org/view=Hydrology) but the package has actually been archived for more than 60 days on CRAN. Often this in...
main
package boussinesq has been archived on cran for more than days package is currently listed in cran task view but the package has actually been archived for more than days on cran often this indicates that the package is currently not sufficiently actively maintained and should be excluded from the ta...
1
5,198
26,424,494,533
IssuesEvent
2023-01-14 01:54:49
tgstation/tgstation
https://api.github.com/repos/tgstation/tgstation
closed
Two weird define things I noticed with jobs
Maintainability/Hinders improvements
## Reproduction: Neither of these cause immediate issues but they may in the future (just leaving these here so I don't forget) 1. Chemist uses "Chief Medical Officer" as a department head rather than the define `JOB_CHIEF_MEDICAL_OFFICER` https://github.com/tgstation/tgstation/blob/837c74ffb76a103b736028ec4...
True
Two weird define things I noticed with jobs - ## Reproduction: Neither of these cause immediate issues but they may in the future (just leaving these here so I don't forget) 1. Chemist uses "Chief Medical Officer" as a department head rather than the define `JOB_CHIEF_MEDICAL_OFFICER` https://github.com/tgst...
main
two weird define things i noticed with jobs reproduction neither of these cause immediate issues but they may in the future just leaving these here so i don t forget chemist uses chief medical officer as a department head rather than the define job chief medical officer chaplain and ca...
1
43,706
5,683,701,111
IssuesEvent
2017-04-13 13:24:19
fabric8io/fabric8-ux
https://api.github.com/repos/fabric8io/fabric8-ux
closed
VISUALS (SPECS): IA
visual design
Verification Requirements: Refer to previous visual story: [VISUALS: IA](https://github.com/fabric8io/fabric8-ux/issues/93), then: - Add "Settings" to the top level nav - Figure out reasonable layout - Figure out User icon, Area icon, etc - Add specifications to previous visuals work - Post new visual specs to In...
1.0
VISUALS (SPECS): IA - Verification Requirements: Refer to previous visual story: [VISUALS: IA](https://github.com/fabric8io/fabric8-ux/issues/93), then: - Add "Settings" to the top level nav - Figure out reasonable layout - Figure out User icon, Area icon, etc - Add specifications to previous visuals work - Post ...
non_main
visuals specs ia verification requirements refer to previous visual story then add settings to the top level nav figure out reasonable layout figure out user icon area icon etc add specifications to previous visuals work post new visual specs to invision review with ux team members l...
0
331,088
10,060,072,456
IssuesEvent
2019-07-22 17:56:23
geekman9097/Tankery
https://api.github.com/repos/geekman9097/Tankery
closed
Player views (esp gunner) don't always line up with expectation.
Lower Priority bug
If, as in the case of the light hull, the turret is not in the center point of the vehicle, the cunner and commander views still draw from that center pint, rather than the center of the turret. this causes some weird offset when trying to fire the cannon.
1.0
Player views (esp gunner) don't always line up with expectation. - If, as in the case of the light hull, the turret is not in the center point of the vehicle, the cunner and commander views still draw from that center pint, rather than the center of the turret. this causes some weird offset when trying to fire the c...
non_main
player views esp gunner don t always line up with expectation if as in the case of the light hull the turret is not in the center point of the vehicle the cunner and commander views still draw from that center pint rather than the center of the turret this causes some weird offset when trying to fire the c...
0
336,258
24,491,061,610
IssuesEvent
2022-10-10 01:57:33
vamsitadikonda/chat-defender-bot
https://api.github.com/repos/vamsitadikonda/chat-defender-bot
closed
Badges inconsistent
bug documentation
The Lines badge is inconsistent. We also need to add more badges like the commit activity badge, pull requests data and provide badges for the technologies used in the README file.
1.0
Badges inconsistent - The Lines badge is inconsistent. We also need to add more badges like the commit activity badge, pull requests data and provide badges for the technologies used in the README file.
non_main
badges inconsistent the lines badge is inconsistent we also need to add more badges like the commit activity badge pull requests data and provide badges for the technologies used in the readme file
0
267,564
23,306,787,071
IssuesEvent
2022-08-08 02:30:30
apache/pulsar
https://api.github.com/repos/apache/pulsar
closed
Flaky-test: BrokerServiceThrottlingTest.testLookupThrottlingForClientByBroker
flaky-tests lifecycle/stale
<!--- Instructions for reporting a flaky test using this issue template: 1. Replace [test class] in title and body with the test class name 2. Replace [test method] in title and body with the test method that failed. Multiple methods are flaky, remove the content that refers to the test method. 3. Replace "url...
1.0
Flaky-test: BrokerServiceThrottlingTest.testLookupThrottlingForClientByBroker - <!--- Instructions for reporting a flaky test using this issue template: 1. Replace [test class] in title and body with the test class name 2. Replace [test method] in title and body with the test method that failed. Multiple method...
non_main
flaky test brokerservicethrottlingtest testlookupthrottlingforclientbybroker instructions for reporting a flaky test using this issue template replace in title and body with the test class name replace in title and body with the test method that failed multiple methods are flaky remove the...
0
5,064
25,944,496,919
IssuesEvent
2022-12-16 22:20:11
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
closed
Messy spacing in table links section of table inspector
type: bug work: frontend status: ready restricted: maintainers
We seem to have lost some margin here: ![image](https://user-images.githubusercontent.com/42411/207872153-9fb17b48-3c5e-4eb6-8788-8a99229fd0b9.png) For comparison, here's Figma: ![image](https://user-images.githubusercontent.com/42411/207872533-fd3a15f8-e62e-4639-8f82-2ff8cb04777b.png) I vaguely recall this UI bein...
True
Messy spacing in table links section of table inspector - We seem to have lost some margin here: ![image](https://user-images.githubusercontent.com/42411/207872153-9fb17b48-3c5e-4eb6-8788-8a99229fd0b9.png) For comparison, here's Figma: ![image](https://user-images.githubusercontent.com/42411/207872533-fd3a15f8-e62e-...
main
messy spacing in table links section of table inspector we seem to have lost some margin here for comparison here s figma i vaguely recall this ui being properly spaced somewhat recently so perhaps this is a regression cc rajatvijay
1
7,325
24,648,542,428
IssuesEvent
2022-10-17 16:37:34
bcgov/api-services-portal
https://api.github.com/repos/bcgov/api-services-portal
closed
Cypress Test - Verify the activity failure in UI if any activity is failed
automation
- [ ] Find the scenarios to list an activity as failed status - [ ] Create Cypress Test to verify the failed activity in UI and API response 1. Make the access request for invalid profile 1.1 Developer logs in 1.2 Creates an application 1.3 Creates an access request 2. Create API, Product, and Authorization Profiles;...
1.0
Cypress Test - Verify the activity failure in UI if any activity is failed - - [ ] Find the scenarios to list an activity as failed status - [ ] Create Cypress Test to verify the failed activity in UI and API response 1. Make the access request for invalid profile 1.1 Developer logs in 1.2 Creates an application 1.3 ...
non_main
cypress test verify the activity failure in ui if any activity is failed find the scenarios to list an activity as failed status create cypress test to verify the failed activity in ui and api response make the access request for invalid profile developer logs in creates an application crea...
0
4,402
22,617,276,814
IssuesEvent
2022-06-30 00:15:48
aws/aws-sam-cli
https://api.github.com/repos/aws/aws-sam-cli
closed
ImportError: cannot import name 'escape' from 'jinja2'
type/bug stage/needs-investigation maintainer/need-followup
### Description: During sam build we faced an issue: ImportError: cannot import name 'escape' from 'jinja2' (/usr/local/lib/python3.7/dist-packages/jinja2/__init__.py) ### Steps to reproduce: sam build ### Additional environment details (Ex: Windows, Mac, Amazon Linux etc) 1. OS: alpine 2. `sam --version`:...
True
ImportError: cannot import name 'escape' from 'jinja2' - ### Description: During sam build we faced an issue: ImportError: cannot import name 'escape' from 'jinja2' (/usr/local/lib/python3.7/dist-packages/jinja2/__init__.py) ### Steps to reproduce: sam build ### Additional environment details (Ex: Windows, Mac...
main
importerror cannot import name escape from description during sam build we faced an issue importerror cannot import name escape from usr local lib dist packages init py steps to reproduce sam build additional environment details ex windows mac amazon linux etc ...
1
81,845
31,767,809,875
IssuesEvent
2023-09-12 09:50:14
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
Should IMap.getAll be retryable by default
Type: Defect Team: Client
Should we have the IMap.getAll codec be `retryable` by default? Currently, the `retryable` flag on the codec is `false`. See the discussion at slack thread [here](https://hazelcast.slack.com/archives/C034YQBTG/p1692193035936409?thread_ts=1692151436.711519&cid=C034YQBTG).
1.0
Should IMap.getAll be retryable by default - Should we have the IMap.getAll codec be `retryable` by default? Currently, the `retryable` flag on the codec is `false`. See the discussion at slack thread [here](https://hazelcast.slack.com/archives/C034YQBTG/p1692193035936409?thread_ts=1692151436.711519&cid=C034YQBTG).
non_main
should imap getall be retryable by default should we have the imap getall codec be retryable by default currently the retryable flag on the codec is false see the discussion at slack thread
0
253,630
27,300,732,923
IssuesEvent
2023-02-24 01:33:20
panasalap/linux-4.19.72_1
https://api.github.com/repos/panasalap/linux-4.19.72_1
closed
CVE-2021-43975 (Medium) detected in linux-yoctov5.4.51 - autoclosed
security vulnerability
## CVE-2021-43975 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary> <p> <p>Yocto Linux Embedded kernel</p> <p>Library home page: <a href=https://gi...
True
CVE-2021-43975 (Medium) detected in linux-yoctov5.4.51 - autoclosed - ## CVE-2021-43975 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary> <p> <p>Yo...
non_main
cve medium detected in linux autoclosed cve medium severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in head commit a href found in base branch master vulnerable source files ...
0
5,239
26,553,242,181
IssuesEvent
2023-01-20 09:46:43
bazelbuild/intellij
https://api.github.com/repos/bazelbuild/intellij
reopened
Mac support: Bazel plugin doesn't work with C++ std lib and repositories
type: bug product: CLion os: macos lang: c++ awaiting-maintainer
I have checked and bazel binary is set correctly in the settings. #include <iostream> Would not be detected properly by CLion. I have some repositories (both new_Http_repository and new_local_repository, for things like gtest, easylogging and llvm), neither is detected by CLion now. Lots of warnings: Warnin...
True
Mac support: Bazel plugin doesn't work with C++ std lib and repositories - I have checked and bazel binary is set correctly in the settings. #include <iostream> Would not be detected properly by CLion. I have some repositories (both new_Http_repository and new_local_repository, for things like gtest, easylogging ...
main
mac support bazel plugin doesn t work with c std lib and repositories i have checked and bazel binary is set correctly in the settings include would not be detected properly by clion i have some repositories both new http repository and new local repository for things like gtest easylogging and llvm ...
1
3,090
11,741,740,265
IssuesEvent
2020-03-11 22:32:02
alacritty/alacritty
https://api.github.com/repos/alacritty/alacritty
closed
ToggleSimpleFullScreen increases window height by one line each time
A - deps B - bug C - waiting on maintainer H - macos S - winit/glutin
### System OS: macOS 10.14.6 Version: alacritty 0.4.1 (4d9253b) ### Logs Crashes: N/A Font/Terminal size: `alacritty -vv` ``` [2020-01-24 11:24] [INFO] Welcome to Alacritty [2020-01-24 11:24] [INFO] Configuration loaded from "/Users/mks/.alacritty.yml" [2020-01-24 11:24] [DEBUG] Estimated DPR: 2 [2020...
True
ToggleSimpleFullScreen increases window height by one line each time - ### System OS: macOS 10.14.6 Version: alacritty 0.4.1 (4d9253b) ### Logs Crashes: N/A Font/Terminal size: `alacritty -vv` ``` [2020-01-24 11:24] [INFO] Welcome to Alacritty [2020-01-24 11:24] [INFO] Configuration loaded from "/Users/...
main
togglesimplefullscreen increases window height by one line each time system os macos version alacritty logs crashes n a font terminal size alacritty vv welcome to alacritty configuration loaded from users mks alacritty yml estimated dpr estim...
1
178,025
14,658,270,741
IssuesEvent
2020-12-28 17:29:49
balaJS/mp3bot
https://api.github.com/repos/balaJS/mp3bot
opened
Docs
documentation
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/ `DB Start: sudo systemctl start mongod` `DB status check: sudo systemctl status mongod` `DB stop: sudo systemctl stop mongod` `DB reload: sudo systemctl restart mongod` `DB Shell: mongo`
1.0
Docs - https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/ `DB Start: sudo systemctl start mongod` `DB status check: sudo systemctl status mongod` `DB stop: sudo systemctl stop mongod` `DB reload: sudo systemctl restart mongod` `DB Shell: mongo`
non_main
docs db start sudo systemctl start mongod db status check sudo systemctl status mongod db stop sudo systemctl stop mongod db reload sudo systemctl restart mongod db shell mongo
0
1,868
6,577,492,913
IssuesEvent
2017-09-12 01:17:51
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
docker: can't launch container with memory_limit=0
affects_2.0 bug_report cloud docker waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME docker ##### ANSIBLE VERSION ``` ansible 2.0.1.0 ``` ##### CONFIGURATION default configuration ##### OS / ENVIRONMENT docker-1.10.3 ##### SUMMARY ansible module fails to launch containers with memory_limit=0 ##### STEPS TO REPRODUCE [root@js ~]# ansible -c local ...
True
docker: can't launch container with memory_limit=0 - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME docker ##### ANSIBLE VERSION ``` ansible 2.0.1.0 ``` ##### CONFIGURATION default configuration ##### OS / ENVIRONMENT docker-1.10.3 ##### SUMMARY ansible module fails to launch containers with memory_limit=0 ###...
main
docker can t launch container with memory limit issue type bug report component name docker ansible version ansible configuration default configuration os environment docker summary ansible module fails to launch containers with memory limit ...
1
1,141
4,998,883,182
IssuesEvent
2016-12-09 21:20:57
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
elasticache misses "Description" parameter
affects_2.1 aws cloud feature_idea waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Feature Idea ##### COMPONENT NAME elasticache ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.1.1.0 co...
True
elasticache misses "Description" parameter - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Feature Idea ##### COMPONENT NAME elasticache ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” betwe...
main
elasticache misses description parameter issue type feature idea component name elasticache ansible version ansible config file configured module search path default w o overrides os environment n a summary from the aws console i can set a descr...
1
5,711
30,188,940,009
IssuesEvent
2023-07-04 14:00:11
conbench/conbench
https://api.github.com/repos/conbench/conbench
opened
UI: show benchmarks in run: remove api layer indirection, use first-class objects
maintainability
analogous to #968 and #890. https://github.com/conbench/conbench/blob/a60e6af944c10bd272fe649a6f128888afce7b53/conbench/app/runs.py#L121
True
UI: show benchmarks in run: remove api layer indirection, use first-class objects - analogous to #968 and #890. https://github.com/conbench/conbench/blob/a60e6af944c10bd272fe649a6f128888afce7b53/conbench/app/runs.py#L121
main
ui show benchmarks in run remove api layer indirection use first class objects analogous to and
1
280,289
21,216,497,632
IssuesEvent
2022-04-11 07:53:21
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
opened
Docs for #1004 [Bug] No error is shown on navigation if page name is invalid
Documentation User Education Pod
Field | Details -----|----- **POD** | FE Coders Pod **Parent Ticket** | #1004 Engineer | Release Date | Live Date | First Draft | Auto Assign | Priority | Environment |
1.0
Docs for #1004 [Bug] No error is shown on navigation if page name is invalid - Field | Details -----|----- **POD** | FE Coders Pod **Parent Ticket** | #1004 Engineer | Release Date | Live Date | First Draft | Auto Assign | Priority | ...
non_main
docs for no error is shown on navigation if page name is invalid field details pod fe coders pod parent ticket engineer release date live date first draft auto assign priority env...
0
426,802
29,660,872,026
IssuesEvent
2023-06-10 06:03:01
kubecub/docs
https://api.github.com/repos/kubecub/docs
closed
Bug reports for links in kubecub docs
kind/documentation triage/unresolved report
## Summary | Status | Count | |---------------|-------| | 🔍 Total | 2045 | | ✅ Successful | 1602 | | ⏳ Timeouts | 128 | | 🔀 Redirected | 0 | | 👻 Excluded | 1 | | ❓ Unknown | 0 | | 🚫 Errors | 314 | ## Errors per input ### Errors in docs/iam/projects/54.md * [TIMEOUT] [htt...
1.0
Bug reports for links in kubecub docs - ## Summary | Status | Count | |---------------|-------| | 🔍 Total | 2045 | | ✅ Successful | 1602 | | ⏳ Timeouts | 128 | | 🔀 Redirected | 0 | | 👻 Excluded | 1 | | ❓ Unknown | 0 | | 🚫 Errors | 314 | ## Errors per input ### Errors in d...
non_main
bug reports for links in kubecub docs summary status count 🔍 total ✅ successful ⏳ timeouts 🔀 redirected 👻 excluded ❓ unknown 🚫 errors errors per input errors in docs iam pr...
0
5,175
26,345,586,765
IssuesEvent
2023-01-10 21:44:25
mozilla/foundation.mozilla.org
https://api.github.com/repos/mozilla/foundation.mozilla.org
opened
Optimize PNGs
engineering maintain needs grooming
Many PNGs in the codebase can be optimized through the `inv npm "run optimize:png"` command. Let's do that. We should also pay attention to Percy flags in the PR in case any image quality gets messed up during the optimization process.
True
Optimize PNGs - Many PNGs in the codebase can be optimized through the `inv npm "run optimize:png"` command. Let's do that. We should also pay attention to Percy flags in the PR in case any image quality gets messed up during the optimization process.
main
optimize pngs many pngs in the codebase can be optimized through the inv npm run optimize png command let s do that we should also pay attention to percy flags in the pr in case any image quality gets messed up during the optimization process
1