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
333,295
10,120,174,226
IssuesEvent
2019-07-31 13:12:58
prisma/prisma2
https://api.github.com/repos/prisma/prisma2
closed
Studio goes blank
bug/2-confirmed kind/bug priority/mid
For some reason I can't replicate again, the studio view was going blank when I pressed the Tab key to go to the next field either in the "view" or "table list" when creating a new record. I ended the dev session and started again and it didn't happen. But this one kept on happening, I think it's related: try typ...
1.0
Studio goes blank - For some reason I can't replicate again, the studio view was going blank when I pressed the Tab key to go to the next field either in the "view" or "table list" when creating a new record. I ended the dev session and started again and it didn't happen. But this one kept on happening, I think it's...
non_main
studio goes blank for some reason i can t replicate again the studio view was going blank when i pressed the tab key to go to the next field either in the view or table list when creating a new record i ended the dev session and started again and it didn t happen but this one kept on happening i think it s...
0
29,201
11,726,314,100
IssuesEvent
2020-03-10 14:20:32
jhdcruz/BlackPearl-website
https://api.github.com/repos/jhdcruz/BlackPearl-website
closed
WS-2020-0042 (Medium) detected in acorn-6.4.0.tgz
security vulnerability
## WS-2020-0042 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>acorn-6.4.0.tgz</b></p></summary> <p>ECMAScript parser</p> <p>Library home page: <a href="https://registry.npmjs.org/a...
True
WS-2020-0042 (Medium) detected in acorn-6.4.0.tgz - ## WS-2020-0042 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>acorn-6.4.0.tgz</b></p></summary> <p>ECMAScript parser</p> <p>Libr...
non_main
ws medium detected in acorn tgz ws medium severity vulnerability vulnerable library acorn tgz ecmascript parser library home page a href path to dependency file tmp ws scm blackpearl website package json path to vulnerable library tmp ws scm blackpearl website node...
0
322,034
23,886,230,710
IssuesEvent
2022-09-08 07:54:00
puppeteer/puppeteer
https://api.github.com/repos/puppeteer/puppeteer
closed
How to select the current element using `$eval` and/or `$$eval`?
needs-feedback documentation
I know I can do this by [$()](https://github.com/puppeteer/puppeteer/blob/v16.2.0/docs/api/puppeteer.elementhandle._.md) and [$$()](https://github.com/puppeteer/puppeteer/blob/v16.2.0/docs/api/puppeteer.elementhandle.__.md). But do I have to specify something other than the current element as the `selector` parameter o...
1.0
How to select the current element using `$eval` and/or `$$eval`? - I know I can do this by [$()](https://github.com/puppeteer/puppeteer/blob/v16.2.0/docs/api/puppeteer.elementhandle._.md) and [$$()](https://github.com/puppeteer/puppeteer/blob/v16.2.0/docs/api/puppeteer.elementhandle.__.md). But do I have to specify som...
non_main
how to select the current element using eval and or eval i know i can do this by and but do i have to specify something other than the current element as the selector parameter of and i haven t found the css selector that represents current element it d be great if puppeteer could pro...
0
543,486
15,882,978,451
IssuesEvent
2021-04-09 16:45:10
mozilla/addons-server
https://api.github.com/repos/mozilla/addons-server
closed
Developer dashboard page is slow for most users since the switch to MySQL 8.0.x
component: operations component: performance priority: p3
We've not tried to particularly optimize https://addons.mozilla.org/developers/addons (it was never fast, but it was fast enough for it's purpose) but recently (from around January 25th, according to stats) has become very slow (~15 seconds). We should investigate if any code changes caused the slowdown (possible,...
1.0
Developer dashboard page is slow for most users since the switch to MySQL 8.0.x - We've not tried to particularly optimize https://addons.mozilla.org/developers/addons (it was never fast, but it was fast enough for it's purpose) but recently (from around January 25th, according to stats) has become very slow (~15 secon...
non_main
developer dashboard page is slow for most users since the switch to mysql x we ve not tried to particularly optimize it was never fast but it was fast enough for it s purpose but recently from around january according to stats has become very slow seconds we should investigate if any code cha...
0
3,567
14,273,323,281
IssuesEvent
2020-11-21 21:05:28
geolexica/geolexica-server
https://api.github.com/repos/geolexica/geolexica-server
opened
Build JavaScripts somewhere in this project
javascript maintainability
Right now every site has its very own `package.json`. That isn't good, because we can't specify common requirements in one central place. For example, I'd really like to add dependency on Babel's [plugin for transpiling Unicode regexps](https://www.npmjs.com/package/@babel/plugin-proposal-unicode-property-regex), which...
True
Build JavaScripts somewhere in this project - Right now every site has its very own `package.json`. That isn't good, because we can't specify common requirements in one central place. For example, I'd really like to add dependency on Babel's [plugin for transpiling Unicode regexps](https://www.npmjs.com/package/@babel/...
main
build javascripts somewhere in this project right now every site has its very own package json that isn t good because we can t specify common requirements in one central place for example i d really like to add dependency on babel s which is important for us even though it s now bundled with babel as...
1
1,253
5,316,712,187
IssuesEvent
2017-02-13 20:36:59
christoff-buerger/racr
https://api.github.com/repos/christoff-buerger/racr
closed
replace which in Bash scripts by command -v
low maintainability
The `list-scheme-systems.bash` script is using `which` to find installed _R6RS Scheme_ systems that are officially supported by _RACR_. To use `which` in shell scripts is problematic however, since it is not a built-in command: * External command calls are more expensive than built-ins. * The semantics of the actua...
True
replace which in Bash scripts by command -v - The `list-scheme-systems.bash` script is using `which` to find installed _R6RS Scheme_ systems that are officially supported by _RACR_. To use `which` in shell scripts is problematic however, since it is not a built-in command: * External command calls are more expensive ...
main
replace which in bash scripts by command v the list scheme systems bash script is using which to find installed scheme systems that are officially supported by racr to use which in shell scripts is problematic however since it is not a built in command external command calls are more expensive tha...
1
1,913
6,577,578,665
IssuesEvent
2017-09-12 01:53:27
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Create VM with vsphere_guest from template and change IP address
affects_2.3 cloud feature_idea vmware waiting_on_maintainer
##### ISSUE TYPE Feature Idea ##### COMPONENT NAME vsphere_guest ##### ANSIBLE VERSION N/A ##### SUMMARY I need a way to create virtual machine (VM) from template and change ip address in the creation process.
True
Create VM with vsphere_guest from template and change IP address - ##### ISSUE TYPE Feature Idea ##### COMPONENT NAME vsphere_guest ##### ANSIBLE VERSION N/A ##### SUMMARY I need a way to create virtual machine (VM) from template and change ip address in the creation process.
main
create vm with vsphere guest from template and change ip address issue type feature idea component name vsphere guest ansible version n a summary i need a way to create virtual machine vm from template and change ip address in the creation process
1
160,803
20,118,880,275
IssuesEvent
2022-02-07 22:52:52
TreyM-WSS/whitesource-demo-1
https://api.github.com/repos/TreyM-WSS/whitesource-demo-1
opened
CVE-2021-23364 (Medium) detected in browserslist-4.7.0.tgz
security vulnerability
## CVE-2021-23364 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>browserslist-4.7.0.tgz</b></p></summary> <p>Share target browsers between different front-end tools, like Autoprefix...
True
CVE-2021-23364 (Medium) detected in browserslist-4.7.0.tgz - ## CVE-2021-23364 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>browserslist-4.7.0.tgz</b></p></summary> <p>Share targe...
non_main
cve medium detected in browserslist tgz cve medium severity vulnerability vulnerable library browserslist tgz share target browsers between different front end tools like autoprefixer stylelint and babel env preset library home page a href dependency hierarchy p...
0
143,246
13,056,800,695
IssuesEvent
2020-07-30 05:49:45
aws-samples/aws-cdk-intro-workshop
https://api.github.com/repos/aws-samples/aws-cdk-intro-workshop
closed
Workshop (Python) should advise about RetentionPolicy
documentation effort/small feature-request
_Originally posted by @telenieko in https://github.com/aws/aws-cdk/issues/7403 Hi, I just got bit by #3476, it is stated that this is intentional and documented but... Given it's a workshop, one would expect that the last step would destroy all created resources, which does not happen and there's no warning ab...
1.0
Workshop (Python) should advise about RetentionPolicy - _Originally posted by @telenieko in https://github.com/aws/aws-cdk/issues/7403 Hi, I just got bit by #3476, it is stated that this is intentional and documented but... Given it's a workshop, one would expect that the last step would destroy all created re...
non_main
workshop python should advise about retentionpolicy originally posted by telenieko in hi i just got bit by it is stated that this is intentional and documented but given it s a workshop one would expect that the last step would destroy all created resources which does not happen and there s n...
0
5,251
26,576,817,573
IssuesEvent
2023-01-21 23:09:03
Lissy93/dashy
https://api.github.com/repos/Lissy93/dashy
closed
[BUG] Vulnerabilities Widget Not Loading
🐛 Bug 👤 Awaiting Maintainer Response
### Environment Self-Hosted (Docker) ### System Docker version 20.10.22, build 3a2c30b ### Version 2.1.1 ### Describe the problem The vulnerabilities widget does not load with any combination of configuration, even with options specified. The message on the widget and in the logs is "Unable to fetch data". O...
True
[BUG] Vulnerabilities Widget Not Loading - ### Environment Self-Hosted (Docker) ### System Docker version 20.10.22, build 3a2c30b ### Version 2.1.1 ### Describe the problem The vulnerabilities widget does not load with any combination of configuration, even with options specified. The message on the widget and i...
main
vulnerabilities widget not loading environment self hosted docker system docker version build version describe the problem the vulnerabilities widget does not load with any combination of configuration even with options specified the message on the widget and in the logs is...
1
335,961
10,169,178,869
IssuesEvent
2019-08-07 23:18:15
AugurProject/augur
https://api.github.com/repos/AugurProject/augur
closed
Implement getAccountTimeRangedStats getter & tests
Feature Priority: High Product Critical
```ts export interface AccountTimeRangedStatsResult { // Yea. The ProfitLossChanged event then // Sum of unique entries (defined by market + outcome) with non-zero netPosition positions: number; // OrderEvent table for fill events (eventType == 3) where they are the orderCreator or orderFiller address ...
1.0
Implement getAccountTimeRangedStats getter & tests - ```ts export interface AccountTimeRangedStatsResult { // Yea. The ProfitLossChanged event then // Sum of unique entries (defined by market + outcome) with non-zero netPosition positions: number; // OrderEvent table for fill events (eventType == 3) wher...
non_main
implement getaccounttimerangedstats getter tests ts export interface accounttimerangedstatsresult yea the profitlosschanged event then sum of unique entries defined by market outcome with non zero netposition positions number orderevent table for fill events eventtype wher...
0
42,568
5,476,560,222
IssuesEvent
2017-03-11 21:47:51
ceylon/ceylon.ast
https://api.github.com/repos/ceylon/ceylon.ast
opened
Use ModuleSpecifier in ModuleImport
API design
The culmination of #128 and #129, in a way – when I implemented #128, we didn’t have a spec for #129 and `ModuleSpecifier` yet, and when I implemented #129, I didn’t notice that `ModuleImport` had also been updated again to use `ModuleSpecifier` too.
1.0
Use ModuleSpecifier in ModuleImport - The culmination of #128 and #129, in a way – when I implemented #128, we didn’t have a spec for #129 and `ModuleSpecifier` yet, and when I implemented #129, I didn’t notice that `ModuleImport` had also been updated again to use `ModuleSpecifier` too.
non_main
use modulespecifier in moduleimport the culmination of and in a way – when i implemented we didn’t have a spec for and modulespecifier yet and when i implemented i didn’t notice that moduleimport had also been updated again to use modulespecifier too
0
79,805
23,044,142,226
IssuesEvent
2022-07-23 16:22:11
Tombodil/Trope22
https://api.github.com/repos/Tombodil/Trope22
closed
Ongoing updates to launch - Notes and feedback
enhancement Building
### Ongoing changes and updates Changes per 7/17 meeting and other assorted changes =================================== HEADER -"Go" shortened, text centered, alignment adjusted to new 140px area margin (even margins r/l). --Dropdown adjusted to match tagline alignment. --Full logic for header adjusted, now a...
1.0
Ongoing updates to launch - Notes and feedback - ### Ongoing changes and updates Changes per 7/17 meeting and other assorted changes =================================== HEADER -"Go" shortened, text centered, alignment adjusted to new 140px area margin (even margins r/l). --Dropdown adjusted to match tagline ali...
non_main
ongoing updates to launch notes and feedback ongoing changes and updates changes per meeting and other assorted changes header go shortened text centered alignment adjusted to new area margin even margins r l dropdown adjusted to match tagline alignmen...
0
83,974
7,886,274,780
IssuesEvent
2018-06-27 14:49:19
hazelcast/hazelcast-nodejs-client
https://api.github.com/repos/hazelcast/hazelcast-nodejs-client
closed
Map Partition Aware put
Type: Test-Failure
https://hazelcast-l337.ci.cloudbees.com/view/Official%20Builds/job/NodeJS-4/431/console ``` 06:51:12 Map Partition Aware 06:51:28 [DefaultLogger] INFO at ClusterService: Members received. 06:51:28 [ Member { 06:51:28 address: Address { host: 'localhost', port: 5701, type: 0 }, 06:51:28 uuid: 'f690d1ea...
1.0
Map Partition Aware put - https://hazelcast-l337.ci.cloudbees.com/view/Official%20Builds/job/NodeJS-4/431/console ``` 06:51:12 Map Partition Aware 06:51:28 [DefaultLogger] INFO at ClusterService: Members received. 06:51:28 [ Member { 06:51:28 address: Address { host: 'localhost', port: 5701, type: 0 }, 06...
non_main
map partition aware put map partition aware info at clusterservice members received member address address host localhost port type uuid islitemember false attributes member ...
0
1,542
6,572,233,227
IssuesEvent
2017-09-11 00:23:23
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
using NVM: npm module throws "ValueError: No JSON object could be decoded" the second time it's run
affects_2.0 bug_report waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### ANSIBLE VERSION ``` ansible 2.0.0.2 config file = /Users/oby/cermati-deployment/ansible.cfg configured module search path = /usr/share/ansible ``` ##### CONFIGURATION Nothing changed, I use the default configuration. ##### OS / ENVIRONMENT Running ansible on Mac Darwin Kernel...
True
using NVM: npm module throws "ValueError: No JSON object could be decoded" the second time it's run - ##### ISSUE TYPE - Bug Report ##### ANSIBLE VERSION ``` ansible 2.0.0.2 config file = /Users/oby/cermati-deployment/ansible.cfg configured module search path = /usr/share/ansible ``` ##### CONFIGURATION Nothing c...
main
using nvm npm module throws valueerror no json object could be decoded the second time it s run issue type bug report ansible version ansible config file users oby cermati deployment ansible cfg configured module search path usr share ansible configuration nothing c...
1
4,181
20,115,586,148
IssuesEvent
2022-02-07 19:09:41
backdrop-ops/contrib
https://api.github.com/repos/backdrop-ops/contrib
opened
Contrib Group Application:
Maintainer application
Hello and welcome to the contrib application process! We're happy to have you :) **Please indicate how you intend to help the Backdrop community by joining this group** Option 1 Option 2 My team would like to start the process of providing initial ports of certain modules for the Backdrop community. My team wou...
True
Contrib Group Application: - Hello and welcome to the contrib application process! We're happy to have you :) **Please indicate how you intend to help the Backdrop community by joining this group** Option 1 Option 2 My team would like to start the process of providing initial ports of certain modules for the Ba...
main
contrib group application hello and welcome to the contrib application process we re happy to have you please indicate how you intend to help the backdrop community by joining this group option option my team would like to start the process of providing initial ports of certain modules for the ba...
1
1,023
4,818,339,513
IssuesEvent
2016-11-04 16:06:11
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
Ansible 2.2.0.0 DNF module cannot manage package groups
bug_report in progress waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME dnf ##### ANSIBLE VERSION ```console $ ansible --version ansible 2.2.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/remove...
True
Ansible 2.2.0.0 DNF module cannot manage package groups - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME dnf ##### ANSIBLE VERSION ```console $ ansible --version ansible 2.2.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION ...
main
ansible dnf module cannot manage package groups issue type bug report component name dnf ansible version console ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides configuration ...
1
1,199
5,133,072,787
IssuesEvent
2017-01-11 01:40:20
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
s3 module is not idempotent for bucket creation (fails when bucket already exists)
affects_2.0 aws bug_report cloud waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> s3 ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes belo...
True
s3 module is not idempotent for bucket creation (fails when bucket already exists) - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> s3 ##### ANSI...
main
module is not idempotent for bucket creation fails when bucket already exists issue type bug report component name ansible version ansible config file configured module search path default w o overrides configuration mention any settings you...
1
60,544
3,130,516,127
IssuesEvent
2015-09-09 09:50:18
evanplaice/jquery-csv
https://api.github.com/repos/evanplaice/jquery-csv
closed
CSV values with embedded newlines do not work.
1 star bug imported Priority-Medium
_From [r...@acm.org](https://code.google.com/u/108598473804003844552/) on September 04, 2012 02:38:02_ Per the RFC (paragraph 2.6), this should be legal: "aaa","b CRLF bb","ccc" CRLF zzz,yyy,xxx I think the way to fix this might be to check to see if reValue consumed the entire line (check reValue.lastIndex). ...
1.0
CSV values with embedded newlines do not work. - _From [r...@acm.org](https://code.google.com/u/108598473804003844552/) on September 04, 2012 02:38:02_ Per the RFC (paragraph 2.6), this should be legal: "aaa","b CRLF bb","ccc" CRLF zzz,yyy,xxx I think the way to fix this might be to check to see if reValue con...
non_main
csv values with embedded newlines do not work from on september per the rfc paragraph this should be legal aaa b crlf bb ccc crlf zzz yyy xxx i think the way to fix this might be to check to see if revalue consumed the entire line check revalue lastindex if not see if it e...
0
2,796
10,018,719,348
IssuesEvent
2019-07-16 08:29:11
ipfs/package-managers
https://api.github.com/repos/ipfs/package-managers
closed
Package signing
Audience: Package manager maintainers Focus: Identity/security Type: Discussion
Many of the newer language package managers and registries have little or no support for package signing, and the ones that do don't always enforce signing of new packages, so the percentage of signed packages in a registry is often small. As IPFS becomes a viable mirror to package managers, some security conscious ...
True
Package signing - Many of the newer language package managers and registries have little or no support for package signing, and the ones that do don't always enforce signing of new packages, so the percentage of signed packages in a registry is often small. As IPFS becomes a viable mirror to package managers, some s...
main
package signing many of the newer language package managers and registries have little or no support for package signing and the ones that do don t always enforce signing of new packages so the percentage of signed packages in a registry is often small as ipfs becomes a viable mirror to package managers some s...
1
1,677
6,574,117,379
IssuesEvent
2017-09-11 11:33:54
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
yum: different results on CentOS vs RHEL
affects_2.2 bug_report waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> yum ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between...
True
yum: different results on CentOS vs RHEL - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> yum ##### ANSIBLE VERSION <!--- Paste verba...
main
yum different results on centos vs rhel issue type bug report component name yum ansible version ansible configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables ...
1
1,077
4,893,649,207
IssuesEvent
2016-11-19 00:12:42
ohmlabs/ohm
https://api.github.com/repos/ohmlabs/ohm
closed
make config params optional with defaults
maintainability
* `host` * `port` * `MONGO_DB` * `MONGO_PORT` * `MONGO_HOST` * `MONGODB_INSTANCE` * `REDIS_PORT` * `REDIS_HOST` * `SESSION_KEY` * `PARSE_PATH` * `PARSE_DASHBOARD` * `PARSE_SERVER_URL`
True
make config params optional with defaults - * `host` * `port` * `MONGO_DB` * `MONGO_PORT` * `MONGO_HOST` * `MONGODB_INSTANCE` * `REDIS_PORT` * `REDIS_HOST` * `SESSION_KEY` * `PARSE_PATH` * `PARSE_DASHBOARD` * `PARSE_SERVER_URL`
main
make config params optional with defaults host port mongo db mongo port mongo host mongodb instance redis port redis host session key parse path parse dashboard parse server url
1
349,858
24,959,070,342
IssuesEvent
2022-11-01 14:12:12
equinor/dcd
https://api.github.com/repos/equinor/dcd
closed
API Structure
documentation
### Project - GET `/projects/` Get all Projects and all data - GET `/projects/{ProjectID}` Get one project - POST `/projects/` create new project - PATCH `/projects/{ProjectID}` modify project - DELETE `/projects/{ProjectID}` delete project ### Case - POST `/cases/` Create new case - PATCH `/cases/{CaseID}/` ...
1.0
API Structure - ### Project - GET `/projects/` Get all Projects and all data - GET `/projects/{ProjectID}` Get one project - POST `/projects/` create new project - PATCH `/projects/{ProjectID}` modify project - DELETE `/projects/{ProjectID}` delete project ### Case - POST `/cases/` Create new case - PATCH `/c...
non_main
api structure project get projects get all projects and all data get projects projectid get one project post projects create new project patch projects projectid modify project delete projects projectid delete project case post cases create new case patch c...
0
299,922
9,205,972,539
IssuesEvent
2019-03-08 12:17:17
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
Allow for smaller icon display
Category: GUI Component: Easy fix? Component: Pull Request or Patch supplied Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Feature request
--- Author Name: **springmeyer -** (springmeyer -) Original Redmine Issue: 1276, https://issues.qgis.org/issues/1276 Original Assignee: Charles Timko - --- To go along with the improvements to the general QGIS layout in 0.11, adding the ability to specify/control the icon size would be a good user interface improv...
1.0
Allow for smaller icon display - --- Author Name: **springmeyer -** (springmeyer -) Original Redmine Issue: 1276, https://issues.qgis.org/issues/1276 Original Assignee: Charles Timko - --- To go along with the improvements to the general QGIS layout in 0.11, adding the ability to specify/control the icon size woul...
non_main
allow for smaller icon display author name springmeyer springmeyer original redmine issue original assignee charles timko to go along with the improvements to the general qgis layout in adding the ability to specify control the icon size would be a good user interface improvement...
0
5,874
31,884,339,380
IssuesEvent
2023-09-16 19:11:04
google/wasefire
https://api.github.com/repos/google/wasefire
closed
Update the npm installation
for:maintainability
The script currently used is deprecated. Follow the [new instructions](https://github.com/nodesource/distributions#installation-instructions) instead. Ideally, this could be made optional by detecting if the `nodejs` package is 16 or later and just install it in that case (it's probably only an issue with Ubuntu LTS or...
True
Update the npm installation - The script currently used is deprecated. Follow the [new instructions](https://github.com/nodesource/distributions#installation-instructions) instead. Ideally, this could be made optional by detecting if the `nodejs` package is 16 or later and just install it in that case (it's probably on...
main
update the npm installation the script currently used is deprecated follow the instead ideally this could be made optional by detecting if the nodejs package is or later and just install it in that case it s probably only an issue with ubuntu lts or debian stable
1
1,168
5,079,483,624
IssuesEvent
2016-12-28 20:20:10
duckduckgo/zeroclickinfo-spice
https://api.github.com/repos/duckduckgo/zeroclickinfo-spice
closed
Zanran: IA Disabled -- Over triggering, Poor Relevancy, Paywalled Content
Bug Low-Hanging Fruit Maintainer Timeout Relevancy Triggering
This IA has been disabled due to sever over triggering. It has several hundred vague trigger words which is simply too much and too broad. Relevancy of the results is also not very good. It looks like the Zanran now requires the user to sign-up to view result on their site as well which is poor experience for our users...
True
Zanran: IA Disabled -- Over triggering, Poor Relevancy, Paywalled Content - This IA has been disabled due to sever over triggering. It has several hundred vague trigger words which is simply too much and too broad. Relevancy of the results is also not very good. It looks like the Zanran now requires the user to sign-up...
main
zanran ia disabled over triggering poor relevancy paywalled content this ia has been disabled due to sever over triggering it has several hundred vague trigger words which is simply too much and too broad relevancy of the results is also not very good it looks like the zanran now requires the user to sign up...
1
696
4,257,760,256
IssuesEvent
2016-07-11 01:06:06
Particular/ServiceInsight
https://api.github.com/repos/Particular/ServiceInsight
closed
ServiceInsight keeps saying trial has ended even though a license key is installed correctly
Size: S Tag: Maintainer Prio Type: Bug
A customer riased an issue in a [support case](https://nservicebus.desk.com/agent/case/18537) related to a licensing misbehavior. They installed the licenses in the registry as per our documentation: ![image](https://cloud.githubusercontent.com/assets/1325611/16590153/a55a2020-42d6-11e6-8b5f-a7c926f94006.png) ...
True
ServiceInsight keeps saying trial has ended even though a license key is installed correctly - A customer riased an issue in a [support case](https://nservicebus.desk.com/agent/case/18537) related to a licensing misbehavior. They installed the licenses in the registry as per our documentation: ![image](https://cl...
main
serviceinsight keeps saying trial has ended even though a license key is installed correctly a customer riased an issue in a related to a licensing misbehavior they installed the licenses in the registry as per our documentation however si kept saying that the license was expired ...
1
5,685
29,924,457,251
IssuesEvent
2023-06-22 03:23:38
spicetify/spicetify-themes
https://api.github.com/repos/spicetify/spicetify-themes
closed
[Fluent] sidebar icons not properly aligned
☠️ unmaintained
![image](https://user-images.githubusercontent.com/50527002/197829604-b1c9bca1-ca27-4eff-9d17-1a3ee2772b10.png) I've tried reinstalling Spotify, spicetify and fluent but the problem keeps coming back to me. Any idea how to fix it?
True
[Fluent] sidebar icons not properly aligned - ![image](https://user-images.githubusercontent.com/50527002/197829604-b1c9bca1-ca27-4eff-9d17-1a3ee2772b10.png) I've tried reinstalling Spotify, spicetify and fluent but the problem keeps coming back to me. Any idea how to fix it?
main
sidebar icons not properly aligned i ve tried reinstalling spotify spicetify and fluent but the problem keeps coming back to me any idea how to fix it
1
3,723
15,390,671,740
IssuesEvent
2021-03-03 13:42:41
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
closed
Chromium client ID policy change
9.needs: maintainer feedback
I got this email from Google: > Hi, > > We are writing to let you know that Google will discontinue support for sign-ins to Google accounts from embedded browser frameworks, starting January 4, 2021. > > We are following up with you about a recent blog post outlining our effort to block less secure browsers and ...
True
Chromium client ID policy change - I got this email from Google: > Hi, > > We are writing to let you know that Google will discontinue support for sign-ins to Google accounts from embedded browser frameworks, starting January 4, 2021. > > We are following up with you about a recent blog post outlining our effort...
main
chromium client id policy change i got this email from google hi we are writing to let you know that google will discontinue support for sign ins to google accounts from embedded browser frameworks starting january we are following up with you about a recent blog post outlining our effort to...
1
2,507
8,655,459,768
IssuesEvent
2018-11-27 16:00:30
codestation/qcma
https://api.github.com/repos/codestation/qcma
closed
Font size bug in Backup Manager
bug unmaintained
I have Windows 10 x64 + fullhd resolution + 150% scaling. I have this bug on every QCMA versions. ![qcma scaling bug](https://cloud.githubusercontent.com/assets/2260980/20650025/e9db0344-b4dd-11e6-93a9-b0bb85dcf2c1.png)
True
Font size bug in Backup Manager - I have Windows 10 x64 + fullhd resolution + 150% scaling. I have this bug on every QCMA versions. ![qcma scaling bug](https://cloud.githubusercontent.com/assets/2260980/20650025/e9db0344-b4dd-11e6-93a9-b0bb85dcf2c1.png)
main
font size bug in backup manager i have windows fullhd resolution scaling i have this bug on every qcma versions
1
4,995
2,765,514,010
IssuesEvent
2015-04-29 20:59:00
sunlightlabs/the-phantom-mask
https://api.github.com/repos/sunlightlabs/the-phantom-mask
opened
As a user, I will be notified when my email does not successfully get sent to congress.
copy design
![email-reciept-failure](https://cloud.githubusercontent.com/assets/10213169/7401294/ea9d5080-ee90-11e4-9a4d-25c1bb31cd17.png)
1.0
As a user, I will be notified when my email does not successfully get sent to congress. - ![email-reciept-failure](https://cloud.githubusercontent.com/assets/10213169/7401294/ea9d5080-ee90-11e4-9a4d-25c1bb31cd17.png)
non_main
as a user i will be notified when my email does not successfully get sent to congress
0
321,448
27,530,677,068
IssuesEvent
2023-03-06 21:49:37
pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas
closed
BUG: groupby.std with no numeric columns and numeric_only=True raises
Bug Groupby good first issue Needs Tests Reduction Operations Nuisance Columns
``` df = pd.DataFrame({'a': list('xyz'), 'b': list('def')}) gb = df.groupby('a') print(gb.std(numeric_only=True)) ``` raises `TypeError: All columns were dropped in grouped_reduce`. Instead, it should return an empty frame with index consisting of the groups.
1.0
BUG: groupby.std with no numeric columns and numeric_only=True raises - ``` df = pd.DataFrame({'a': list('xyz'), 'b': list('def')}) gb = df.groupby('a') print(gb.std(numeric_only=True)) ``` raises `TypeError: All columns were dropped in grouped_reduce`. Instead, it should return an empty frame with index consist...
non_main
bug groupby std with no numeric columns and numeric only true raises df pd dataframe a list xyz b list def gb df groupby a print gb std numeric only true raises typeerror all columns were dropped in grouped reduce instead it should return an empty frame with index consist...
0
586,002
17,552,507,731
IssuesEvent
2021-08-13 00:45:23
meerk40t/meerk40t
https://api.github.com/repos/meerk40t/meerk40t
closed
Feature Request: Double Click on Camera to update Bed Image
Type: Enhancement Context: UI/UX Status: Accepted Priority: Low Context: Camera
Just trying to save some keystrokes. Don't know how hard it would be to implement. Because the Camera Window being open still seems to be the pre-cursor to "pauses" and "Camera Not Found" and the occasional "USB Failure" I try to keep the Camera window closed as much as possible. With that in mind, I would suggest...
1.0
Feature Request: Double Click on Camera to update Bed Image - Just trying to save some keystrokes. Don't know how hard it would be to implement. Because the Camera Window being open still seems to be the pre-cursor to "pauses" and "Camera Not Found" and the occasional "USB Failure" I try to keep the Camera window ...
non_main
feature request double click on camera to update bed image just trying to save some keystrokes don t know how hard it would be to implement because the camera window being open still seems to be the pre cursor to pauses and camera not found and the occasional usb failure i try to keep the camera window ...
0
82,690
3,618,242,346
IssuesEvent
2016-02-08 10:33:44
TrinityCore/TrinityCore
https://api.github.com/repos/TrinityCore/TrinityCore
closed
[3.3.5a] Spell id 57330 that has been learned show in TrainerList as GREEN all the way and can't be learned !
Branch-3.3.5a Priority-Cosmetic Sub-Spells
CORE: 2492eddcf2ae+ 2015-01-22 11:48:06 +0000 (3.3.5 branch) DB:TDB 335.57 Update to 2015_01_22_00_world.sql After DK learn 57623(Horn of Winter - Rank 2) , 57330(Horn of Winter - Rank1) show in TrainerList as GREEN all the way and can't be learned ! <bountysource-plugin> --- Want to back this issue? **[Post a...
1.0
[3.3.5a] Spell id 57330 that has been learned show in TrainerList as GREEN all the way and can't be learned ! - CORE: 2492eddcf2ae+ 2015-01-22 11:48:06 +0000 (3.3.5 branch) DB:TDB 335.57 Update to 2015_01_22_00_world.sql After DK learn 57623(Horn of Winter - Rank 2) , 57330(Horn of Winter - Rank1) show in TrainerList...
non_main
spell id that has been learned show in trainerlist as green all the way and can t be learned core branch db tdb update to world sql after dk learn horn of winter rank horn of winter show in trainerlist as green all the way and can t be learned ...
0
4,599
23,846,359,952
IssuesEvent
2022-09-06 14:18:27
pyOpenSci/software-review
https://api.github.com/repos/pyOpenSci/software-review
closed
Sevivi: A Rendering Tool to Generate Videos With Synchronized Sensor Data
4/review(s)-in-awaiting-changes ⌛ pending-maintainer-response
Submitting Author: Name (@justamad) Package Name: Sevivi One-Line Description of Package: A Rendering Tool to Generate Videos With Synchronized Sensor Data Repository Link: https://github.com/HPI-CH/sevivi Version submitted: 1.0.3 Editor: @xmnlab Reviewer 1: @edgarriba Reviewer 2: @pmeier Archive: TBD ...
True
Sevivi: A Rendering Tool to Generate Videos With Synchronized Sensor Data - Submitting Author: Name (@justamad) Package Name: Sevivi One-Line Description of Package: A Rendering Tool to Generate Videos With Synchronized Sensor Data Repository Link: https://github.com/HPI-CH/sevivi Version submitted: 1.0.3 Ed...
main
sevivi a rendering tool to generate videos with synchronized sensor data submitting author name justamad package name sevivi one line description of package a rendering tool to generate videos with synchronized sensor data repository link version submitted editor xmnlab reviewer edg...
1
158,706
20,028,889,122
IssuesEvent
2022-02-02 01:26:20
LancelotLiu/CAP4
https://api.github.com/repos/LancelotLiu/CAP4
opened
CVE-2021-41183 (Medium) detected in jquery-ui-1.12.1.min.js
security vulnerability
## CVE-2021-41183 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-ui-1.12.1.min.js</b></p></summary> <p>A curated set of user interface interactions, effects, widgets, and the...
True
CVE-2021-41183 (Medium) detected in jquery-ui-1.12.1.min.js - ## CVE-2021-41183 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-ui-1.12.1.min.js</b></p></summary> <p>A curated...
non_main
cve medium detected in jquery ui min js cve medium severity vulnerability vulnerable library jquery ui min js a curated set of user interface interactions effects widgets and themes built on top of the jquery javascript library library home page a href path to vulner...
0
4,469
23,292,152,400
IssuesEvent
2022-08-06 02:24:01
tgstation/tgstation
https://api.github.com/repos/tgstation/tgstation
closed
Techweb design in "initial" category are having their build_type's overriden after world finishes initializing. RD console gives you a construct at protolathe prompt for things that don't exist in it.
Maintainability/Hinders improvements Bug
Master https://github.com/tgstation/tgstation/commit/1f805017d5d3ba2082905d1096b5f4bd3192c75d Something down the chain after all the `/datum/techweb/specialized/autounlocking`'s proc and unlock all the designs in the `initial` category is overriding all initial designs' `build_type` var to `PROTOLATHE` Example de...
True
Techweb design in "initial" category are having their build_type's overriden after world finishes initializing. RD console gives you a construct at protolathe prompt for things that don't exist in it. - Master https://github.com/tgstation/tgstation/commit/1f805017d5d3ba2082905d1096b5f4bd3192c75d Something down the c...
main
techweb design in initial category are having their build type s overriden after world finishes initializing rd console gives you a construct at protolathe prompt for things that don t exist in it master something down the chain after all the datum techweb specialized autounlocking s proc and unlock all t...
1
4,279
21,526,376,992
IssuesEvent
2022-04-28 18:53:44
BioArchLinux/Packages
https://api.github.com/repos/BioArchLinux/Packages
opened
[MAINTAIN] bioconductor upgrade issue: can't open shared lib
maintain
<!-- Please report the error of one package in one issue! Use multi issues to report multi bugs. Thanks! --> **Log of the bug** - [ ] r-mzr: unable to load shared object '/build/r-mzr/src/00LOCK-mzR/00new/mzR/libs/mzR.so' - [ ] r-rsamtools: unable to load shared object '/build/r-rsamtools/src/00LOCK-Rsamtools/0...
True
[MAINTAIN] bioconductor upgrade issue: can't open shared lib - <!-- Please report the error of one package in one issue! Use multi issues to report multi bugs. Thanks! --> **Log of the bug** - [ ] r-mzr: unable to load shared object '/build/r-mzr/src/00LOCK-mzR/00new/mzR/libs/mzR.so' - [ ] r-rsamtools: unable t...
main
bioconductor upgrade issue can t open shared lib please report the error of one package in one issue use multi issues to report multi bugs thanks log of the bug r mzr unable to load shared object build r mzr src mzr mzr libs mzr so r rsamtools unable to load shared object ...
1
38,574
10,219,151,600
IssuesEvent
2019-08-15 17:49:53
spack/spack
https://api.github.com/repos/spack/spack
closed
Installation issue: ncbi-toolkit
build-error
I'm working on version bumping `ncbi-toolkit` to `22_0_0` and found that: 1. Upstream's configure script generates the build directory only using the major version number of `gcc` and setting the other version digits to zero, which is why the spack build fails for `gcc@8.3.0` below. 2. The spack build further restric...
1.0
Installation issue: ncbi-toolkit - I'm working on version bumping `ncbi-toolkit` to `22_0_0` and found that: 1. Upstream's configure script generates the build directory only using the major version number of `gcc` and setting the other version digits to zero, which is why the spack build fails for `gcc@8.3.0` below. ...
non_main
installation issue ncbi toolkit i m working on version bumping ncbi toolkit to and found that upstream s configure script generates the build directory only using the major version number of gcc and setting the other version digits to zero which is why the spack build fails for gcc below ...
0
406,971
27,590,341,250
IssuesEvent
2023-03-08 23:35:45
developmentseed/titiler
https://api.github.com/repos/developmentseed/titiler
closed
Docs: Add step for upgrading pip
documentation
#### Problem description I am installing a local build for development as described here, https://developmentseed.org/titiler/#installation, and ran into an issue with the fact that there is no `setup.py` in the app, only `pyproject.toml`. Turns out, this is just a problem with pip <21.3 (I had 20 by default in my v...
1.0
Docs: Add step for upgrading pip - #### Problem description I am installing a local build for development as described here, https://developmentseed.org/titiler/#installation, and ran into an issue with the fact that there is no `setup.py` in the app, only `pyproject.toml`. Turns out, this is just a problem with pip...
non_main
docs add step for upgrading pip problem description i am installing a local build for development as described here and ran into an issue with the fact that there is no setup py in the app only pyproject toml turns out this is just a problem with pip i had by default in my virtual environme...
0
1,512
6,537,412,125
IssuesEvent
2017-08-31 22:21:27
ocaml/opam-repository
https://api.github.com/repos/ocaml/opam-repository
closed
LZ4 doesn't compile on Mac OS X
needs maintainer action
``` [ERROR] The compilation of lz4 failed at "ocaml setup.ml -build -cflags -ccopt,-I,-ccopt,/usr/local/include". Processing 1/1: [lz4: ocamlfind remove] #=== ERROR while installing lz4.1.1.1 =========================================# # opam-version 1.2.2 # os darwin # command ocaml setup.ml -buil...
True
LZ4 doesn't compile on Mac OS X - ``` [ERROR] The compilation of lz4 failed at "ocaml setup.ml -build -cflags -ccopt,-I,-ccopt,/usr/local/include". Processing 1/1: [lz4: ocamlfind remove] #=== ERROR while installing lz4.1.1.1 =========================================# # opam-version 1.2.2 # os darwin #...
main
doesn t compile on mac os x the compilation of failed at ocaml setup ml build cflags ccopt i ccopt usr local include processing error while installing opam version os darwin command ocaml setup ml buil...
1
4,740
24,460,288,684
IssuesEvent
2022-10-07 10:29:17
mozilla/foundation.mozilla.org
https://api.github.com/repos/mozilla/foundation.mozilla.org
closed
Upgrade Django to 3.2.16
engineering localization 🌎 unplanned Maintain
A security patch for Django was released fixing a critical issue on sites that use the translation framework. See also: https://www.djangoproject.com/weblog/2022/oct/04/security-releases/
True
Upgrade Django to 3.2.16 - A security patch for Django was released fixing a critical issue on sites that use the translation framework. See also: https://www.djangoproject.com/weblog/2022/oct/04/security-releases/
main
upgrade django to a security patch for django was released fixing a critical issue on sites that use the translation framework see also
1
1,112
4,988,882,622
IssuesEvent
2016-12-08 09:57:18
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
EC2 module parameter `id` is undocumented.
affects_2.3 aws cloud docs_report waiting_on_maintainer
The `id` parameter was added at https://github.com/ansible/ansible/pull/2421. For some reason the parameter's documentation was removed later at https://github.com/ansible/ansible-modules-core/commit/c6b0d469acbb1a1b0508bacaedc5456eb5e9be83#diff-9667dfcde0b7854855c94acb534b156aL31 Can the documentation be restored? I...
True
EC2 module parameter `id` is undocumented. - The `id` parameter was added at https://github.com/ansible/ansible/pull/2421. For some reason the parameter's documentation was removed later at https://github.com/ansible/ansible-modules-core/commit/c6b0d469acbb1a1b0508bacaedc5456eb5e9be83#diff-9667dfcde0b7854855c94acb534b...
main
module parameter id is undocumented the id parameter was added at for some reason the parameter s documentation was removed later at can the documentation be restored i haven t seen notices about deprecation and the functionality is there
1
989
11,984,959,858
IssuesEvent
2020-04-07 16:40:38
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
opened
Compiler crash with syntax error in indexer declaration
Area-Compilers Bug Tenet-Reliability
The following proposed unit test crashes the compiler: ```csharp [Fact] public void Test() { var source = @" struct S { public bool Nada[int t] { get { return false; } } } "; var compilation = CreateCompilation(source, options: TestOptions.DebugDll); ...
True
Compiler crash with syntax error in indexer declaration - The following proposed unit test crashes the compiler: ```csharp [Fact] public void Test() { var source = @" struct S { public bool Nada[int t] { get { return false; } } } "; var compilation = Crea...
non_main
compiler crash with syntax error in indexer declaration the following proposed unit test crashes the compiler csharp public void test var source struct s public bool nada get return false var compilation createcompilati...
0
4,717
24,342,131,828
IssuesEvent
2022-10-01 21:02:13
beekama/NutritionApp
https://api.github.com/repos/beekama/NutritionApp
closed
Unessesary (?) IndexOutOfBoundsException try/catch in RecommendationsElement
maintainability
RecommendationsElement:104 has a catch for an IndexOutOfBoundsException, but I fail to see how this Exception can occur and if it occurs it's like an indication of another bug that should be fixed rather than catching the exception here.
True
Unessesary (?) IndexOutOfBoundsException try/catch in RecommendationsElement - RecommendationsElement:104 has a catch for an IndexOutOfBoundsException, but I fail to see how this Exception can occur and if it occurs it's like an indication of another bug that should be fixed rather than catching the exception here.
main
unessesary indexoutofboundsexception try catch in recommendationselement recommendationselement has a catch for an indexoutofboundsexception but i fail to see how this exception can occur and if it occurs it s like an indication of another bug that should be fixed rather than catching the exception here
1
665,796
22,330,403,122
IssuesEvent
2022-06-14 14:07:03
consta-design-system/uikit
https://api.github.com/repos/consta-design-system/uikit
closed
Sidebar: Значение свойства rootClassName не применяется к корневому контейнеру
bug 🔥🔥🔥 priority
> Полные [правила оформления issue](https://consta-uikit.vercel.app/?path=/docs/common-develop-issues--page) **Описание бага** NB: свойство не описано в документации storybook, но присутствует в типах и исходном коде Если для компонента Sidebar задать значение для свойства rootClassName, то пользовательски определ...
1.0
Sidebar: Значение свойства rootClassName не применяется к корневому контейнеру - > Полные [правила оформления issue](https://consta-uikit.vercel.app/?path=/docs/common-develop-issues--page) **Описание бага** NB: свойство не описано в документации storybook, но присутствует в типах и исходном коде Если для компонен...
non_main
sidebar значение свойства rootclassname не применяется к корневому контейнеру полные описание бага nb свойство не описано в документации storybook но присутствует в типах и исходном коде если для компонента sidebar задать значение для свойства rootclassname то пользовательски определенные классы не...
0
4,772
24,585,875,478
IssuesEvent
2022-10-13 19:39:49
carbon-design-system/carbon
https://api.github.com/repos/carbon-design-system/carbon
closed
SideNavLink element to support `<Button>`
type: enhancement 💡 proposal: needs more research 🕵️‍♀️ status: waiting for maintainer response 💬
Use this template if you want to request a new feature, or a change to an existing feature. If you are reporting a bug or problem, please use the bug template instead. ### Summary Currently, the `SideNavLink` component accepts an `element` prop which is defaulted to an `a`. This is helpful when utilizing Gats...
True
SideNavLink element to support `<Button>` - Use this template if you want to request a new feature, or a change to an existing feature. If you are reporting a bug or problem, please use the bug template instead. ### Summary Currently, the `SideNavLink` component accepts an `element` prop which is defaulted to...
main
sidenavlink element to support use this template if you want to request a new feature or a change to an existing feature if you are reporting a bug or problem please use the bug template instead summary currently the sidenavlink component accepts an element prop which is defaulted to an a ...
1
36,362
8,099,423,678
IssuesEvent
2018-08-11 08:27:29
cython/cython
https://api.github.com/repos/cython/cython
opened
Invalid code for default values of cdef class attributes
Code Generation defect
The following pure mode example leads to invalid C code: ``` import cython @cython.cclass class A: c = cython.declare(cython.int, visibility='public') # works d = cython.declare(cython.int, 5) # gives invalid assignment code e = cython.declare(cython.int, 3, visibility='readonly') ``` The errors ...
1.0
Invalid code for default values of cdef class attributes - The following pure mode example leads to invalid C code: ``` import cython @cython.cclass class A: c = cython.declare(cython.int, visibility='public') # works d = cython.declare(cython.int, 5) # gives invalid assignment code e = cython.decl...
non_main
invalid code for default values of cdef class attributes the following pure mode example leads to invalid c code import cython cython cclass class a c cython declare cython int visibility public works d cython declare cython int gives invalid assignment code e cython decl...
0
217,088
16,679,302,795
IssuesEvent
2021-06-07 20:39:19
recognai/rubrix
https://api.github.com/repos/recognai/rubrix
closed
Reference Section
documentation
Including a Reference section. For now it can have links to Python API docs, and we can think of more elements to add. @dvsrepo told me that you were working on the API reference, @dcfidalgo , how is it going?
1.0
Reference Section - Including a Reference section. For now it can have links to Python API docs, and we can think of more elements to add. @dvsrepo told me that you were working on the API reference, @dcfidalgo , how is it going?
non_main
reference section including a reference section for now it can have links to python api docs and we can think of more elements to add dvsrepo told me that you were working on the api reference dcfidalgo how is it going
0
116,146
4,697,658,351
IssuesEvent
2016-10-12 10:05:53
gbif/ipt
https://api.github.com/repos/gbif/ipt
closed
IPT connection to Google Fusion Tables
Priority-Medium Type-Enhancement Won't-fix
``` What feature would like to see being added to the IPT? I use Google Fusion Tables to visualize and manage a dataset I have. It allows me to geocode/georeference, map, filter and search, some of which are not dissimilar from what the original IPT portal could do. I'd like to publish this dataset as a Darwin Core ...
1.0
IPT connection to Google Fusion Tables - ``` What feature would like to see being added to the IPT? I use Google Fusion Tables to visualize and manage a dataset I have. It allows me to geocode/georeference, map, filter and search, some of which are not dissimilar from what the original IPT portal could do. I'd like ...
non_main
ipt connection to google fusion tables what feature would like to see being added to the ipt i use google fusion tables to visualize and manage a dataset i have it allows me to geocode georeference map filter and search some of which are not dissimilar from what the original ipt portal could do i d like ...
0
1,867
6,577,487,584
IssuesEvent
2017-09-12 01:15:46
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
sysctl: set in /sys, not in /proc
affects_2.0 bug_report waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME sysctl ##### ANSIBLE VERSION ``` ansible 2.0.1.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o ove...
True
sysctl: set in /sys, not in /proc - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME sysctl ##### ANSIBLE VERSION ``` ansible 2.0.1.0 config file = /etc/ansible/ansible.cfg configured ...
main
sysctl set in sys not in proc issue type bug report component name sysctl ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides configuration nocows hostfile foo hosts txt fact caching...
1
5,415
27,183,162,388
IssuesEvent
2023-02-18 22:13:38
arcticicestudio/nord
https://api.github.com/repos/arcticicestudio/nord
closed
`nordtheme` organization migration
type-task context-workflow scope-maintainability
As part of the [“Northern Post — The state and roadmap of Nord“][1] announcement, this repository will be migrated to [the `nordtheme` GitHub organization][2]. This issue only tracks the actual move as well as preparations steps to do so. The detailed plan, including [tasklists that serve as “epics“][3], will follow l...
True
`nordtheme` organization migration - As part of the [“Northern Post — The state and roadmap of Nord“][1] announcement, this repository will be migrated to [the `nordtheme` GitHub organization][2]. This issue only tracks the actual move as well as preparations steps to do so. The detailed plan, including [tasklists tha...
main
nordtheme organization migration as part of the announcement this repository will be migrated to this issue only tracks the actual move as well as preparations steps to do so the detailed plan including will follow later on for all nord repositories published and announced on all “new“ and current c...
1
312,620
26,873,404,020
IssuesEvent
2023-02-04 18:55:30
MPMG-DCC-UFMG/F01
https://api.github.com/repos/MPMG-DCC-UFMG/F01
closed
Teste de generalizacao para a tag Informações Institucionais - Leis Municipais - Mantena
generalization test development template - Betha (26) tag - Informações Institucionais subtag - Leis Municipais
DoD: Realizar o teste de Generalização do validador da tag Informações Institucionais - Leis Municipais para o Município de Mantena.
1.0
Teste de generalizacao para a tag Informações Institucionais - Leis Municipais - Mantena - DoD: Realizar o teste de Generalização do validador da tag Informações Institucionais - Leis Municipais para o Município de Mantena.
non_main
teste de generalizacao para a tag informações institucionais leis municipais mantena dod realizar o teste de generalização do validador da tag informações institucionais leis municipais para o município de mantena
0
144,840
13,127,806,348
IssuesEvent
2020-08-06 11:04:59
AlexKMarshall/regMan
https://api.github.com/repos/AlexKMarshall/regMan
opened
Improve readme documentation
documentation
To create a clean build of this project to test, you need to set up a database, and you need an admin user and password, which has to be created through Auth0 by the repo owner currently This should be made clear in the instructions
1.0
Improve readme documentation - To create a clean build of this project to test, you need to set up a database, and you need an admin user and password, which has to be created through Auth0 by the repo owner currently This should be made clear in the instructions
non_main
improve readme documentation to create a clean build of this project to test you need to set up a database and you need an admin user and password which has to be created through by the repo owner currently this should be made clear in the instructions
0
90,904
8,287,005,504
IssuesEvent
2018-09-19 07:30:14
humera987/HumTestData
https://api.github.com/repos/humera987/HumTestData
opened
fx_test_proj : api_v1_dashboard_count-time_get_query_param_sql_injection_MySQL_page
fx_test_proj
Project : fx_test_proj Job : UAT Env : UAT Region : FXLabs/US_WEST_1 Result : fail Status Code : 200 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], ...
1.0
fx_test_proj : api_v1_dashboard_count-time_get_query_param_sql_injection_MySQL_page - Project : fx_test_proj Job : UAT Env : UAT Region : FXLabs/US_WEST_1 Result : fail Status Code : 200 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store,...
non_main
fx test proj api dashboard count time get query param sql injection mysql page project fx test proj job uat env uat region fxlabs us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options co...
0
19,436
3,203,036,236
IssuesEvent
2015-10-02 16:54:26
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
No completion for named parameters
Analyzer-Completion Area-Analyzer Priority-Medium Type-Defect
Expected to have `format` and `type` in completion ``` import 'dart:io'; class RequestBody { final ContentType format; final Type type; const RequestBody({this.format, this.type}); } @RequestBody(<caret>) ``` ![image](https://cloud.githubusercontent.com/assets/4499789/9604085/e5554bde-50bd-11e5-97...
1.0
No completion for named parameters - Expected to have `format` and `type` in completion ``` import 'dart:io'; class RequestBody { final ContentType format; final Type type; const RequestBody({this.format, this.type}); } @RequestBody(<caret>) ``` ![image](https://cloud.githubusercontent.com/assets/...
non_main
no completion for named parameters expected to have format and type in completion import dart io class requestbody final contenttype format final type type const requestbody this format this type requestbody originally filed to the webstorm issue tracker
0
110,917
9,483,473,481
IssuesEvent
2019-04-22 00:36:32
NayRojas/LIM008-fe-burger-queen
https://api.github.com/repos/NayRojas/LIM008-fe-burger-queen
closed
Ver resumen y el total de la compra
CSS3 JS Testing angular
- [x] Crear la interfaz del componente order-items - [x] Crear la interfaz del componente order-total - [x] Crear fn de suma de precios - [x] Crear template para pintar los elementos seleccionados del componente menu
1.0
Ver resumen y el total de la compra - - [x] Crear la interfaz del componente order-items - [x] Crear la interfaz del componente order-total - [x] Crear fn de suma de precios - [x] Crear template para pintar los elementos seleccionados del componente menu
non_main
ver resumen y el total de la compra crear la interfaz del componente order items crear la interfaz del componente order total crear fn de suma de precios crear template para pintar los elementos seleccionados del componente menu
0
981
4,746,537,643
IssuesEvent
2016-10-21 11:33:45
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
YAML support not working correctly
affects_2.2 aws bug_report cloud waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ansible-modules-core/cloud/amazon/cloudformation ##### ANSIBLE VERSION ``` ansible 2.2.0 (devel 29fda4be1e) last updated 2016/09/16 18:26:39 (GMT +000) lib/ansible/modules/core: (detached HEAD 2e1e3562b9) last updated 2016/09/16 18:26:41 (GMT +000) lib...
True
YAML support not working correctly - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ansible-modules-core/cloud/amazon/cloudformation ##### ANSIBLE VERSION ``` ansible 2.2.0 (devel 29fda4be1e) last updated 2016/09/16 18:26:39 (GMT +000) lib/ansible/modules/core: (detached HEAD 2e1e3562b9) last updated ...
main
yaml support not working correctly issue type bug report component name ansible modules core cloud amazon cloudformation ansible version ansible devel last updated gmt lib ansible modules core detached head last updated gmt lib ...
1
51,980
13,710,433,544
IssuesEvent
2020-10-02 01:04:11
BrianMcDonaldWS/deck.gl
https://api.github.com/repos/BrianMcDonaldWS/deck.gl
opened
WS-2018-0628 (Medium) detected in marked-0.3.19.js
security vulnerability
## WS-2018-0628 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>marked-0.3.19.js</b></p></summary> <p>A markdown parser built for speed</p> <p>Library home page: <a href="https://cdn...
True
WS-2018-0628 (Medium) detected in marked-0.3.19.js - ## WS-2018-0628 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>marked-0.3.19.js</b></p></summary> <p>A markdown parser built for...
non_main
ws medium detected in marked js ws medium severity vulnerability vulnerable library marked js a markdown parser built for speed library home page a href path to dependency file deck gl website node modules marked www demo html path to vulnerable library deck gl websi...
0
2,138
7,359,292,008
IssuesEvent
2018-03-10 04:29:33
beefproject/beef
https://api.github.com/repos/beefproject/beef
opened
Add CONTRIBUTING.md
Maintainability
Add a `CONTRIBUTING.md` file with contribution guidelines. Describe: * Project style * Ruby best practice * Git best practice * Tests Metasploit's [`CONTRIBUTING.md`](https://github.com/rapid7/metasploit-framework/blob/master/CONTRIBUTING.md) would be ~~good to plagiarize~~ a good place to start.
True
Add CONTRIBUTING.md - Add a `CONTRIBUTING.md` file with contribution guidelines. Describe: * Project style * Ruby best practice * Git best practice * Tests Metasploit's [`CONTRIBUTING.md`](https://github.com/rapid7/metasploit-framework/blob/master/CONTRIBUTING.md) would be ~~good to plagiarize~~ a good plac...
main
add contributing md add a contributing md file with contribution guidelines describe project style ruby best practice git best practice tests metasploit s would be good to plagiarize a good place to start
1
95,019
16,064,666,647
IssuesEvent
2021-04-23 17:08:33
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
opened
Vulnerability roundup 101: openexr-2.5.3: 7 advisories [5.5]
1.severity: security
[search](https://search.nix.gsc.io/?q=openexr&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=openexr+in%3Apath&type=Code) * [ ] [CVE-2021-3477](https://nvd.nist.gov/vuln/detail/CVE-2021-3477) CVSSv3=5.5 (nixos-20.09, nixos-unstable) * [ ] [CVE-2021-3478](https://nvd.nist...
True
Vulnerability roundup 101: openexr-2.5.3: 7 advisories [5.5] - [search](https://search.nix.gsc.io/?q=openexr&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=openexr+in%3Apath&type=Code) * [ ] [CVE-2021-3477](https://nvd.nist.gov/vuln/detail/CVE-2021-3477) CVSSv3=5.5 (nixo...
non_main
vulnerability roundup openexr advisories nixos nixos unstable nixos nixos unstable nixos nixos unstable nixos nixos unstable nixos nixos unstable nixos nixos unstable ...
0
236,609
19,562,253,635
IssuesEvent
2022-01-03 17:52:40
Julian/lean.nvim
https://api.github.com/repos/Julian/lean.nvim
closed
Speed up CI by getting greadlink in a hackier way
tests
macOS CI runs spend [1 minute](https://github.com/Julian/lean.nvim/runs/4692356820?check_suite_focus=true) fetching `coreutils` from Homebrew which can at times be more than half the total runtime. This is because `leanpkg` wants `greadlink` (so that it can run `readlink -f`). We can speed this up by perhaps just...
1.0
Speed up CI by getting greadlink in a hackier way - macOS CI runs spend [1 minute](https://github.com/Julian/lean.nvim/runs/4692356820?check_suite_focus=true) fetching `coreutils` from Homebrew which can at times be more than half the total runtime. This is because `leanpkg` wants `greadlink` (so that it can run `re...
non_main
speed up ci by getting greadlink in a hackier way macos ci runs spend fetching coreutils from homebrew which can at times be more than half the total runtime this is because leanpkg wants greadlink so that it can run readlink f we can speed this up by perhaps just grabbing greadlink some hack...
0
2,942
10,563,746,312
IssuesEvent
2019-10-04 21:56:49
Unleash/unleash-client-core
https://api.github.com/repos/Unleash/unleash-client-core
opened
Add Code of Conduct
maintainers
Create a document that establishes expectations for behavior for your project’s participants. Adopting, and enforcing, a code of conduct can help create a positive social atmosphere for your community. Transparency should be primordial.
True
Add Code of Conduct - Create a document that establishes expectations for behavior for your project’s participants. Adopting, and enforcing, a code of conduct can help create a positive social atmosphere for your community. Transparency should be primordial.
main
add code of conduct create a document that establishes expectations for behavior for your project’s participants adopting and enforcing a code of conduct can help create a positive social atmosphere for your community transparency should be primordial
1
3,987
18,425,778,063
IssuesEvent
2021-10-13 21:48:53
intarchboard/program-edm
https://api.github.com/repos/intarchboard/program-edm
opened
Add RFC/document metadata to point to implementation status
deployability maintainability
Implementation status is removed before RFC publication. Could we instead link to something like in #13 ?
True
Add RFC/document metadata to point to implementation status - Implementation status is removed before RFC publication. Could we instead link to something like in #13 ?
main
add rfc document metadata to point to implementation status implementation status is removed before rfc publication could we instead link to something like in
1
3,497
13,647,714,417
IssuesEvent
2020-09-26 05:00:09
TabbycatDebate/tabbycat
https://api.github.com/repos/TabbycatDebate/tabbycat
closed
Allow next draw to be generated with unconfirmed (but existent) ballots
awaiting maintainer
Currently, we prevent draws from being generated before all ballots are confirmed. In some contexts, particularly where pairings within brackets are random (WUDC), it makes sense to press ahead before all ballots are confirmed, hoping or assuming that the results (not speaker scores) are correct. This needs to be done ...
True
Allow next draw to be generated with unconfirmed (but existent) ballots - Currently, we prevent draws from being generated before all ballots are confirmed. In some contexts, particularly where pairings within brackets are random (WUDC), it makes sense to press ahead before all ballots are confirmed, hoping or assuming...
main
allow next draw to be generated with unconfirmed but existent ballots currently we prevent draws from being generated before all ballots are confirmed in some contexts particularly where pairings within brackets are random wudc it makes sense to press ahead before all ballots are confirmed hoping or assuming...
1
4,692
24,211,708,849
IssuesEvent
2022-09-26 00:01:49
tgstation/tgstation
https://api.github.com/repos/tgstation/tgstation
closed
Spurious test failure: /obj/structure/closet/emcloset/anchored was unable to be GC'd
Maintainability/Hinders improvements
## Reproduction: ``` ## REF SEARCH Beginning search for references to a /obj/structure/closet/emcloset/anchored. ## REF SEARCH Finished searching globals ## REF SEARCH Finished searching native globals ## REF SEARCH Found /obj/structure/closet/emcloset/anchored [0x2003844] in /obj/item/tank/internals/emergency_...
True
Spurious test failure: /obj/structure/closet/emcloset/anchored was unable to be GC'd - ## Reproduction: ``` ## REF SEARCH Beginning search for references to a /obj/structure/closet/emcloset/anchored. ## REF SEARCH Finished searching globals ## REF SEARCH Finished searching native globals ## REF SEARCH Found /ob...
main
spurious test failure obj structure closet emcloset anchored was unable to be gc d reproduction ref search beginning search for references to a obj structure closet emcloset anchored ref search finished searching globals ref search finished searching native globals ref search found ob...
1
363,204
25,413,313,469
IssuesEvent
2022-11-22 21:06:09
ruthlennonatu/groot22
https://api.github.com/repos/ruthlennonatu/groot22
closed
As a customer I want to be able to use the product with ease so that my application process will be as simple as possible.
documentation enhancement
Description: A merge request with the dev branch must be made and the documentation containing Information about automated Java Documentation Tools Acceptance Criteria: Resolve issue. DoD: Merge request Have a document containing where to find information on Java Documentation
1.0
As a customer I want to be able to use the product with ease so that my application process will be as simple as possible. - Description: A merge request with the dev branch must be made and the documentation containing Information about automated Java Documentation Tools Acceptance Criteria: Resolve issue. DoD: Merg...
non_main
as a customer i want to be able to use the product with ease so that my application process will be as simple as possible description a merge request with the dev branch must be made and the documentation containing information about automated java documentation tools acceptance criteria resolve issue dod merg...
0
3,375
13,063,181,136
IssuesEvent
2020-07-30 16:09:43
laminas/laminas-mail
https://api.github.com/repos/laminas/laminas-mail
closed
Drop dependency on zendframework/zend-loader
Awaiting Maintainer Response BC Break
This removes the dependency on the zendframework/zend-load package, as suggested in #185 The `HeaderLoader` class has been removed and replaced by a simple class map in the `Headers` class. However, I have also removed the `getPluginClassLoader` and `setPluginClassLoader` methods. Since they are public, this mig...
True
Drop dependency on zendframework/zend-loader - This removes the dependency on the zendframework/zend-load package, as suggested in #185 The `HeaderLoader` class has been removed and replaced by a simple class map in the `Headers` class. However, I have also removed the `getPluginClassLoader` and `setPluginClassL...
main
drop dependency on zendframework zend loader this removes the dependency on the zendframework zend load package as suggested in the headerloader class has been removed and replaced by a simple class map in the headers class however i have also removed the getpluginclassloader and setpluginclassloa...
1
3,716
15,351,572,794
IssuesEvent
2021-03-01 05:24:00
cloverhearts/quilljs-markdown
https://api.github.com/repos/cloverhearts/quilljs-markdown
closed
Improve nested list styling
NICE IDEA Saw with Maintainer WILL MAKE IT WORK IN PROGRESS
Thanks so much for your work on this! We have only just started to use this extension, and wondering if more sophisticated nested lists are possible? for example like https://jsfiddle.net/c4v608ty/1/ This shows 3 main benefits: - the top level bullet icon is larger than in quilljs-markdown, and - the nested...
True
Improve nested list styling - Thanks so much for your work on this! We have only just started to use this extension, and wondering if more sophisticated nested lists are possible? for example like https://jsfiddle.net/c4v608ty/1/ This shows 3 main benefits: - the top level bullet icon is larger than in quilljs...
main
improve nested list styling thanks so much for your work on this we have only just started to use this extension and wondering if more sophisticated nested lists are possible for example like this shows main benefits the top level bullet icon is larger than in quilljs markdown and the nested ...
1
115,630
14,858,020,410
IssuesEvent
2021-01-18 16:12:17
SummerRolls99/VoidLight-front
https://api.github.com/repos/SummerRolls99/VoidLight-front
closed
Achievements
design front
Well, as the name implies, you know what to do. - [x] Design - [x] Component front
1.0
Achievements - Well, as the name implies, you know what to do. - [x] Design - [x] Component front
non_main
achievements well as the name implies you know what to do design component front
0
467,781
13,455,081,360
IssuesEvent
2020-09-09 05:24:03
pantheracorp/PantheraIDS_Issues
https://api.github.com/repos/pantheracorp/PantheraIDS_Issues
closed
Adjust name of leopard individuals for S27_2019 (server-based)
database priority: LOW
Site 27 has individuals with NA in their name where the site number should be in the following survey: S27_2019 (server-based). This issue was encountered before for a few sites (see closed GitHub Issue #85 ) but the issue can not be replicated. Still unsure as to what causes this, and if the issue has already inadvert...
1.0
Adjust name of leopard individuals for S27_2019 (server-based) - Site 27 has individuals with NA in their name where the site number should be in the following survey: S27_2019 (server-based). This issue was encountered before for a few sites (see closed GitHub Issue #85 ) but the issue can not be replicated. Still uns...
non_main
adjust name of leopard individuals for server based site has individuals with na in their name where the site number should be in the following survey server based this issue was encountered before for a few sites see closed github issue but the issue can not be replicated still unsure as to wh...
0
839
15,731,278,015
IssuesEvent
2021-03-29 16:52:55
openstates/issues
https://api.github.com/repos/openstates/issues
closed
SD: old, invalid source URLs for one legislator
component:people-data type:bug
**Issue Description:** For `ocd-person/e40b342d-1732-4d1d-aa23-6d904e871e98` (Wayne H. Steinhauer), the source URLs listed are ``` http://legis.sd.gov/Legislators/Legislators/MemberCommittees.aspx?Member=1069&Session=2016 http://legis.sd.gov/Legislators/Legislators/MemberDetail.aspx?Member=1069&Session=2016 ``` ...
1.0
SD: old, invalid source URLs for one legislator - **Issue Description:** For `ocd-person/e40b342d-1732-4d1d-aa23-6d904e871e98` (Wayne H. Steinhauer), the source URLs listed are ``` http://legis.sd.gov/Legislators/Legislators/MemberCommittees.aspx?Member=1069&Session=2016 http://legis.sd.gov/Legislators/Legislator...
non_main
sd old invalid source urls for one legislator issue description for ocd person wayne h steinhauer the source urls listed are legis sd gov no longer exists all other source correctly use sdlegislature gov
0
279,504
24,230,826,478
IssuesEvent
2022-09-26 18:07:03
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
opened
Test: git clone URI handler supports branch checkout after clone
testplan-item
Refs https://github.com/microsoft/vscode/issues/158386 - [ ] Windows - [ ] macOS - [ ] Linux Authors: @joyceerhl, @lszomoru Complexity: 2 --- ## Background The built-in git extension registers a URI handler which can handle clone operations from a URI. For example, you can copy and paste the follo...
1.0
Test: git clone URI handler supports branch checkout after clone - Refs https://github.com/microsoft/vscode/issues/158386 - [ ] Windows - [ ] macOS - [ ] Linux Authors: @joyceerhl, @lszomoru Complexity: 2 --- ## Background The built-in git extension registers a URI handler which can handle clone o...
non_main
test git clone uri handler supports branch checkout after clone refs windows macos linux authors joyceerhl lszomoru complexity background the built in git extension registers a uri handler which can handle clone operations from a uri for example you can copy and pa...
0
2,105
7,126,728,924
IssuesEvent
2018-01-20 13:57:42
sinonjs/lolex
https://api.github.com/repos/sinonjs/lolex
closed
Domains/async hooks
awaiting maintainer feedback feature request question stale
Hey, Domains/async hooks aren't really supported from what I can tell - if a timeout is registered from a given domain/async context lolex probably wants to run it in that context.
True
Domains/async hooks - Hey, Domains/async hooks aren't really supported from what I can tell - if a timeout is registered from a given domain/async context lolex probably wants to run it in that context.
main
domains async hooks hey domains async hooks aren t really supported from what i can tell if a timeout is registered from a given domain async context lolex probably wants to run it in that context
1
741,082
25,778,850,901
IssuesEvent
2022-12-09 14:17:25
bounswe/bounswe2022group2
https://api.github.com/repos/bounswe/bounswe2022group2
closed
Frontend: Unit Testing Initialization for Dropdown, SelectionGrid, JoinLSButton Components
priority-medium status-new front-end
### Issue Description In terms of functionality, the dropdown, selection grid and join button serves us as expected during the whole preparation time and during the demo. They are still well functioning in any use. In this issue, I will initialize a unit testing structure to make this components testable without any f...
1.0
Frontend: Unit Testing Initialization for Dropdown, SelectionGrid, JoinLSButton Components - ### Issue Description In terms of functionality, the dropdown, selection grid and join button serves us as expected during the whole preparation time and during the demo. They are still well functioning in any use. In this iss...
non_main
frontend unit testing initialization for dropdown selectiongrid joinlsbutton components issue description in terms of functionality the dropdown selection grid and join button serves us as expected during the whole preparation time and during the demo they are still well functioning in any use in this iss...
0
439
3,561,411,758
IssuesEvent
2016-01-23 19:40:44
tgstation/-tg-station
https://api.github.com/repos/tgstation/-tg-station
closed
voice analyzer + flash assemblies are terrible
Bug In Game Exploit Maintainability - Hinders improvements
exhibit A: they don't parse speech well, meaning that you can make the trigger "s" and it will trigger on any word with an s in it. you can easily make them to affect every value exhibit B: there is no sanity checking for range, so if they hear someone say the trigger over the radio, they flash that person
True
voice analyzer + flash assemblies are terrible - exhibit A: they don't parse speech well, meaning that you can make the trigger "s" and it will trigger on any word with an s in it. you can easily make them to affect every value exhibit B: there is no sanity checking for range, so if they hear someone say the trigger...
main
voice analyzer flash assemblies are terrible exhibit a they don t parse speech well meaning that you can make the trigger s and it will trigger on any word with an s in it you can easily make them to affect every value exhibit b there is no sanity checking for range so if they hear someone say the trigger...
1
135,002
12,643,862,651
IssuesEvent
2020-06-16 10:32:27
rte-france/l2rpn-baselines
https://api.github.com/repos/rte-france/l2rpn-baselines
closed
Documentation issue
documentation
When copy pasting the documentation of the SAC train function (https://l2rpn-baselines.readthedocs.io/en/stable/SAC.html#l2rpn_baselines.SAC.train) the program does not work. The documentation should be adapted, for the SAC as: ```python import grid2op from grid2op.Reward import L2RPNReward from l2rpn_baselines....
1.0
Documentation issue - When copy pasting the documentation of the SAC train function (https://l2rpn-baselines.readthedocs.io/en/stable/SAC.html#l2rpn_baselines.SAC.train) the program does not work. The documentation should be adapted, for the SAC as: ```python import grid2op from grid2op.Reward import L2RPNReward ...
non_main
documentation issue when copy pasting the documentation of the sac train function the program does not work the documentation should be adapted for the sac as python import from reward import from baselines utils import trainingparam from baselines sac import train from baselines utils i...
0
1,841
6,577,374,380
IssuesEvent
2017-09-12 00:28:02
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
mysql_user Provide access to mysql 5.7 installs
affects_2.0 feature_idea waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME mysql_user module ##### ANSIBLE VERSION ``` ansible 2.0.1.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides` ``` ##### CONFIGURATION N...
True
mysql_user Provide access to mysql 5.7 installs - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME mysql_user module ##### ANSIBLE VERSION ``` ansible 2.0.1.0 config file = /etc/ansible/ansible.cfg configured module search path =...
main
mysql user provide access to mysql installs issue type feature idea component name mysql user module ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides configuration none using tower os en...
1
216,533
16,769,054,494
IssuesEvent
2021-06-14 12:46:08
onias-rocha/desafio_quality
https://api.github.com/repos/onias-rocha/desafio_quality
closed
TU-0001: Verifique se o total de metros quadrados calculados por propriedade está correto
test
Retorna o cálculo correto do total de metros quadrados de uma propriedade.
1.0
TU-0001: Verifique se o total de metros quadrados calculados por propriedade está correto - Retorna o cálculo correto do total de metros quadrados de uma propriedade.
non_main
tu verifique se o total de metros quadrados calculados por propriedade está correto retorna o cálculo correto do total de metros quadrados de uma propriedade
0
5,360
26,979,386,096
IssuesEvent
2023-02-09 11:59:26
backdrop-ops/contrib
https://api.github.com/repos/backdrop-ops/contrib
closed
Application to join: dyrer (Flat Zymphonies Theme)
Port in progress Maintainer application
I am porting flat_zymphonies_theme with @klonos https://github.com/dyrer/flat_zymphonies I also requested permissions @@https://www.drupal.org/node/2793919
True
Application to join: dyrer (Flat Zymphonies Theme) - I am porting flat_zymphonies_theme with @klonos https://github.com/dyrer/flat_zymphonies I also requested permissions @@https://www.drupal.org/node/2793919
main
application to join dyrer flat zymphonies theme i am porting flat zymphonies theme with klonos i also requested permissions
1
3,290
12,624,293,692
IssuesEvent
2020-06-14 05:10:33
short-d/short
https://api.github.com/repos/short-d/short
closed
[Refactor] Change ReCaptcha API body to a map
maintainability
**What is frustrating you?** With manually concatenated string, it's error prone to add new query parameter to reCaptcha. **Your solution** Change the manually concatenated string to a map.
True
[Refactor] Change ReCaptcha API body to a map - **What is frustrating you?** With manually concatenated string, it's error prone to add new query parameter to reCaptcha. **Your solution** Change the manually concatenated string to a map.
main
change recaptcha api body to a map what is frustrating you with manually concatenated string it s error prone to add new query parameter to recaptcha your solution change the manually concatenated string to a map
1
4,649
24,075,842,536
IssuesEvent
2022-09-18 19:40:26
beyarkay/eskom-calendar
https://api.github.com/repos/beyarkay/eskom-calendar
closed
Possible error in parsing observed for CPT region 7
waiting-on-maintainer
Hi Boyd Thank you for your app. Imported into Google Calander. Seems to be a "duplication" error for some stage 5, CPT region 7. Today the power was off 12:00-14:00 (first pic) Second "duplication" tomorrow as exaple ![BoydLoadsheedin CapeTown region 7 2022-09-17 10-1230 incorrect](https://user-images.git...
True
Possible error in parsing observed for CPT region 7 - Hi Boyd Thank you for your app. Imported into Google Calander. Seems to be a "duplication" error for some stage 5, CPT region 7. Today the power was off 12:00-14:00 (first pic) Second "duplication" tomorrow as exaple ![BoydLoadsheedin CapeTown region 7...
main
possible error in parsing observed for cpt region hi boyd thank you for your app imported into google calander seems to be a duplication error for some stage cpt region today the power was off first pic second duplication tomorrow as exaple
1
120,401
25,788,106,160
IssuesEvent
2022-12-09 23:04:28
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
opened
Look at Adding Spotless as Part of Build
EngSys Java Source Code Rules
Look at adding [Spotless](https://github.com/diffplug/spotless) as part of the normal build to add automated code formatting to build. Doing this will allow us to ensure Checkstyle and Spotbugs rules are being met while providing a standard code format.
1.0
Look at Adding Spotless as Part of Build - Look at adding [Spotless](https://github.com/diffplug/spotless) as part of the normal build to add automated code formatting to build. Doing this will allow us to ensure Checkstyle and Spotbugs rules are being met while providing a standard code format.
non_main
look at adding spotless as part of build look at adding as part of the normal build to add automated code formatting to build doing this will allow us to ensure checkstyle and spotbugs rules are being met while providing a standard code format
0
360
3,315,292,231
IssuesEvent
2015-11-06 11:10:27
Homebrew/homebrew
https://api.github.com/repos/Homebrew/homebrew
closed
Possible way to handle sandbox issues for Postgres's plugins
help wanted maintainer feedback sandbox upstream issue
As we can seen in https://github.com/Homebrew/homebrew/pull/41962 and many others PRs, all of Postgres's plugins are broken under sandbox. Moreover, this means all of them are broken during `upgrade/unlink/link/switch` etc. Considering the amount of plugins for Postgres, vending all of them will soon become unscalab...
True
Possible way to handle sandbox issues for Postgres's plugins - As we can seen in https://github.com/Homebrew/homebrew/pull/41962 and many others PRs, all of Postgres's plugins are broken under sandbox. Moreover, this means all of them are broken during `upgrade/unlink/link/switch` etc. Considering the amount of plug...
main
possible way to handle sandbox issues for postgres s plugins as we can seen in and many others prs all of postgres s plugins are broken under sandbox moreover this means all of them are broken during upgrade unlink link switch etc considering the amount of plugins for postgres vending all of them will soo...
1
1,935
6,609,881,919
IssuesEvent
2017-09-19 15:50:54
Kristinita/Erics-Green-Room
https://api.github.com/repos/Kristinita/Erics-Green-Room
closed
[Feature request] Отображение, что вариант близкий, для всех правильных ответов
need-maintainer
### 1. Запрос Неплохо было бы, если строка ```markdown Похоже, что ваш ответ "<ответ>" почти правилен, но содержит опечатку. ``` показывалась бы, если игрок совершил опечатку в любом из правильных вариантов ответа, а не только самом первом. ### 2. Данные Вопрос: ```markdown Оман*Риал*Риал Омани*-proof-http://www....
True
[Feature request] Отображение, что вариант близкий, для всех правильных ответов - ### 1. Запрос Неплохо было бы, если строка ```markdown Похоже, что ваш ответ "<ответ>" почти правилен, но содержит опечатку. ``` показывалась бы, если игрок совершил опечатку в любом из правильных вариантов ответа, а не только самом пе...
main
отображение что вариант близкий для всех правильных ответов запрос неплохо было бы если строка markdown похоже что ваш ответ почти правилен но содержит опечатку показывалась бы если игрок совершил опечатку в любом из правильных вариантов ответа а не только самом первом данные ...
1
611
4,106,165,816
IssuesEvent
2016-06-06 07:29:20
Particular/NServiceBus.SqlServer
https://api.github.com/repos/Particular/NServiceBus.SqlServer
closed
QueryPeeker fails with long running message handlers
Tag: Maintainer Prio Type: Bug
Due to the fact that read from the queue puts lock on the table row, `QueuePeeker` is not able to do the count query (because the count does lock on the whole index). ### Possible Solutions - Add `(nolock)` hit to count query - Add `READPAST` hit to count query ### Approach taken Change proposed in `PR` adds `...
True
QueryPeeker fails with long running message handlers - Due to the fact that read from the queue puts lock on the table row, `QueuePeeker` is not able to do the count query (because the count does lock on the whole index). ### Possible Solutions - Add `(nolock)` hit to count query - Add `READPAST` hit to count quer...
main
querypeeker fails with long running message handlers due to the fact that read from the queue puts lock on the table row queuepeeker is not able to do the count query because the count does lock on the whole index possible solutions add nolock hit to count query add readpast hit to count quer...
1
3,055
11,440,210,696
IssuesEvent
2020-02-05 09:12:13
precice/precice
https://api.github.com/repos/precice/precice
opened
Introduce a Tweakable Assertion Policy
good first issue maintainability
# Problem description Currently, assertions are disabled in non-debug builds. Using assertions in release builds is a trade-off between: * higher security and trust in the results at the cost of additional work * less work and checks at the cost of security. What a user/developer prefers depends on the use-c...
True
Introduce a Tweakable Assertion Policy - # Problem description Currently, assertions are disabled in non-debug builds. Using assertions in release builds is a trade-off between: * higher security and trust in the results at the cost of additional work * less work and checks at the cost of security. What a us...
main
introduce a tweakable assertion policy problem description currently assertions are disabled in non debug builds using assertions in release builds is a trade off between higher security and trust in the results at the cost of additional work less work and checks at the cost of security what a us...
1
723,571
24,901,547,612
IssuesEvent
2022-10-28 21:33:12
magento/magento2
https://api.github.com/repos/magento/magento2
closed
[Issue] Fix language in cookie_status.phtml
Component: Theme Progress: PR in progress Severity: S3 Priority: P4 Issue: ready for confirmation
This issue is automatically created based on existing pull request: magento/magento2#33742: Fix language in cookie_status.phtml --------- The cookie disabled message contains a poorly-worded sentence. This is a suggested fix to the sentence. Dropped "in the case". <!--- Thank you for contributing to Magento. ...
1.0
[Issue] Fix language in cookie_status.phtml - This issue is automatically created based on existing pull request: magento/magento2#33742: Fix language in cookie_status.phtml --------- The cookie disabled message contains a poorly-worded sentence. This is a suggested fix to the sentence. Dropped "in the case". <!---...
non_main
fix language in cookie status phtml this issue is automatically created based on existing pull request magento fix language in cookie status phtml the cookie disabled message contains a poorly worded sentence this is a suggested fix to the sentence dropped in the case thank you f...
0
2,000
6,716,546,198
IssuesEvent
2017-10-14 09:44:21
openpsych/django
https://api.github.com/repos/openpsych/django
opened
Cron Job for Automatic SSL Renewal
Area: Server/Host Maintainance
A daily cron job needs to be setup to check the status of the LetsEncrypt SSL certificates and renew them when necessary. When the certificates are renewed, a notification email should be sent to @Deleetdk at the.dfx@gmail.com.
True
Cron Job for Automatic SSL Renewal - A daily cron job needs to be setup to check the status of the LetsEncrypt SSL certificates and renew them when necessary. When the certificates are renewed, a notification email should be sent to @Deleetdk at the.dfx@gmail.com.
main
cron job for automatic ssl renewal a daily cron job needs to be setup to check the status of the letsencrypt ssl certificates and renew them when necessary when the certificates are renewed a notification email should be sent to deleetdk at the dfx gmail com
1
5,325
26,896,368,855
IssuesEvent
2023-02-06 12:44:18
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
closed
common_data should not contain content the user does not have access to
type: bug work: backend status: ready restricted: maintainers
## Description * Our templates render a `common_data` json that contains the following: * `current_db` * `current_schema` * `schemas` * `databases` * `tables` * `queries` * `abstract_types` * `live_demo_mode` The `databases`, `schemas`, `tables`, and `queries` properties of this list have to...
True
common_data should not contain content the user does not have access to - ## Description * Our templates render a `common_data` json that contains the following: * `current_db` * `current_schema` * `schemas` * `databases` * `tables` * `queries` * `abstract_types` * `live_demo_mode` The `data...
main
common data should not contain content the user does not have access to description our templates render a common data json that contains the following current db current schema schemas databases tables queries abstract types live demo mode the data...
1
4,113
19,529,524,888
IssuesEvent
2021-12-30 14:15:18
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
closed
gpgme needs a new maintainer
9.needs: maintainer
I removed myself as maintainer in #128098. Would anyone be interested to maintain it?
True
gpgme needs a new maintainer - I removed myself as maintainer in #128098. Would anyone be interested to maintain it?
main
gpgme needs a new maintainer i removed myself as maintainer in would anyone be interested to maintain it
1
939
4,652,274,009
IssuesEvent
2016-10-03 13:31:52
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Fail to check package version
affects_2.1 bug_report waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ```docker_image``` module. ##### ANSIBLE VERSION ```bash $ ansible --version ansible 2.1.2.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION Default file used. ##### OS / ENV...
True
Fail to check package version - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ```docker_image``` module. ##### ANSIBLE VERSION ```bash $ ansible --version ansible 2.1.2.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION Defa...
main
fail to check package version issue type bug report component name docker image module ansible version bash ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides configuration defa...
1
6,393
14,498,679,951
IssuesEvent
2020-12-11 15:48:09
ratchetphp/Ratchet
https://api.github.com/repos/ratchetphp/Ratchet
opened
Roadmap
architecture docs enhancement feature
## v0.5 Updates to the next release of Ratchet will be made against the [v0.5 branch](https://github.com/ratchetphp/Ratchet/tree/v0.5). This version will add some functionality, including a transition period, while keeping backwards compatibility. Key features for this version include: - WebSocket deflate support...
1.0
Roadmap - ## v0.5 Updates to the next release of Ratchet will be made against the [v0.5 branch](https://github.com/ratchetphp/Ratchet/tree/v0.5). This version will add some functionality, including a transition period, while keeping backwards compatibility. Key features for this version include: - WebSocket defla...
non_main
roadmap updates to the next release of ratchet will be made against the this version will add some functionality including a transition period while keeping backwards compatibility key features for this version include websocket deflate support off by default a new optional parameter to be ad...
0
269,478
8,436,026,646
IssuesEvent
2018-10-17 14:30:35
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.odiamusic.com - see bug description
browser-firefox priority-normal
<!-- @browser: Firefox 63.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:63.0) Gecko/20100101 Firefox/63.0 --> <!-- @reported_with: desktop-reporter --> **URL**: http://www.odiamusic.com/omplayer/OMPlayerFv12.html **Browser / Version**: Firefox 63.0 **Operating System**: Windows 7 **Tested Another Browser**: ...
1.0
www.odiamusic.com - see bug description - <!-- @browser: Firefox 63.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:63.0) Gecko/20100101 Firefox/63.0 --> <!-- @reported_with: desktop-reporter --> **URL**: http://www.odiamusic.com/omplayer/OMPlayerFv12.html **Browser / Version**: Firefox 63.0 **Operating System...
non_main
see bug description url browser version firefox operating system windows tested another browser yes problem type something else description its not downloading steps to reproduce browser configuration mixed active content blocked false bui...
0
237,948
18,174,051,982
IssuesEvent
2021-09-27 23:35:48
teknologi-umum/bot
https://api.github.com/repos/teknologi-umum/bot
closed
prepare for hacktoberfest
documentation
- [x] create CONTRIBUTING.md - [ ] create pull request template - PR without issue would be rejected - [x] put hacktoberfest tag - [ ] put a few hacktoberfest guides on readme such as: - https://twitter.com/sudo_navendu/status/1437456596473303042 - https://www.digitalocean.com/community/tutorials/hacktoberfest...
1.0
prepare for hacktoberfest - - [x] create CONTRIBUTING.md - [ ] create pull request template - PR without issue would be rejected - [x] put hacktoberfest tag - [ ] put a few hacktoberfest guides on readme such as: - https://twitter.com/sudo_navendu/status/1437456596473303042 - https://www.digitalocean.com/commu...
non_main
prepare for hacktoberfest create contributing md create pull request template pr without issue would be rejected put hacktoberfest tag put a few hacktoberfest guides on readme such as
0
81,275
10,115,945,383
IssuesEvent
2019-07-30 23:40:19
microsoft/microsoft-ui-xaml
https://api.github.com/repos/microsoft/microsoft-ui-xaml
reopened
Proposal: Update hover visual
area-UIDesign feature proposal
## Summary Update the hover visual to align more with the depth model. When item is hovered over, the item is lifted. When you get closer to the item, the color becomes lighter. ## Rationale * The button today indicates hover via grid border lines. Removed the border and using color is more coherent and consistent...
1.0
Proposal: Update hover visual - ## Summary Update the hover visual to align more with the depth model. When item is hovered over, the item is lifted. When you get closer to the item, the color becomes lighter. ## Rationale * The button today indicates hover via grid border lines. Removed the border and using color...
non_main
proposal update hover visual summary update the hover visual to align more with the depth model when item is hovered over the item is lifted when you get closer to the item the color becomes lighter rationale the button today indicates hover via grid border lines removed the border and using color...
0
24,322
3,963,712,438
IssuesEvent
2016-05-02 21:25:10
netty/netty
https://api.github.com/repos/netty/netty
closed
Bug in AbstractMemcacheObjectEncoder with FullMemcacheMessage(s)
defect
Netty 4.1.0-SNAPSHOT There is a bug in [AbstractMemcacheObjectEncoder](https://github.com/netty/netty/blob/4.1/codec-memcache/src/main/java/io/netty/handler/codec/memcache/AbstractMemcacheObjectEncoder.java) on line 48. The `encode()` method returns and the `FullBinaryMemcacheRequest|Response` `content()` gets ne...
1.0
Bug in AbstractMemcacheObjectEncoder with FullMemcacheMessage(s) - Netty 4.1.0-SNAPSHOT There is a bug in [AbstractMemcacheObjectEncoder](https://github.com/netty/netty/blob/4.1/codec-memcache/src/main/java/io/netty/handler/codec/memcache/AbstractMemcacheObjectEncoder.java) on line 48. The `encode()` method retur...
non_main
bug in abstractmemcacheobjectencoder with fullmemcachemessage s netty snapshot there is a bug in on line the encode method returns and the fullbinarymemcacherequest response content gets never written
0
12,471
8,682,500,773
IssuesEvent
2018-12-02 09:05:07
istio/istio
https://api.github.com/repos/istio/istio
closed
TCP proxy from istio gateway to MTLS service fails.
area/networking area/security stale
I got a TCP proxy working great, with mtls disabled. Same service, with a DestinationRule and policy setting mtls - fails. Spent some time debugging, will restart next week - we need to sort it out for 1.0 Please try lastest 1.0 build and create a TCP proxy with mtls enabled for any service, let me know if you ge...
True
TCP proxy from istio gateway to MTLS service fails. - I got a TCP proxy working great, with mtls disabled. Same service, with a DestinationRule and policy setting mtls - fails. Spent some time debugging, will restart next week - we need to sort it out for 1.0 Please try lastest 1.0 build and create a TCP proxy wi...
non_main
tcp proxy from istio gateway to mtls service fails i got a tcp proxy working great with mtls disabled same service with a destinationrule and policy setting mtls fails spent some time debugging will restart next week we need to sort it out for please try lastest build and create a tcp proxy wi...
0
53
2,490,598,661
IssuesEvent
2015-01-02 17:19:42
10up/ElasticPress
https://api.github.com/repos/10up/ElasticPress
closed
Port over the autosuggest from EWP
enhancement high priority
This new plugin is missing the functionality required to make autosuggest work, let's make sure to bring it over.
1.0
Port over the autosuggest from EWP - This new plugin is missing the functionality required to make autosuggest work, let's make sure to bring it over.
non_main
port over the autosuggest from ewp this new plugin is missing the functionality required to make autosuggest work let s make sure to bring it over
0
4,761
24,526,196,572
IssuesEvent
2022-10-11 13:19:04
libp2p/js-libp2p-interfaces
https://api.github.com/repos/libp2p/js-libp2p-interfaces
closed
Broken pubsub type when using external pubsub library
kind/bug status/ready P2 need/maintainers-input
<!-- Thank you for reporting an issue. This issue tracker is for bugs found within the JavaScript implementation of libp2p. If you are asking a question about how to use libp2p, please ask on https://discuss.libp2p.io Otherwise please fill in as much of the template below as possible. --> - **Version**: 0...
True
Broken pubsub type when using external pubsub library - <!-- Thank you for reporting an issue. This issue tracker is for bugs found within the JavaScript implementation of libp2p. If you are asking a question about how to use libp2p, please ask on https://discuss.libp2p.io Otherwise please fill in as much of ...
main
broken pubsub type when using external pubsub library thank you for reporting an issue this issue tracker is for bugs found within the javascript implementation of if you are asking a question about how to use please ask on otherwise please fill in as much of the template below as possible ...
1