Unnamed: 0
int64
0
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
1
744
labels
stringlengths
4
574
body
stringlengths
9
211k
index
stringclasses
10 values
text_combine
stringlengths
96
211k
label
stringclasses
2 values
text
stringlengths
96
188k
binary_label
int64
0
1
14,726
17,936,626,750
IssuesEvent
2021-09-10 16:07:50
aiidateam/aiida-core
https://api.github.com/repos/aiidateam/aiida-core
opened
Process functions have inconsistent behavior in validating inputs nested in dictionaries
type/bug priority/important topic/engine topic/processes
Consider the two following calcfunctions ```python @engine.calcfunction def test_kwargs(**kwargs): results = {} for key, value in kwargs['namespace'].items(): results[key] = value + 1 return results test_kwargs(namespace': {'a': orm.Int(1)}) @engine.calcfunction def test_kwargs(nam...
1.0
Process functions have inconsistent behavior in validating inputs nested in dictionaries - Consider the two following calcfunctions ```python @engine.calcfunction def test_kwargs(**kwargs): results = {} for key, value in kwargs['namespace'].items(): results[key] = value + 1 return results...
process
process functions have inconsistent behavior in validating inputs nested in dictionaries consider the two following calcfunctions python engine calcfunction def test kwargs kwargs results for key value in kwargs items results value return results test kwargs ...
1
106,004
11,464,454,607
IssuesEvent
2020-02-07 18:06:46
luckygogreen/AccessGateway
https://api.github.com/repos/luckygogreen/AccessGateway
closed
Celery Setting配置
documentation help wanted
CELERY_DEFAULT_QUEUE:默认队列 BROKER_URL : 代理人即rabbitmq的网址 CELERY_RESULT_BACKEND:结果存储地址 CELERY_TASK_SERIALIZER:任务序列化方式 CELERY_RESULT_SERIALIZER:任务执行结果序列化方式 CELERY_TASK_RESULT_EXPIRES:任务过期时间 CELERY_ACCEPT_CONTENT:指定任务接受的内容序列化类型(序列化),一个列表; # 注意,celery4版本后,CELERY_BROKER_URL改为BROKER_URL BROKER_URL = 'amqp://username:p...
1.0
Celery Setting配置 - CELERY_DEFAULT_QUEUE:默认队列 BROKER_URL : 代理人即rabbitmq的网址 CELERY_RESULT_BACKEND:结果存储地址 CELERY_TASK_SERIALIZER:任务序列化方式 CELERY_RESULT_SERIALIZER:任务执行结果序列化方式 CELERY_TASK_RESULT_EXPIRES:任务过期时间 CELERY_ACCEPT_CONTENT:指定任务接受的内容序列化类型(序列化),一个列表; # 注意,celery4版本后,CELERY_BROKER_URL改为BROKER_URL BROKER_URL =...
non_process
celery setting配置 celery default queue:默认队列 broker url 代理人即rabbitmq的网址 celery result backend:结果存储地址 celery task serializer:任务序列化方式 celery result serializer:任务执行结果序列化方式 celery task result expires:任务过期时间 celery accept content:指定任务接受的内容序列化类型 序列化 ,一个列表; 注意, ,celery broker url改为broker url broker url amqp ...
0
32,402
6,052,396,659
IssuesEvent
2017-06-13 04:40:41
mds3dstn71/bryce
https://api.github.com/repos/mds3dstn71/bryce
opened
Versioning problematic when projects are worked simultaneously
documentation
The current Versioning section contains the following: > [MAIN].[SITE].[MINOR] - `MAIN` - a bump would mean a drastic change in content presentation for the home page - `SITE` - current web site clone task, e.g. S01 => 1, S32 => 32, etc. - `MINOR` - closed issues and minor changes introduced afte...
1.0
Versioning problematic when projects are worked simultaneously - The current Versioning section contains the following: > [MAIN].[SITE].[MINOR] - `MAIN` - a bump would mean a drastic change in content presentation for the home page - `SITE` - current web site clone task, e.g. S01 => 1, S32 => 32, ...
non_process
versioning problematic when projects are worked simultaneously the current versioning section contains the following main a bump would mean a drastic change in content presentation for the home page site current web site clone task e g etc minor clo...
0
407,218
11,908,171,859
IssuesEvent
2020-03-31 00:11:00
eclipse-ee4j/glassfish
https://api.github.com/repos/eclipse-ee4j/glassfish
closed
"asadmin help create-auth-realm" shows incorrect information
Component: command_line_interface ERR: Assignee Priority: Minor Stale Type: Bug
When reading the text produced by `asadmin help create-auth-realm`, under "--property", subsection "You can specify the following properties for JDBCRealm:", the property "group-table" has 3 entries (2 should be removed). Property "group-table-user-name-column" was not mentioned (and should be added). (This correspond...
1.0
"asadmin help create-auth-realm" shows incorrect information - When reading the text produced by `asadmin help create-auth-realm`, under "--property", subsection "You can specify the following properties for JDBCRealm:", the property "group-table" has 3 entries (2 should be removed). Property "group-table-user-name-col...
non_process
asadmin help create auth realm shows incorrect information when reading the text produced by asadmin help create auth realm under property subsection you can specify the following properties for jdbcrealm the property group table has entries should be removed property group table user name col...
0
2,685
5,534,910,057
IssuesEvent
2017-03-21 16:17:58
elastic/beats
https://api.github.com/repos/elastic/beats
opened
Support Azure in add_cloud_metadata Processor
:Processors enhancement libbeat
I had a request for this at ElasticON. I'm not finding much documentation via Google (maybe I should be trying Live). I'll see about getting an Azure account to spin up and instance and see what's available from http://169.254.169.254/metadata/v1/maintenance\. https://azure.microsoft.com/en-us/blog/what-just-happene...
1.0
Support Azure in add_cloud_metadata Processor - I had a request for this at ElasticON. I'm not finding much documentation via Google (maybe I should be trying Live). I'll see about getting an Azure account to spin up and instance and see what's available from http://169.254.169.254/metadata/v1/maintenance\. https://...
process
support azure in add cloud metadata processor i had a request for this at elasticon i m not finding much documentation via google maybe i should be trying live i ll see about getting an azure account to spin up and instance and see what s available from
1
14,668
17,787,177,689
IssuesEvent
2021-08-31 12:30:44
googleapis/python-bigquery
https://api.github.com/repos/googleapis/python-bigquery
reopened
Dependency Dashboard
api: bigquery type: process
This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of any. - [ ] <!-- rebase-branch=renovate/all -->[chore(deps): update all de...
1.0
Dependency Dashboard - This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of any. - [ ] <!-- rebase-branch=renovate/all -->[cho...
process
dependency dashboard this issue provides visibility into renovate updates and their statuses open these updates have all been created already click a checkbox below to force a retry rebase of any pull google cloud bigquery google cloud testutils google importlib metadata pyt...
1
117,999
9,967,800,787
IssuesEvent
2019-07-08 14:20:12
raiden-network/raiden
https://api.github.com/repos/raiden-network/raiden
closed
Increase test coverage on raiden/raiden_service.py
testing
`raiden/raiden_service.py` currently has 85% test coverage. Increase it to 90%. Coverage report: https://codecov.io/gh/raiden-network/raiden/tree/master/raiden
1.0
Increase test coverage on raiden/raiden_service.py - `raiden/raiden_service.py` currently has 85% test coverage. Increase it to 90%. Coverage report: https://codecov.io/gh/raiden-network/raiden/tree/master/raiden
non_process
increase test coverage on raiden raiden service py raiden raiden service py currently has test coverage increase it to coverage report
0
7,686
10,774,097,721
IssuesEvent
2019-11-03 02:02:48
bisq-network/bisq
https://api.github.com/repos/bisq-network/bisq
closed
Allow for input of custom addresses and amount on payout transaction
in:trade-process in:wallet was:dropped
At present, a Bisq trade has 4 phases: 1. Make offer: A) Maker transaction ◦ trade fee ◦ security deposit ◦ payment (if BTC seller) 2. Take offer: A) Taker transaction ▪ trade fee ▪ security deposit ▪ payment (if BTC selle...
1.0
Allow for input of custom addresses and amount on payout transaction - At present, a Bisq trade has 4 phases: 1. Make offer: A) Maker transaction ◦ trade fee ◦ security deposit ◦ payment (if BTC seller) 2. Take offer: A) Taker transaction ▪ trade f...
process
allow for input of custom addresses and amount on payout transaction at present a bisq trade has phases make offer a maker transaction ◦ trade fee ◦ security deposit ◦ payment if btc seller take offer a taker transaction ▪ trade f...
1
46,571
6,024,470,221
IssuesEvent
2017-06-08 05:18:22
openMF/community-app
https://api.github.com/repos/openMF/community-app
closed
Reskin: Large gap between Field Name and it's corresponding radio button
design gsoc p1 reskin
Check the screenshots for some of the cases: ![reskin](https://cloud.githubusercontent.com/assets/23022667/23603935/085c0eb6-027d-11e7-9aae-6c0d3b9acab3.png) ![reskin1](https://cloud.githubusercontent.com/assets/23022667/23603934/08563392-027d-11e7-80d6-71448f764ad3.png) ![reskin2](https://cloud.githubusercont...
1.0
Reskin: Large gap between Field Name and it's corresponding radio button - Check the screenshots for some of the cases: ![reskin](https://cloud.githubusercontent.com/assets/23022667/23603935/085c0eb6-027d-11e7-9aae-6c0d3b9acab3.png) ![reskin1](https://cloud.githubusercontent.com/assets/23022667/23603934/08563392-...
non_process
reskin large gap between field name and it s corresponding radio button check the screenshots for some of the cases
0
7,676
10,761,671,574
IssuesEvent
2019-10-31 21:19:44
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
Crash QGIS when generate tiles with : Raster tools - Generate XYZ tiles(Directory) - Zoom 19
Bug Processing
Crash QGIS (version 3.8.3 and 3.4.12) when generate tiles with : Raster tools - Generate XYZ tiles(Directory) for zoom 19 In attachment the settings (screenshot1.PNG). In attachment the error when treatment is realised at 80% (screenshot2.PNG). And stack trace NCS::JPC::CTilePartHeaderBase::_GetSequentialP...
1.0
Crash QGIS when generate tiles with : Raster tools - Generate XYZ tiles(Directory) - Zoom 19 - Crash QGIS (version 3.8.3 and 3.4.12) when generate tiles with : Raster tools - Generate XYZ tiles(Directory) for zoom 19 In attachment the settings (screenshot1.PNG). In attachment the error when treatment is realised at...
process
crash qgis when generate tiles with raster tools generate xyz tiles directory zoom crash qgis version and when generate tiles with raster tools generate xyz tiles directory for zoom in attachment the settings png in attachment the error when treatment is realised at png ...
1
20,471
27,131,399,766
IssuesEvent
2023-02-16 10:02:34
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
Require Python imports to be qualified with repo name
P4 type: process team-Rules-Python stale
For context see #6886, #7051, and [discussion thread](https://groups.google.com/forum/?nomobile=true#!topic/bazel-sig-python/H26e3VAxsp8). For all Python modules that are defined within the build (not standard library modules, not extra libraries installed non-hermetically on the system), we should require that they...
1.0
Require Python imports to be qualified with repo name - For context see #6886, #7051, and [discussion thread](https://groups.google.com/forum/?nomobile=true#!topic/bazel-sig-python/H26e3VAxsp8). For all Python modules that are defined within the build (not standard library modules, not extra libraries installed non-...
process
require python imports to be qualified with repo name for context see and for all python modules that are defined within the build not standard library modules not extra libraries installed non hermetically on the system we should require that they be imported using their fully qualified name whic...
1
182,543
14,917,299,887
IssuesEvent
2021-01-22 19:37:58
wix/sentry-testkit
https://api.github.com/repos/wix/sentry-testkit
opened
update sentry-testkit documentation on docs.sentry.io
documentation goodness-squad
There's a section of `Sentry-Testkit` in official [Sentry Docs](https://docs.sentry.io/platforms/javascript/configuration/sentry-testkit/) pages. We need to enrich the the very initial readme documentation we have there, as it might be outdated and not informal enough. The sections we need to add are: * Integrat...
1.0
update sentry-testkit documentation on docs.sentry.io - There's a section of `Sentry-Testkit` in official [Sentry Docs](https://docs.sentry.io/platforms/javascript/configuration/sentry-testkit/) pages. We need to enrich the the very initial readme documentation we have there, as it might be outdated and not informal...
non_process
update sentry testkit documentation on docs sentry io there s a section of sentry testkit in official pages we need to enrich the the very initial readme documentation we have there as it might be outdated and not informal enough the sections we need to add are integration with puppeteer network...
0
18,952
24,912,144,528
IssuesEvent
2022-10-30 00:58:48
opensearch-project/data-prepper
https://api.github.com/repos/opensearch-project/data-prepper
opened
OpenSearch Enrichment Processor
plugin - processor
**Is your feature request related to a problem? Please describe.** Pipeline authors often want to enrich Events with data from an existing OpenSearch cluster. This allows authors to enrich events with data from other events which were already sent to OpenSearch. **Describe the solution you'd like** Provide an ...
1.0
OpenSearch Enrichment Processor - **Is your feature request related to a problem? Please describe.** Pipeline authors often want to enrich Events with data from an existing OpenSearch cluster. This allows authors to enrich events with data from other events which were already sent to OpenSearch. **Describe the so...
process
opensearch enrichment processor is your feature request related to a problem please describe pipeline authors often want to enrich events with data from an existing opensearch cluster this allows authors to enrich events with data from other events which were already sent to opensearch describe the so...
1
291,074
8,919,700,147
IssuesEvent
2019-01-21 02:17:48
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.roblox.com - Roblox Player Launcher not working
browser-firefox priority-important severity-important
<!-- @browser: Firefox 66.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.roblox.com **Browser / Version**: Firefox 66.0 **Operating System**: Windows 10 **Tested Another Browser**: Yes **Problem ...
1.0
www.roblox.com - Roblox Player Launcher not working - <!-- @browser: Firefox 66.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.roblox.com **Browser / Version**: Firefox 66.0 **Operating System**: ...
non_process
roblox player launcher not working url browser version firefox operating system windows tested another browser yes problem type site is not usable description roblox player launcher not working steps to reproduce after clicking play button and installing laun...
0
16,705
21,843,253,366
IssuesEvent
2022-05-18 00:15:00
lbryio/scribe
https://api.github.com/repos/lbryio/scribe
closed
Precomputed address history statuses take up a lot of space and slow down initial sync
area: block processor type: feature request
- precomputed statuses should be an optional feature, off by default - address statuses add ~20gb to the database, which might not be ok for all users - precomputed statuses should not be calculated until initial sync has finished. After initial sync they should be initialized.
1.0
Precomputed address history statuses take up a lot of space and slow down initial sync - - precomputed statuses should be an optional feature, off by default - address statuses add ~20gb to the database, which might not be ok for all users - precomputed statuses should not be calculated until initial sync has finishe...
process
precomputed address history statuses take up a lot of space and slow down initial sync precomputed statuses should be an optional feature off by default address statuses add to the database which might not be ok for all users precomputed statuses should not be calculated until initial sync has finished ...
1
4,635
7,480,625,671
IssuesEvent
2018-04-04 18:00:07
awslabs/serverless-application-model
https://api.github.com/repos/awslabs/serverless-application-model
opened
Setup semantic release
area/release-process type/feature
<!-- Before reporting a new issue, make sure we don't have any duplicates already open or closed by searching the issues list. If there is a duplicate, re-open or add a comment to the existing issue instead of creating a new one. If you are reporting a bug, make sure to include relevant information asked below to...
1.0
Setup semantic release - <!-- Before reporting a new issue, make sure we don't have any duplicates already open or closed by searching the issues list. If there is a duplicate, re-open or add a comment to the existing issue instead of creating a new one. If you are reporting a bug, make sure to include relevant i...
process
setup semantic release before reporting a new issue make sure we don t have any duplicates already open or closed by searching the issues list if there is a duplicate re open or add a comment to the existing issue instead of creating a new one if you are reporting a bug make sure to include relevant i...
1
5,049
7,859,872,663
IssuesEvent
2018-06-21 18:01:12
leg2015/Aagos
https://api.github.com/repos/leg2015/Aagos
closed
Create Python Script to Clean Data
data processing
- [ ] Python script to clean data * should loop through each directory for each mutation combo and add to one large csv * Want two scripts: 1. Grabs data from: - `representative.csv` - `gene_stats.csv` - `fitness.csv` 2. Grabs data from: - `representative.csv` - `gene_st...
1.0
Create Python Script to Clean Data - - [ ] Python script to clean data * should loop through each directory for each mutation combo and add to one large csv * Want two scripts: 1. Grabs data from: - `representative.csv` - `gene_stats.csv` - `fitness.csv` 2. Grabs data from: - `...
process
create python script to clean data python script to clean data should loop through each directory for each mutation combo and add to one large csv want two scripts grabs data from representative csv gene stats csv fitness csv grabs data from re...
1
324,382
23,996,391,233
IssuesEvent
2022-09-14 07:55:04
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
closed
Guideline 2022.02.xx - Plugins migration to use dynamic import
Priority: High Accepted Documentation C169-Rennes-Métropole-2021-GeOrchestra3
## Description Migration guidelines for 2022.02.xx should have a chapter related to migration of plugins in project's plugins.js file. *Documentation section involved* - [ ] User Guide - [x] Developer Guide ## Other useful information
1.0
Guideline 2022.02.xx - Plugins migration to use dynamic import - ## Description Migration guidelines for 2022.02.xx should have a chapter related to migration of plugins in project's plugins.js file. *Documentation section involved* - [ ] User Guide - [x] Developer Guide ## Other useful information
non_process
guideline xx plugins migration to use dynamic import description migration guidelines for xx should have a chapter related to migration of plugins in project s plugins js file documentation section involved user guide developer guide other useful information
0
18,789
24,693,412,643
IssuesEvent
2022-10-19 10:12:37
geneontology/go-ontology
https://api.github.com/repos/geneontology/go-ontology
closed
GO:0033483 gas homeostasis
obsoletion parent relationship query cellular processes
Hello, For the BP refactoring, we will split cellular and organism-level processes, as described in the [2022 bp refactoring plan - top level](https://docs.google.com/document/d/1k8yuWTMSkYVTnt2hRbrPVH8Ud3gDwC5IrGu4PqHkKds/edit). This ticket describes changes to the GO:0033483 gas homeostasis branch: - [x] ...
1.0
GO:0033483 gas homeostasis - Hello, For the BP refactoring, we will split cellular and organism-level processes, as described in the [2022 bp refactoring plan - top level](https://docs.google.com/document/d/1k8yuWTMSkYVTnt2hRbrPVH8Ud3gDwC5IrGu4PqHkKds/edit). This ticket describes changes to the GO:0033483 gas h...
process
go gas homeostasis hello for the bp refactoring we will split cellular and organism level processes as described in the this ticket describes changes to the go gas homeostasis branch obsolete go gas homeostasis no annotations unnecessary grouping term go nitric oxide homeostasis...
1
22,179
30,729,262,256
IssuesEvent
2023-07-27 22:59:01
hashgraph/hedera-json-rpc-relay
https://api.github.com/repos/hashgraph/hedera-json-rpc-relay
closed
Move the JSON RPC Relay grafana dashboard configs into the JSON RPC Relay repository
enhancement P3 process
### Problem As a developers adding metrics to the JSON RPC Relay I would like to have a fast iterative development experience. All development updates should be done in one place or repository. This should be the JSON RPC Relay. The grafana dashboard is part of the product and should be maintained with the product....
1.0
Move the JSON RPC Relay grafana dashboard configs into the JSON RPC Relay repository - ### Problem As a developers adding metrics to the JSON RPC Relay I would like to have a fast iterative development experience. All development updates should be done in one place or repository. This should be the JSON RPC Relay. ...
process
move the json rpc relay grafana dashboard configs into the json rpc relay repository problem as a developers adding metrics to the json rpc relay i would like to have a fast iterative development experience all development updates should be done in one place or repository this should be the json rpc relay ...
1
17,101
22,622,401,041
IssuesEvent
2022-06-30 07:44:00
didi/mpx
https://api.github.com/repos/didi/mpx
closed
[Bug report] 使用mpx.reportEvent报错
processing
**问题描述** 请用简洁的语言描述你遇到的bug,至少包括以下部分,如提供截图请尽量完整: 1. 问题触发的条件 在代码中加入 `mpx.reportEvengt`,在开发工具和真机上都会报错。 ``` ts import mpx, { createPage } from '@mpxjs/core' createPage({ onLoad () { mpx.reportEvent('test_id', { a: 1, b: false }) } }) ``` 2. 期望的表现 不报错 3. 实际的表现 报错如下。 ![image](https...
1.0
[Bug report] 使用mpx.reportEvent报错 - **问题描述** 请用简洁的语言描述你遇到的bug,至少包括以下部分,如提供截图请尽量完整: 1. 问题触发的条件 在代码中加入 `mpx.reportEvengt`,在开发工具和真机上都会报错。 ``` ts import mpx, { createPage } from '@mpxjs/core' createPage({ onLoad () { mpx.reportEvent('test_id', { a: 1, b: false }) } }) ``` 2. 期望的表现 不...
process
使用mpx reportevent报错 问题描述 请用简洁的语言描述你遇到的bug,至少包括以下部分,如提供截图请尽量完整: 问题触发的条件 在代码中加入 mpx reportevengt ,在开发工具和真机上都会报错。 ts import mpx createpage from mpxjs core createpage onload mpx reportevent test id a b false 期望的表现 不报错 实际的表...
1
13,374
15,835,712,103
IssuesEvent
2021-04-06 18:22:04
EKGF/ekg-mm
https://api.github.com/repos/EKGF/ekg-mm
closed
Remove 'members only' sections from EKG/MM doc
ekg-mm-process
Since this repo is now public it doesn't make sense anymore to publish a "members only version" anymore.
1.0
Remove 'members only' sections from EKG/MM doc - Since this repo is now public it doesn't make sense anymore to publish a "members only version" anymore.
process
remove members only sections from ekg mm doc since this repo is now public it doesn t make sense anymore to publish a members only version anymore
1
19,358
25,491,345,658
IssuesEvent
2022-11-27 04:50:19
hsmusic/hsmusic-wiki
https://api.github.com/repos/hsmusic/hsmusic-wiki
closed
Emoji and some symbols aren't being filtered out when normalizing names
type: bug (user-facing) scope: data processing
See "Tracks - by Name" listing. None of these symbols, emoji, or punctuation should be retained for sorting purposes (e.g. `♉ - Breathtak1ng` should be under B's, `♬ Disc 3 ♬` should be under D's, `!!~~~ the will to figt ~~~!!` should be under W's). ![Tracks - by Name listing](https://user-images.githubusercontent.c...
1.0
Emoji and some symbols aren't being filtered out when normalizing names - See "Tracks - by Name" listing. None of these symbols, emoji, or punctuation should be retained for sorting purposes (e.g. `♉ - Breathtak1ng` should be under B's, `♬ Disc 3 ♬` should be under D's, `!!~~~ the will to figt ~~~!!` should be under W'...
process
emoji and some symbols aren t being filtered out when normalizing names see tracks by name listing none of these symbols emoji or punctuation should be retained for sorting purposes e g ♉ should be under b s ♬ disc ♬ should be under d s the will to figt should be under w s
1
4,725
7,570,087,786
IssuesEvent
2018-04-23 07:51:01
nodejs/node
https://api.github.com/repos/nodejs/node
closed
Rename possibly offensive terminology in child_process
child_process errors
Currently, we use the terminology "Child died" when child processed get terminated. We discussed the terminology in https://github.com/nodejs/node/pull/14293#discussion_r127606290 , copying my comment from there: > I'm usually the last one to worry about that sort of stuff - but is it possible this terminology ...
1.0
Rename possibly offensive terminology in child_process - Currently, we use the terminology "Child died" when child processed get terminated. We discussed the terminology in https://github.com/nodejs/node/pull/14293#discussion_r127606290 , copying my comment from there: > I'm usually the last one to worry about ...
process
rename possibly offensive terminology in child process currently we use the terminology child died when child processed get terminated we discussed the terminology in copying my comment from there i m usually the last one to worry about that sort of stuff but is it possible this terminology is of...
1
136
2,574,321,021
IssuesEvent
2015-02-11 16:17:19
mvdm/vandermeerlab
https://api.github.com/repos/mvdm/vandermeerlab
opened
Make conversion to cm in LoadPos() more robust
data preprocessing neuralynx
LoadPos() has a cfg option to convert pixels to cm, but this is currently done in a way that depends on the actual tracking data: X_pixelsize = max(pos_tsd.data(1,:)) - min(pos_tsd.data(1,:)); Y_pixelsize = max(pos_tsd.data(2,:)) - min(pos_tsd.data(2,:)); This is problematic because then if the rat leans...
1.0
Make conversion to cm in LoadPos() more robust - LoadPos() has a cfg option to convert pixels to cm, but this is currently done in a way that depends on the actual tracking data: X_pixelsize = max(pos_tsd.data(1,:)) - min(pos_tsd.data(1,:)); Y_pixelsize = max(pos_tsd.data(2,:)) - min(pos_tsd.data(2,:)); ...
process
make conversion to cm in loadpos more robust loadpos has a cfg option to convert pixels to cm but this is currently done in a way that depends on the actual tracking data x pixelsize max pos tsd data min pos tsd data y pixelsize max pos tsd data min pos tsd data ...
1
675,339
23,090,629,525
IssuesEvent
2022-07-26 14:56:50
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
facebook.com - design is broken
status-needsinfo browser-firefox priority-critical engine-gecko
<!-- @browser: Firefox 102.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0 --> <!-- @reported_with: unknown --> **URL**: https://facebook.com **Browser / Version**: Firefox 102.0 **Operating System**: Windows 10 **Tested Another Browser**: No **Problem type**:...
1.0
facebook.com - design is broken - <!-- @browser: Firefox 102.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0 --> <!-- @reported_with: unknown --> **URL**: https://facebook.com **Browser / Version**: Firefox 102.0 **Operating System**: Windows 10 **Tested Another...
non_process
facebook com design is broken url browser version firefox operating system windows tested another browser no problem type design is broken description items not fully visible steps to reproduce i have tested this problem on differend firefox browsers when i ...
0
153,410
19,706,291,762
IssuesEvent
2022-01-12 22:29:10
vascomfnunes/vasco.dev
https://api.github.com/repos/vascomfnunes/vasco.dev
closed
CVE-2021-3749 (High) detected in axios-0.21.1.tgz
security vulnerability
## CVE-2021-3749 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>axios-0.21.1.tgz</b></p></summary> <p>Promise based HTTP client for the browser and node.js</p> <p>Library home page: <...
True
CVE-2021-3749 (High) detected in axios-0.21.1.tgz - ## CVE-2021-3749 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>axios-0.21.1.tgz</b></p></summary> <p>Promise based HTTP client for...
non_process
cve high detected in axios tgz cve high severity vulnerability vulnerable library axios tgz promise based http client for the browser and node js library home page a href path to dependency file vasco dev package json path to vulnerable library vasco dev node modules...
0
214,074
24,035,081,832
IssuesEvent
2022-09-15 18:22:30
jtimberlake/react-server
https://api.github.com/repos/jtimberlake/react-server
opened
CVE-2022-2900 (High) detected in parse-url-5.0.1.tgz
security vulnerability
## CVE-2022-2900 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>parse-url-5.0.1.tgz</b></p></summary> <p>An advanced url parser supporting git urls too.</p> <p>Library home page: <a h...
True
CVE-2022-2900 (High) detected in parse-url-5.0.1.tgz - ## CVE-2022-2900 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>parse-url-5.0.1.tgz</b></p></summary> <p>An advanced url parser ...
non_process
cve high detected in parse url tgz cve high severity vulnerability vulnerable library parse url tgz an advanced url parser supporting git urls too library home page a href path to dependency file package json path to vulnerable library node modules parse url packa...
0
439,997
30,725,420,587
IssuesEvent
2023-07-27 19:13:59
weaveworks/weave-gitops
https://api.github.com/repos/weaveworks/weave-gitops
opened
How to Configure SSO in Helmchart WeaveGitops (Discussion #4103)
documentation
<!-- Please fill out as much information as possible. The more info we have, the faster we can schedule the work :) --> **What issue with the docs have you found?** - [ x ] Missing information - [ ] Incorrect information - [ ] Something else **Describe what you are trying to do** Hi. I am need configu...
1.0
How to Configure SSO in Helmchart WeaveGitops (Discussion #4103) - <!-- Please fill out as much information as possible. The more info we have, the faster we can schedule the work :) --> **What issue with the docs have you found?** - [ x ] Missing information - [ ] Incorrect information - [ ] Something else ...
non_process
how to configure sso in helmchart weavegitops discussion please fill out as much information as possible the more info we have the faster we can schedule the work what issue with the docs have you found missing information incorrect information something else descri...
0
39,257
10,320,335,399
IssuesEvent
2019-08-30 20:11:53
bitcoin-s/bitcoin-s
https://api.github.com/repos/bitcoin-s/bitcoin-s
closed
eclairRpcTest/test does not download bitcoind binaries
bug build
Introduced in #710 If i run `eclairRpcTest/test` I get an error that looks like this for all of my eclair unit tests ```[info] java.nio.file.NoSuchFileException: /home/chris/dev/bitcoin-s-core/binaries/bitcoind [info] at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) [info]...
1.0
eclairRpcTest/test does not download bitcoind binaries - Introduced in #710 If i run `eclairRpcTest/test` I get an error that looks like this for all of my eclair unit tests ```[info] java.nio.file.NoSuchFileException: /home/chris/dev/bitcoin-s-core/binaries/bitcoind [info] at sun.nio.fs.UnixExcept...
non_process
eclairrpctest test does not download bitcoind binaries introduced in if i run eclairrpctest test i get an error that looks like this for all of my eclair unit tests java nio file nosuchfileexception home chris dev bitcoin s core binaries bitcoind at sun nio fs unixexception translat...
0
130,418
10,608,406,838
IssuesEvent
2019-10-11 07:27:32
viszerale-therapie/simple-courses
https://api.github.com/repos/viszerale-therapie/simple-courses
closed
Fwd: bitte dringend - neuer Kurs fehlerhaft online
bug prio1 ready for test
*Sent by @Andreas-Schoenefeldt. Created by [fire](https://fire.fundersclub.com/).* --- Laut Error Log: An exception occurred while executing 'INSERT INTO termine (language, taxJurisdiction, datum_von, datum_bis, deaktiviert, assistentID, teacherID, courseTypeID, locationID, max_teilnehmer, termin_de, preis, lastUpdate...
1.0
Fwd: bitte dringend - neuer Kurs fehlerhaft online - *Sent by @Andreas-Schoenefeldt. Created by [fire](https://fire.fundersclub.com/).* --- Laut Error Log: An exception occurred while executing 'INSERT INTO termine (language, taxJurisdiction, datum_von, datum_bis, deaktiviert, assistentID, teacherID, courseTypeID, loc...
non_process
fwd bitte dringend neuer kurs fehlerhaft online sent by andreas schoenefeldt created by laut error log an exception occurred while executing insert into termine language taxjurisdiction datum von datum bis deaktiviert assistentid teacherid coursetypeid locationid max teilnehmer termin de ...
0
14,375
17,398,345,317
IssuesEvent
2021-08-02 16:02:41
deepset-ai/haystack
https://api.github.com/repos/deepset-ai/haystack
closed
TransformersSummarizer crashes if given long input
Contributions wanted! topic:models topic:pipeline topic:preprocessing type:feature
If the TransformersSummarizer is given an input that is longer than the model's max_seq_len, an error will be thrown. Instead, I think a warning message should be printed to console and the input text should be truncated so that the Node can still run.
1.0
TransformersSummarizer crashes if given long input - If the TransformersSummarizer is given an input that is longer than the model's max_seq_len, an error will be thrown. Instead, I think a warning message should be printed to console and the input text should be truncated so that the Node can still run.
process
transformerssummarizer crashes if given long input if the transformerssummarizer is given an input that is longer than the model s max seq len an error will be thrown instead i think a warning message should be printed to console and the input text should be truncated so that the node can still run
1
356,805
10,597,707,811
IssuesEvent
2019-10-10 01:47:42
metabase/metabase
https://api.github.com/repos/metabase/metabase
closed
Timeline label shows repeated months
Misc/Timezones Priority:P1 Type:Bug Visualization/
More often than not, I get my timeline charts all messed up because I get repeated periods on the label. This caused all data to be shifted on the visual presentation, making it absolutely misleading. Does this happen to anyone else and is there a way to fix it? <img width="786" alt="screen shot 2017-09-07 at 15 32...
1.0
Timeline label shows repeated months - More often than not, I get my timeline charts all messed up because I get repeated periods on the label. This caused all data to be shifted on the visual presentation, making it absolutely misleading. Does this happen to anyone else and is there a way to fix it? <img width="78...
non_process
timeline label shows repeated months more often than not i get my timeline charts all messed up because i get repeated periods on the label this caused all data to be shifted on the visual presentation making it absolutely misleading does this happen to anyone else and is there a way to fix it img width ...
0
487,444
14,046,725,666
IssuesEvent
2020-11-02 05:33:25
AY2021S1-CS2103T-T13-3/tp
https://api.github.com/repos/AY2021S1-CS2103T-T13-3/tp
closed
As a busy trainer, I can ask if xxx time is available
priority.low type.story
so that I can add new student to that time slot
1.0
As a busy trainer, I can ask if xxx time is available - so that I can add new student to that time slot
non_process
as a busy trainer i can ask if xxx time is available so that i can add new student to that time slot
0
11,550
14,433,782,918
IssuesEvent
2020-12-07 05:43:04
cggos/cggos.github.io
https://api.github.com/repos/cggos/cggos.github.io
opened
图像频率域分析之傅里叶变换 - Gavin Gao's Blog
Gitalk image-process-fft2
https://cggos.github.io/image-process-fft2.html [TOC]傅里叶变换基础傅里叶级数法国数学家傅里叶发现,任何周期函数都可以用正弦函数和余弦函数构成的无穷级数来表示(选择正弦函数与余弦函数作为基函数是因为它们是正交的),即 任何周期信号都可以表示成一系列正弦信号的叠加 三角形式\[f(t) = \frac{a_0}{2} +\sum_{k=1}^{+\inft...
1.0
图像频率域分析之傅里叶变换 - Gavin Gao's Blog - https://cggos.github.io/image-process-fft2.html [TOC]傅里叶变换基础傅里叶级数法国数学家傅里叶发现,任何周期函数都可以用正弦函数和余弦函数构成的无穷级数来表示(选择正弦函数与余弦函数作为基函数是因为它们是正交的),即 任何周期信号都可以表示成一系列正弦信号的叠加 三角形式\[f(t) = \frac{a_0}{2} +\sum_{k=1}^{+\inft...
process
图像频率域分析之傅里叶变换 gavin gao s blog 傅里叶变换基础傅里叶级数法国数学家傅里叶发现,任何周期函数都可以用正弦函数和余弦函数构成的无穷级数来表示(选择正弦函数与余弦函数作为基函数是因为它们是正交的),即 任何周期信号都可以表示成一系列正弦信号的叠加 三角形式 f t frac a sum k inft
1
5,288
8,073,214,795
IssuesEvent
2018-08-06 18:30:25
GoogleCloudPlatform/google-cloud-python
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-python
closed
Spanner: 'test_transaction_read_and_insert_then_rollback' systest flake
api: spanner flaky testing type: process
See: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/7509 ```python ________ TestSessionAPI.test_transaction_read_and_insert_then_rollback _________ args = (<tests.system.test_system.TestSessionAPI testMethod=test_transaction_read_and_insert_then_rollback>,) kwargs = {}, tries = 0 @wraps(...
1.0
Spanner: 'test_transaction_read_and_insert_then_rollback' systest flake - See: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/7509 ```python ________ TestSessionAPI.test_transaction_read_and_insert_then_rollback _________ args = (<tests.system.test_system.TestSessionAPI testMethod=test_transacti...
process
spanner test transaction read and insert then rollback systest flake see python testsessionapi test transaction read and insert then rollback args kwargs tries wraps to wrap def wrapped function args kwargs tries while trie...
1
83,854
10,340,938,648
IssuesEvent
2019-09-03 23:57:09
spring-projects/spring-boot
https://api.github.com/repos/spring-projects/spring-boot
closed
Document @SpringBootApplication scanBasePackages restrictions
type: documentation
If I write an `Application` class in `com.acme.app` and annotate in such a way to drive Spring scan its parent package too: ```java package com.acme.app; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication(scanBasePackages = {"com.acme"}) public class Application { ...
1.0
Document @SpringBootApplication scanBasePackages restrictions - If I write an `Application` class in `com.acme.app` and annotate in such a way to drive Spring scan its parent package too: ```java package com.acme.app; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication(...
non_process
document springbootapplication scanbasepackages restrictions if i write an application class in com acme app and annotate in such a way to drive spring scan its parent package too java package com acme app import org springframework boot autoconfigure springbootapplication springbootapplication ...
0
67
2,523,272,543
IssuesEvent
2015-01-20 09:03:47
sysown/proxysql-0.2
https://api.github.com/repos/sysown/proxysql-0.2
opened
Extract modifiers from comment
cxx_pa development enhancement GLOBAL MYSQL PROTOCOL QUERY PROCESSOR
Application should be able to send instructions and modify the behavior of the proxy using key/value pairs inside a comment. We need to define the list of variables.
1.0
Extract modifiers from comment - Application should be able to send instructions and modify the behavior of the proxy using key/value pairs inside a comment. We need to define the list of variables.
process
extract modifiers from comment application should be able to send instructions and modify the behavior of the proxy using key value pairs inside a comment we need to define the list of variables
1
16,597
21,651,786,071
IssuesEvent
2022-05-06 10:06:02
2i2c-org/team-compass
https://api.github.com/repos/2i2c-org/team-compass
opened
Commit to holding our team meeting on a set date
:label: team-process :label: meeting
### Context At the minute, our team meeting happens every 4 weeks. Which means the meeting creeps earlier into the month as the year passes since not all months have four weeks. When trying to create a standup bot that will more reliably notify the team member who will be the facilitator for the meeting, syncing up th...
1.0
Commit to holding our team meeting on a set date - ### Context At the minute, our team meeting happens every 4 weeks. Which means the meeting creeps earlier into the month as the year passes since not all months have four weeks. When trying to create a standup bot that will more reliably notify the team member who wil...
process
commit to holding our team meeting on a set date context at the minute our team meeting happens every weeks which means the meeting creeps earlier into the month as the year passes since not all months have four weeks when trying to create a standup bot that will more reliably notify the team member who wil...
1
41,272
5,345,960,150
IssuesEvent
2017-02-17 18:21:42
DerpyFirework/KSP-Structures
https://api.github.com/repos/DerpyFirework/KSP-Structures
closed
Test performance and memory impact
needs testing
Need to see what sort of performance impact adding STRUCTURES has on the game, and what sort of memory impact the plugin has.
1.0
Test performance and memory impact - Need to see what sort of performance impact adding STRUCTURES has on the game, and what sort of memory impact the plugin has.
non_process
test performance and memory impact need to see what sort of performance impact adding structures has on the game and what sort of memory impact the plugin has
0
10,524
13,307,264,452
IssuesEvent
2020-08-25 21:48:53
googleapis/nodejs-dialogflow-cx
https://api.github.com/repos/googleapis/nodejs-dialogflow-cx
opened
promote library to GA
type: process
Package name: **@google-cloud/dialogflow-cx** Current release: **beta** Proposed release: **GA** ## Instructions Check the lists below, adding tests / documentation as required. Once all the "required" boxes are ticked, please create a release and close this issue. ## Required - [ ] 28 days elapsed since ...
1.0
promote library to GA - Package name: **@google-cloud/dialogflow-cx** Current release: **beta** Proposed release: **GA** ## Instructions Check the lists below, adding tests / documentation as required. Once all the "required" boxes are ticked, please create a release and close this issue. ## Required - [ ...
process
promote library to ga package name google cloud dialogflow cx current release beta proposed release ga instructions check the lists below adding tests documentation as required once all the required boxes are ticked please create a release and close this issue required ...
1
578,570
17,148,068,636
IssuesEvent
2021-07-13 16:46:09
CyanLabs/Syn3Updater
https://api.github.com/repos/CyanLabs/Syn3Updater
closed
2.10.0 - Error: System.NullReferenceException
Priority: High Type: Bug
Object reference not set to an instance of an object. DownloadViewModelService.cs:line 25 DownloadViewModel.cs:line 697 DownloadViewModel.cs:line 460 DownloadViewModel.cs:line 245 --- DownloadViewModel.cs: 行 647 DownloadViewModel.cs: 行 179 --- DownloadViewModel.cs:line 162 Download.xaml.cs:line 18 ...
1.0
2.10.0 - Error: System.NullReferenceException - Object reference not set to an instance of an object. DownloadViewModelService.cs:line 25 DownloadViewModel.cs:line 697 DownloadViewModel.cs:line 460 DownloadViewModel.cs:line 245 --- DownloadViewModel.cs: 行 647 DownloadViewModel.cs: 行 179 --- DownloadV...
non_process
error system nullreferenceexception object reference not set to an instance of an object downloadviewmodelservice cs line downloadviewmodel cs line downloadviewmodel cs line downloadviewmodel cs line downloadviewmodel cs 行 downloadviewmodel cs 行 downloadviewmodel cs ...
0
71,428
18,738,023,505
IssuesEvent
2021-11-04 10:10:43
diasurgical/devilutionX
https://api.github.com/repos/diasurgical/devilutionX
closed
CMake: Option to use system SDL_Image
help wanted build system
Writing a package definition for DevilutionX (for RetroLX) and discovered there's no way to tell it to use the system SDL_image.
1.0
CMake: Option to use system SDL_Image - Writing a package definition for DevilutionX (for RetroLX) and discovered there's no way to tell it to use the system SDL_image.
non_process
cmake option to use system sdl image writing a package definition for devilutionx for retrolx and discovered there s no way to tell it to use the system sdl image
0
2,067
4,876,301,766
IssuesEvent
2016-11-16 12:24:21
Jumpscale/jscockpit
https://api.github.com/repos/Jumpscale/jscockpit
closed
"502 Bad Gateway" error when updating Moehaha Cockpit
process_duplicate
https://moehaha-cockpit.aydo2.com/cockpit/version <img width="1220" alt="screen shot 2016-09-20 at 12 08 02" src="https://cloud.githubusercontent.com/assets/13795109/18666237/05459cfe-7f2b-11e6-8b18-a1a3e8df1d62.png">
1.0
"502 Bad Gateway" error when updating Moehaha Cockpit - https://moehaha-cockpit.aydo2.com/cockpit/version <img width="1220" alt="screen shot 2016-09-20 at 12 08 02" src="https://cloud.githubusercontent.com/assets/13795109/18666237/05459cfe-7f2b-11e6-8b18-a1a3e8df1d62.png">
process
bad gateway error when updating moehaha cockpit img width alt screen shot at src
1
5,297
5,621,941,542
IssuesEvent
2017-04-04 11:26:20
Cadasta/cadasta-platform
https://api.github.com/repos/Cadasta/cadasta-platform
opened
No password verification when changing account's mail address
bug needs discussion security
### Steps to reproduce the error 1. Go to Edit Profile 2. Change mail address ### Actual behavior User is not prompted to verify their password to confirm identity. All the other fixes described in bug #1140 are properly included though: 1. Confirmation mail to new email address does not include usernam...
True
No password verification when changing account's mail address - ### Steps to reproduce the error 1. Go to Edit Profile 2. Change mail address ### Actual behavior User is not prompted to verify their password to confirm identity. All the other fixes described in bug #1140 are properly included though: 1....
non_process
no password verification when changing account s mail address steps to reproduce the error go to edit profile change mail address actual behavior user is not prompted to verify their password to confirm identity all the other fixes described in bug are properly included though co...
0
51,626
6,537,705,016
IssuesEvent
2017-09-01 00:17:01
JuanVictorBedoya/FisLab
https://api.github.com/repos/JuanVictorBedoya/FisLab
closed
Modules Definition
Design
Module nomination & scope: Must define how many modules will have de system, wath will be their names and their scopes
1.0
Modules Definition - Module nomination & scope: Must define how many modules will have de system, wath will be their names and their scopes
non_process
modules definition module nomination scope must define how many modules will have de system wath will be their names and their scopes
0
327,803
28,083,384,075
IssuesEvent
2023-03-30 08:09:46
dotnet/machinelearning-modelbuilder
https://api.github.com/repos/dotnet/machinelearning-modelbuilder
closed
Image classification: Validation data strategy cannot be changed successful on the "Advanced data options->Validation data" dialog.
Priority:0 Reported by: Test
**System Information (please complete the following information):** Windows OS: Windows-11-Enterprise-22H2 ML.Net Model Builder 2022: 17.14.4.2316401 (Main Build) Microsoft Visual Studio Enterprise: 2022(17.4.5) .Net: 6.0 **Describe the bug** - On which step of the process did you run into an issue: Validatio...
1.0
Image classification: Validation data strategy cannot be changed successful on the "Advanced data options->Validation data" dialog. - **System Information (please complete the following information):** Windows OS: Windows-11-Enterprise-22H2 ML.Net Model Builder 2022: 17.14.4.2316401 (Main Build) Microsoft Visual Stu...
non_process
image classification validation data strategy cannot be changed successful on the advanced data options validation data dialog system information please complete the following information windows os windows enterprise ml net model builder main build microsoft visual studio enterprise ...
0
2,948
3,973,953,025
IssuesEvent
2016-05-04 20:26:32
dotnet/wcf
https://api.github.com/repos/dotnet/wcf
closed
Make it possible to stop self-hosted exe when not running non-elevated
Infrastructure
The script to start the self-hosted WCF service is able to run in a non-elevated window. It self-elevates and starts the service successfully. However, the script to stop the service fails with "access denied" when run from a non-elevated window. The net effect is attempting to do an OuterLoop run self-hosted from a...
1.0
Make it possible to stop self-hosted exe when not running non-elevated - The script to start the self-hosted WCF service is able to run in a non-elevated window. It self-elevates and starts the service successfully. However, the script to stop the service fails with "access denied" when run from a non-elevated window...
non_process
make it possible to stop self hosted exe when not running non elevated the script to start the self hosted wcf service is able to run in a non elevated window it self elevates and starts the service successfully however the script to stop the service fails with access denied when run from a non elevated window...
0
56,269
6,972,114,843
IssuesEvent
2017-12-11 16:03:41
fgpv-vpgf/fgpv-vpgf
https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf
closed
User may not know how to exit toggle filter settings menu in a data grid
experience: design feedback: discussion priority: high
A user could find it confusing to exit out of these settings. Can we make this more intuitive ![image](https://user-images.githubusercontent.com/18539315/27926368-33d044e8-6256-11e7-9e76-99dce92fc707.png)
1.0
User may not know how to exit toggle filter settings menu in a data grid - A user could find it confusing to exit out of these settings. Can we make this more intuitive ![image](https://user-images.githubusercontent.com/18539315/27926368-33d044e8-6256-11e7-9e76-99dce92fc707.png)
non_process
user may not know how to exit toggle filter settings menu in a data grid a user could find it confusing to exit out of these settings can we make this more intuitive
0
12,633
15,016,545,864
IssuesEvent
2021-02-01 09:43:42
threefoldtech/js-sdk
https://api.github.com/repos/threefoldtech/js-sdk
closed
failed to add a worker node
process_wontfix type_bug
failed to add nodes to your cluster. due to error not enough capacity in farm freefarm for 1 kubernetes nodes of flavor K8SNodeFlavor.MEDIUM. Use the refresh button on the upper right to restart Extend Kubernetes Cluster creation <img width="1098" alt="Screenshot 2021-01-26 at 14 37 10" src="https://user-images.gith...
1.0
failed to add a worker node - failed to add nodes to your cluster. due to error not enough capacity in farm freefarm for 1 kubernetes nodes of flavor K8SNodeFlavor.MEDIUM. Use the refresh button on the upper right to restart Extend Kubernetes Cluster creation <img width="1098" alt="Screenshot 2021-01-26 at 14 37 10"...
process
failed to add a worker node failed to add nodes to your cluster due to error not enough capacity in farm freefarm for kubernetes nodes of flavor medium use the refresh button on the upper right to restart extend kubernetes cluster creation img width alt screenshot at src
1
500,896
14,516,901,819
IssuesEvent
2020-12-13 17:35:44
ansible/awx
https://api.github.com/repos/ansible/awx
closed
Instance Group Form doclink should be on the right of the form
component:ui_next priority:medium qe:regression qe:visual state:needs_devel type:bug
![Screen Shot 2019-10-25 at 3 39 10 PM](https://user-images.githubusercontent.com/1342624/67603079-f6fb9e00-f745-11e9-9bed-fe783ff3eba2.png) This should be right-justified, on the far right side of the form.
1.0
Instance Group Form doclink should be on the right of the form - ![Screen Shot 2019-10-25 at 3 39 10 PM](https://user-images.githubusercontent.com/1342624/67603079-f6fb9e00-f745-11e9-9bed-fe783ff3eba2.png) This should be right-justified, on the far right side of the form.
non_process
instance group form doclink should be on the right of the form this should be right justified on the far right side of the form
0
347,246
10,427,218,172
IssuesEvent
2019-09-16 19:24:50
metabase/metabase
https://api.github.com/repos/metabase/metabase
closed
Month is displayed on the line chart tooltips instead of week when grouped by week
Priority:P2 Type:Bug Visualization/
**Describe the bug** Month is displayed on the line chart tooltips instead of week when grouped by week. Looks like regression in 0.33.0 since it was displaying properly in previous versions. **To Reproduce** Steps to reproduce the behavior: 1. Create line visualization with grouping by week 2. Hover on the dot ...
1.0
Month is displayed on the line chart tooltips instead of week when grouped by week - **Describe the bug** Month is displayed on the line chart tooltips instead of week when grouped by week. Looks like regression in 0.33.0 since it was displaying properly in previous versions. **To Reproduce** Steps to reproduce th...
non_process
month is displayed on the line chart tooltips instead of week when grouped by week describe the bug month is displayed on the line chart tooltips instead of week when grouped by week looks like regression in since it was displaying properly in previous versions to reproduce steps to reproduce the...
0
142,116
13,016,679,794
IssuesEvent
2020-07-26 08:05:45
titus-ong/chordparser
https://api.github.com/repos/titus-ong/chordparser
closed
Update Colab Notebook
bug documentation
With readthedocs now, the documentation section of the notebook should be moved to /docs, leaving only the working example. With the changes in classes and methods in v0.3.x, the code has to be updated as well.
1.0
Update Colab Notebook - With readthedocs now, the documentation section of the notebook should be moved to /docs, leaving only the working example. With the changes in classes and methods in v0.3.x, the code has to be updated as well.
non_process
update colab notebook with readthedocs now the documentation section of the notebook should be moved to docs leaving only the working example with the changes in classes and methods in x the code has to be updated as well
0
105
2,544,425,692
IssuesEvent
2015-01-29 09:49:23
robotology/yarp
https://api.github.com/repos/robotology/yarp
opened
Standard headers for MSVC
Type: Process
We have these files for MSVC in YARP: * ``src/idls/thrift/msvc/inttypes.h`` * ``src/idls/thrift/msvc/stdint.h`` * ``src/libYARP_manager/include/yarp/manager/ymm-dir.h`` (slightly modified version of ``dirent.h``) * ``src/yarpdataplayer-gtk/include/msvc/dirent.h`` * ``src/yarpdataplayer-qt/msvc/dirent.h`` ``in...
1.0
Standard headers for MSVC - We have these files for MSVC in YARP: * ``src/idls/thrift/msvc/inttypes.h`` * ``src/idls/thrift/msvc/stdint.h`` * ``src/libYARP_manager/include/yarp/manager/ymm-dir.h`` (slightly modified version of ``dirent.h``) * ``src/yarpdataplayer-gtk/include/msvc/dirent.h`` * ``src/yarpdataplaye...
process
standard headers for msvc we have these files for msvc in yarp src idls thrift msvc inttypes h src idls thrift msvc stdint h src libyarp manager include yarp manager ymm dir h slightly modified version of dirent h src yarpdataplayer gtk include msvc dirent h src yarpdataplaye...
1
17,131
22,649,106,633
IssuesEvent
2022-07-01 11:44:08
PyCQA/pylint
https://api.github.com/repos/PyCQA/pylint
closed
No cyclic-import messages with jobs=0
Bug :beetle: topic-multiprocessing
Running `pylint -jobs=0` does not report about cyclic-import. This can be reproduced with a trivial example. `a.py`: ``` import b ``` `b.py`: ``` import a ``` This issue is not new to pylint 2.7. It is more noticeable only because running jobs in parallel became more useful in this version. ``` pylint --ve...
1.0
No cyclic-import messages with jobs=0 - Running `pylint -jobs=0` does not report about cyclic-import. This can be reproduced with a trivial example. `a.py`: ``` import b ``` `b.py`: ``` import a ``` This issue is not new to pylint 2.7. It is more noticeable only because running jobs in parallel became more u...
process
no cyclic import messages with jobs running pylint jobs does not report about cyclic import this can be reproduced with a trivial example a py import b b py import a this issue is not new to pylint it is more noticeable only because running jobs in parallel became more u...
1
18,486
24,550,866,356
IssuesEvent
2022-10-12 12:30:51
GoogleCloudPlatform/fda-mystudies
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
closed
[Participant Manager] Participant details screen is not working for Closed study
Bug P0 Participant manager Process: Fixed Process: Tested QA Process: Tested dev
Steps:- 1. Login into PM 2. Navigate to any closed study 3. Navigate to Participant details screen from any site and observe A/R:- Getting error message in Participant details E/R:- Participant details should be displayed without any error message Note:- Issue is not observed for open study ![image](http...
3.0
[Participant Manager] Participant details screen is not working for Closed study - Steps:- 1. Login into PM 2. Navigate to any closed study 3. Navigate to Participant details screen from any site and observe A/R:- Getting error message in Participant details E/R:- Participant details should be displayed withou...
process
participant details screen is not working for closed study steps login into pm navigate to any closed study navigate to participant details screen from any site and observe a r getting error message in participant details e r participant details should be displayed without any error message ...
1
618,045
19,423,358,796
IssuesEvent
2021-12-21 00:05:40
LACMTA/mybus
https://api.github.com/repos/LACMTA/mybus
closed
Hotfix: update Line descriptions
0-Priority: High
Line 2: change Downtown LA to USC Line 51: change Wilshire Center to Westlake/MacArthur Park Station Line 53: add Willowbrook/Rosa Parks Station Line 230: Change Mission College to Sylmar Station Line 256 change Commerce to CSULA Line 260 Change Altadena to Pasadena
1.0
Hotfix: update Line descriptions - Line 2: change Downtown LA to USC Line 51: change Wilshire Center to Westlake/MacArthur Park Station Line 53: add Willowbrook/Rosa Parks Station Line 230: Change Mission College to Sylmar Station Line 256 change Commerce to CSULA Line 260 Change Altadena to Pasadena
non_process
hotfix update line descriptions line change downtown la to usc line change wilshire center to westlake macarthur park station line add willowbrook rosa parks station line change mission college to sylmar station line change commerce to csula line change altadena to pasadena
0
18,305
24,417,795,780
IssuesEvent
2022-10-05 17:28:24
biocodellc/localcontexts_db
https://api.github.com/repos/biocodellc/localcontexts_db
closed
Content updates for Registration > Choose an account
info registration process content
Adding clarification to the “Choose an account” page in the registration process through text updates and adding a tooltip. ### Current text <img width="1354" alt="Screenshot of the Choose an account page in the Hub" src="https://user-images.githubusercontent.com/49764220/193894514-30fe939a-d4f3-41aa-8a4d-4f915d61e...
1.0
Content updates for Registration > Choose an account - Adding clarification to the “Choose an account” page in the registration process through text updates and adding a tooltip. ### Current text <img width="1354" alt="Screenshot of the Choose an account page in the Hub" src="https://user-images.githubusercontent.c...
process
content updates for registration choose an account adding clarification to the “choose an account” page in the registration process through text updates and adding a tooltip current text img width alt screenshot of the choose an account page in the hub src updated text choose an accou...
1
11,049
13,879,909,098
IssuesEvent
2020-10-17 16:27:24
candango/myfuses
https://api.github.com/repos/candango/myfuses
closed
Handle context better.
core.verbs enhancement process
To migrate global variables from a context to another we set a variable as global in a loop, every time, even if the variable is still defined as global. Let's handle the context better.
1.0
Handle context better. - To migrate global variables from a context to another we set a variable as global in a loop, every time, even if the variable is still defined as global. Let's handle the context better.
process
handle context better to migrate global variables from a context to another we set a variable as global in a loop every time even if the variable is still defined as global let s handle the context better
1
221,040
7,373,261,898
IssuesEvent
2018-03-13 16:47:50
SiLeBAT/FSK-Lab
https://api.github.com/repos/SiLeBAT/FSK-Lab
opened
FSK-Writer: write out the calculated values of the model output parameters as dedicated HDF5 files
enhancement medium priority
It would be helpful if the results of a simulation (i.e. the numerical values of each output parameter) can be accessed directly in the generated FSKX file. For example one could create a folder inside the FSKX file for each simulation run that holds HDF5 files for each output parameter.
1.0
FSK-Writer: write out the calculated values of the model output parameters as dedicated HDF5 files - It would be helpful if the results of a simulation (i.e. the numerical values of each output parameter) can be accessed directly in the generated FSKX file. For example one could create a folder inside the FSKX file fo...
non_process
fsk writer write out the calculated values of the model output parameters as dedicated files it would be helpful if the results of a simulation i e the numerical values of each output parameter can be accessed directly in the generated fskx file for example one could create a folder inside the fskx file for e...
0
14,810
18,143,492,141
IssuesEvent
2021-09-25 02:39:23
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
GRASS geoprocessing tools don't work on 3.20.1.
Feedback stale Processing Bug
### What is the bug or the crash? GRASS tools run in QGIS 3.20.1 but keep failing. I then reinstalled QGIS 3.18.3 and opened QGIS with this icon "QGIS Desktop 3.18.3 with GRASS 7.8.5" and the grass processing tools work fine now. Thank you for all the great work you do ### Steps to reproduce the issue 1. I have...
1.0
GRASS geoprocessing tools don't work on 3.20.1. - ### What is the bug or the crash? GRASS tools run in QGIS 3.20.1 but keep failing. I then reinstalled QGIS 3.18.3 and opened QGIS with this icon "QGIS Desktop 3.18.3 with GRASS 7.8.5" and the grass processing tools work fine now. Thank you for all the great work yo...
process
grass geoprocessing tools don t work on what is the bug or the crash grass tools run in qgis but keep failing i then reinstalled qgis and opened qgis with this icon qgis desktop with grass and the grass processing tools work fine now thank you for all the great work you do...
1
4,043
6,973,841,393
IssuesEvent
2017-12-11 21:58:54
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
[System.Diagnostics.Process]::GetProcesses(computer) returns local processes
area-System.Diagnostics.Process bug
Repro in PowerShell Core 6 ```powershell [System.Diagnostics.Process]::GetProcesses("not existing computer") ``` Expected ```none error not able to connect to computer ``` Actual ```none local processes returned ```
1.0
[System.Diagnostics.Process]::GetProcesses(computer) returns local processes - Repro in PowerShell Core 6 ```powershell [System.Diagnostics.Process]::GetProcesses("not existing computer") ``` Expected ```none error not able to connect to computer ``` Actual ```none local processes returned ```
process
getprocesses computer returns local processes repro in powershell core powershell getprocesses not existing computer expected none error not able to connect to computer actual none local processes returned
1
286,262
21,569,853,957
IssuesEvent
2022-05-02 06:40:18
carbynestack/carbynestack.github.io
https://api.github.com/repos/carbynestack/carbynestack.github.io
closed
Link to dissemination activities
documentation
The community section of the website should offer links to various dissemination artefacts. Should include at least: - Press coverage (blog posts, articles, etc.) - Conference contributions (papers, talks, tutorials, etc.)
1.0
Link to dissemination activities - The community section of the website should offer links to various dissemination artefacts. Should include at least: - Press coverage (blog posts, articles, etc.) - Conference contributions (papers, talks, tutorials, etc.)
non_process
link to dissemination activities the community section of the website should offer links to various dissemination artefacts should include at least press coverage blog posts articles etc conference contributions papers talks tutorials etc
0
64,544
8,743,487,973
IssuesEvent
2018-12-12 19:18:50
projectacrn/acrn-hypervisor
https://api.github.com/repos/projectacrn/acrn-hypervisor
closed
doc: update HLD Power Management
area: documentation
Transcode, edit, and upload HLD 0.7 section 8 (Power Management)
1.0
doc: update HLD Power Management - Transcode, edit, and upload HLD 0.7 section 8 (Power Management)
non_process
doc update hld power management transcode edit and upload hld section power management
0
1,434
3,996,660,812
IssuesEvent
2016-05-10 19:32:28
kerubistan/kerub
https://api.github.com/repos/kerubistan/kerub
opened
disk upload without temporary
component:data processing enhancement
When the user uploads a disk image / iso, CXF creates a temporary file on the filesystem of the controller. The upload method is invoked only when the file is transferred to the controller. This file will usually be several gigabytes in size, and the controller should not have the requirement to be able to store it, no...
1.0
disk upload without temporary - When the user uploads a disk image / iso, CXF creates a temporary file on the filesystem of the controller. The upload method is invoked only when the file is transferred to the controller. This file will usually be several gigabytes in size, and the controller should not have the requir...
process
disk upload without temporary when the user uploads a disk image iso cxf creates a temporary file on the filesystem of the controller the upload method is invoked only when the file is transferred to the controller this file will usually be several gigabytes in size and the controller should not have the requir...
1
26,670
7,857,468,898
IssuesEvent
2018-06-21 10:53:13
ShaikASK/Testing
https://api.github.com/repos/ShaikASK/Testing
closed
Edit New Hire : Application displays incorrect "OT Bill Rate" in edit "New Hire" screen
Defect HR Admin Module HR User Module New Hire P2 Release #3 Build 4
Steps 1.Launch the URL 2.Sign in as HR Admin user 3.Create New Hire by providing all mandatory field 4.Select OT Rate as 2 and OT Bill Rate as 3 from up and down arrows 5.Click on save 6.Edit the above created New Hire Experienced Behaviour : Observed that OT Bill Rate is displayed as 2 instead of 3 Exp...
1.0
Edit New Hire : Application displays incorrect "OT Bill Rate" in edit "New Hire" screen - Steps 1.Launch the URL 2.Sign in as HR Admin user 3.Create New Hire by providing all mandatory field 4.Select OT Rate as 2 and OT Bill Rate as 3 from up and down arrows 5.Click on save 6.Edit the above created New Hire ...
non_process
edit new hire application displays incorrect ot bill rate in edit new hire screen steps launch the url sign in as hr admin user create new hire by providing all mandatory field select ot rate as and ot bill rate as from up and down arrows click on save edit the above created new hire ...
0
229,647
25,362,303,477
IssuesEvent
2022-11-21 01:05:27
interserver/mailbaby-api-samples
https://api.github.com/repos/interserver/mailbaby-api-samples
opened
CVE-2022-4065 (Medium) detected in testng-6.13.1.jar
security vulnerability
## CVE-2022-4065 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>testng-6.13.1.jar</b></p></summary> <p>A testing framework for the JVM</p> <p>Library home page: <a href="http://test...
True
CVE-2022-4065 (Medium) detected in testng-6.13.1.jar - ## CVE-2022-4065 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>testng-6.13.1.jar</b></p></summary> <p>A testing framework for...
non_process
cve medium detected in testng jar cve medium severity vulnerability vulnerable library testng jar a testing framework for the jvm library home page a href path to dependency file openapi client groovy build gradle path to vulnerable library home wss scanner gradle...
0
11,367
14,189,692,346
IssuesEvent
2020-11-14 01:59:17
Ghost-chu/QuickShop-Reremake
https://api.github.com/repos/Ghost-chu/QuickShop-Reremake
closed
QuickShop reload event
Good First Issue In Process Priority:Major
**Describe the Feature** An event that fires after the plugin finished reloading, so a plugin that uses the API can re register its commands in QuickShop
1.0
QuickShop reload event - **Describe the Feature** An event that fires after the plugin finished reloading, so a plugin that uses the API can re register its commands in QuickShop
process
quickshop reload event describe the feature an event that fires after the plugin finished reloading so a plugin that uses the api can re register its commands in quickshop
1
271,090
8,475,778,653
IssuesEvent
2018-10-24 19:55:18
dojot/dojot
https://api.github.com/repos/dojot/dojot
opened
[GUI] Device filtering: error in query parameters
Priority:Medium Team:Frontend Type:Bug
**Steps to reproduce the problem:** 1. Create multiple devices 2. Search for a specific device on page 6. ![screenshot_95](https://user-images.githubusercontent.com/37310063/47456933-29c62b80-d7ac-11e8-8462-099e3348b9d0.png) 3. The device is not found. Note that **page_num = 6** in the request for BE ![scr...
1.0
[GUI] Device filtering: error in query parameters - **Steps to reproduce the problem:** 1. Create multiple devices 2. Search for a specific device on page 6. ![screenshot_95](https://user-images.githubusercontent.com/37310063/47456933-29c62b80-d7ac-11e8-8462-099e3348b9d0.png) 3. The device is not found. Note ...
non_process
device filtering error in query parameters steps to reproduce the problem create multiple devices search for a specific device on page the device is not found note that page num in the request for be click on page the device is found e...
0
18,180
24,231,978,004
IssuesEvent
2022-09-26 19:09:08
prisma/prisma
https://api.github.com/repos/prisma/prisma
closed
Add tests for mongodb's `findRaw`, `aggregateRaw` and `runCommandRaw` in sequential transactions
process/candidate kind/improvement topic: tests tech/typescript team/client
Creating this issue as a reminder that we are missing functional tests for `findRaw`, `aggregateRaw` and `runCommandRaw` in sequential transactions, we currently have no guarantees that it's working as expected. +Reminder: Check if this is tested on the engines
1.0
Add tests for mongodb's `findRaw`, `aggregateRaw` and `runCommandRaw` in sequential transactions - Creating this issue as a reminder that we are missing functional tests for `findRaw`, `aggregateRaw` and `runCommandRaw` in sequential transactions, we currently have no guarantees that it's working as expected. +Remin...
process
add tests for mongodb s findraw aggregateraw and runcommandraw in sequential transactions creating this issue as a reminder that we are missing functional tests for findraw aggregateraw and runcommandraw in sequential transactions we currently have no guarantees that it s working as expected remin...
1
17,641
23,465,928,452
IssuesEvent
2022-08-16 16:45:29
GoogleCloudPlatform/ruby-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/ruby-docs-samples
closed
Fix Ruby 3.0 tests
type: process samples
Currently, the Ruby 3 tests are failing pretty much consistently in this repo. Fixing this, I believe, requires the following: * Update the toplevel Gemfile to use `google-style ~> 1.25.1`, which brings in a Rubocop version that is compatible with Ruby 3. * Make any necessary fixes across the repo to conform to the...
1.0
Fix Ruby 3.0 tests - Currently, the Ruby 3 tests are failing pretty much consistently in this repo. Fixing this, I believe, requires the following: * Update the toplevel Gemfile to use `google-style ~> 1.25.1`, which brings in a Rubocop version that is compatible with Ruby 3. * Make any necessary fixes across the r...
process
fix ruby tests currently the ruby tests are failing pretty much consistently in this repo fixing this i believe requires the following update the toplevel gemfile to use google style which brings in a rubocop version that is compatible with ruby make any necessary fixes across the re...
1
20,940
27,798,557,654
IssuesEvent
2023-03-17 14:17:35
aiidateam/aiida-core
https://api.github.com/repos/aiidateam/aiida-core
closed
Process functions: Infer `help` of input ports from function argument docstring
topic/workflows type/accepted feature priority/nice-to-have topic/processes
The `input` method of the `ProcessSpec` allows defining a `help` message for the input port, which is very useful when defining `WorkChain` and `CalcJob` plugins. However, this API is not directly available for process functions since the process spec is inferred dynamically from the function signature. It would be pos...
1.0
Process functions: Infer `help` of input ports from function argument docstring - The `input` method of the `ProcessSpec` allows defining a `help` message for the input port, which is very useful when defining `WorkChain` and `CalcJob` plugins. However, this API is not directly available for process functions since the...
process
process functions infer help of input ports from function argument docstring the input method of the processspec allows defining a help message for the input port which is very useful when defining workchain and calcjob plugins however this api is not directly available for process functions since the...
1
11,112
13,957,681,387
IssuesEvent
2020-10-24 08:07:24
alexanderkotsev/geoportal
https://api.github.com/repos/alexanderkotsev/geoportal
opened
DE: request for a new harvesting
DE - Germany Geoportal Harvesting process
Dear Geoportal Helpdesk, As mentioned in Roberts Mail from 2020/03/02 we would like to initiate a new push of our metadata records to the EU Geoportal. For this reason we kindly ask you to start a new harvesting of our catalogue instance and publish them for us in the Geoportal harvesting &quot;sandbox&quot;, please. A...
1.0
DE: request for a new harvesting - Dear Geoportal Helpdesk, As mentioned in Roberts Mail from 2020/03/02 we would like to initiate a new push of our metadata records to the EU Geoportal. For this reason we kindly ask you to start a new harvesting of our catalogue instance and publish them for us in the Geoportal harves...
process
de request for a new harvesting dear geoportal helpdesk as mentioned in roberts mail from we would like to initiate a new push of our metadata records to the eu geoportal for this reason we kindly ask you to start a new harvesting of our catalogue instance and publish them for us in the geoportal harvesting ...
1
3,586
6,621,660,753
IssuesEvent
2017-09-21 20:03:53
WikiWatershed/model-my-watershed
https://api.github.com/repos/WikiWatershed/model-my-watershed
closed
Geoprocessing API: Responses should be proper json
BigCZ Geoprocessing API
## Current Behavior - We send completed job responses like this: ```json { "error": "", "finished": "2017-08-28T21:34:44.207Z", "job_uuid": "0f90ff96-92f6-44b8-86bb-076394390912", "result": "{\"survey\": {\"displayName\": \"Animals\", \"name\": \"animals\", \"categories\": [{\"aeu\": 0, \"typ...
1.0
Geoprocessing API: Responses should be proper json - ## Current Behavior - We send completed job responses like this: ```json { "error": "", "finished": "2017-08-28T21:34:44.207Z", "job_uuid": "0f90ff96-92f6-44b8-86bb-076394390912", "result": "{\"survey\": {\"displayName\": \"Animals\", \"nam...
process
geoprocessing api responses should be proper json current behavior we send completed job responses like this json error finished job uuid result survey displayname animals name animals categories ae...
1
200,371
15,103,572,881
IssuesEvent
2021-02-08 10:28:57
smapiot/piral
https://api.github.com/repos/smapiot/piral
closed
Parcel + Lazy loading + css does not clean up css import correctly
bug in-testing parcel
# Bug Report For more information, see the `CONTRIBUTING` guide. ## Prerequisites - [x] Can you reproduce the problem in a [MWE](https://en.wikipedia.org/wiki/Minimal_working_example)? - [x] Are you running the latest version? - [x] Did you perform a search in the issues? ## Environment Details and Versio...
1.0
Parcel + Lazy loading + css does not clean up css import correctly - # Bug Report For more information, see the `CONTRIBUTING` guide. ## Prerequisites - [x] Can you reproduce the problem in a [MWE](https://en.wikipedia.org/wiki/Minimal_working_example)? - [x] Are you running the latest version? - [x] Did you...
non_process
parcel lazy loading css does not clean up css import correctly bug report for more information see the contributing guide prerequisites can you reproduce the problem in a are you running the latest version did you perform a search in the issues environment details and v...
0
20,653
10,864,852,964
IssuesEvent
2019-11-14 17:42:51
orbeon/orbeon-forms
https://api.github.com/repos/orbeon/orbeon-forms
opened
Consider making closed sections load lazily
Area: Performance
We do this with the wizard view in two places, using `xxf:update="full"` on `xf:switch`: - for all wizard pages (in `wizard.xbl`) - for repeated top-level sections (in `repeater.xbl`) Possibly, just adding `xxf:update="full"` on `xf:switch` in `section.xbl` might do the trick? - [ ] quick check with `xxf:upda...
True
Consider making closed sections load lazily - We do this with the wizard view in two places, using `xxf:update="full"` on `xf:switch`: - for all wizard pages (in `wizard.xbl`) - for repeated top-level sections (in `repeater.xbl`) Possibly, just adding `xxf:update="full"` on `xf:switch` in `section.xbl` might do ...
non_process
consider making closed sections load lazily we do this with the wizard view in two places using xxf update full on xf switch for all wizard pages in wizard xbl for repeated top level sections in repeater xbl possibly just adding xxf update full on xf switch in section xbl might do ...
0
3,814
6,797,594,275
IssuesEvent
2017-11-01 23:46:58
pwittchen/ReactiveSensors
https://api.github.com/repos/pwittchen/ReactiveSensors
closed
Release 0.2.0
release process
**Initial release notes**: - returning error through Rx to make the error handling easier - issue #29 - creating sensor observable with the ability to specify handler - PR #26 - updated project dependencies - migrated library to RxJava2.x on `RxJava2.x` branch - kept backward compatibility with RxJava1.x on `RxJ...
1.0
Release 0.2.0 - **Initial release notes**: - returning error through Rx to make the error handling easier - issue #29 - creating sensor observable with the ability to specify handler - PR #26 - updated project dependencies - migrated library to RxJava2.x on `RxJava2.x` branch - kept backward compatibility with R...
process
release initial release notes returning error through rx to make the error handling easier issue creating sensor observable with the ability to specify handler pr updated project dependencies migrated library to x on x branch kept backward compatibility with x on x br...
1
9,112
12,193,274,975
IssuesEvent
2020-04-29 14:11:05
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
Calling onnx export hangs using multiprocessing
high priority module: multiprocessing module: onnx triaged
## 🐛 Bug Calling `torch.onnx.export` in a parent and a child process using `multiprocessing` hangs on Linux. This behavior occurs both with the nightly and latest stable version of PyTorch. ## To Reproduce Steps to reproduce the behavior: `torch_export_bug.py` ```python import torch import multiprocessi...
1.0
Calling onnx export hangs using multiprocessing - ## 🐛 Bug Calling `torch.onnx.export` in a parent and a child process using `multiprocessing` hangs on Linux. This behavior occurs both with the nightly and latest stable version of PyTorch. ## To Reproduce Steps to reproduce the behavior: `torch_export_bug....
process
calling onnx export hangs using multiprocessing 🐛 bug calling torch onnx export in a parent and a child process using multiprocessing hangs on linux this behavior occurs both with the nightly and latest stable version of pytorch to reproduce steps to reproduce the behavior torch export bug ...
1
438,822
12,652,065,422
IssuesEvent
2020-06-17 02:23:26
eBay/ebayui-core
https://api.github.com/repos/eBay/ebayui-core
closed
Dialog: close button issues in IE & Edge
component: dialog priority: 3 regression: no resolution: won't fix severity: non-blocker status: backlog type: bug
<!-- Delete any sections below that are not relevant. --> # Bug Report ## eBayUI Version: 2.6.0-2 and older versions and skin 7.3.2 ## Description 1)On left and right panel scrollable dialog the close button has to be clicked twice to close the dialog. 1st click removes focus and second click closed the dia...
1.0
Dialog: close button issues in IE & Edge - <!-- Delete any sections below that are not relevant. --> # Bug Report ## eBayUI Version: 2.6.0-2 and older versions and skin 7.3.2 ## Description 1)On left and right panel scrollable dialog the close button has to be clicked twice to close the dialog. 1st click re...
non_process
dialog close button issues in ie edge bug report ebayui version and older versions and skin description on left and right panel scrollable dialog the close button has to be clicked twice to close the dialog click removes focus and second click closed the dialog on lef...
0
436,587
12,550,981,257
IssuesEvent
2020-06-06 13:10:02
googleapis/elixir-google-api
https://api.github.com/repos/googleapis/elixir-google-api
opened
Synthesis failed for Language
api: language autosynth failure priority: p1 type: bug
Hello! Autosynth couldn't regenerate Language. :broken_heart: Here's the output from running `synth.py`: ``` 2020-06-06 06:09:19,284 autosynth [INFO] > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api 2020-06-06 06:09:20,086 autosynth [DEBUG] > Running: git config --global core.e...
1.0
Synthesis failed for Language - Hello! Autosynth couldn't regenerate Language. :broken_heart: Here's the output from running `synth.py`: ``` 2020-06-06 06:09:19,284 autosynth [INFO] > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api 2020-06-06 06:09:20,086 autosynth [DEBUG] > Run...
non_process
synthesis failed for language hello autosynth couldn t regenerate language broken heart here s the output from running synth py autosynth logs will be written to tmpfs src github synthtool logs googleapis elixir google api autosynth running git config global core ...
0
240,909
20,100,626,795
IssuesEvent
2022-02-07 03:20:55
edh-git/EL_Display_Hub
https://api.github.com/repos/edh-git/EL_Display_Hub
closed
USB ???? ?? ?????? ??? ? ?? win11
QA Test
Product:EasyCanvas<br><br>Device OS:iOS<br><br>e-mail:smkim@devguru.co.kr 4.6.2.0<br><br>USB ???? ?? ?????? ??? ? ?? win11<br><br>[EL_Display_919c8672-06ca-48ca-af11-90376a7302b3.zip](https://github.com/edh-git/EL_Display_Hub/blob/main/EL_Display_919c8672-06ca-48ca-af11-90376a7302b3.zip)
1.0
USB ???? ?? ?????? ??? ? ?? win11 - Product:EasyCanvas<br><br>Device OS:iOS<br><br>e-mail:smkim@devguru.co.kr 4.6.2.0<br><br>USB ???? ?? ?????? ??? ? ?? win11<br><br>[EL_Display_919c8672-06ca-48ca-af11-90376a7302b3.zip](https://github.com/edh-git/EL_Display_Hub/blob/main/EL_Display_919c8672-06ca-48ca-af11-90376a7302b3....
non_process
usb product easycanvas device os ios e mail smkim devguru co kr usb
0
11,053
13,888,692,097
IssuesEvent
2020-10-19 06:45:13
fluent/fluent-bit
https://api.github.com/repos/fluent/fluent-bit
closed
Add S3 bucket Output plugin
work-in-process
Feature: I have always wanted to push my logs to aws S3 bucket directly. Will it be possible for us to have an output plugin that will push the logs to s3 bucket real time which will create a file based on daily or weekly log file. Similar to pushing logs to elasticsearch.
1.0
Add S3 bucket Output plugin - Feature: I have always wanted to push my logs to aws S3 bucket directly. Will it be possible for us to have an output plugin that will push the logs to s3 bucket real time which will create a file based on daily or weekly log file. Similar to pushing logs to elasticsearch.
process
add bucket output plugin feature i have always wanted to push my logs to aws bucket directly will it be possible for us to have an output plugin that will push the logs to bucket real time which will create a file based on daily or weekly log file similar to pushing logs to elasticsearch
1
13,657
16,370,581,633
IssuesEvent
2021-05-15 02:56:12
googleapis/sphinx-docfx-yaml
https://api.github.com/repos/googleapis/sphinx-docfx-yaml
closed
Enable tests using GitHub Actions
priority: p1 type: process
Add a testing infrastructure for existing codebase. Preferably using Kokoro.
1.0
Enable tests using GitHub Actions - Add a testing infrastructure for existing codebase. Preferably using Kokoro.
process
enable tests using github actions add a testing infrastructure for existing codebase preferably using kokoro
1
14,870
18,280,250,872
IssuesEvent
2021-10-05 01:41:49
quark-engine/quark-engine
https://api.github.com/repos/quark-engine/quark-engine
closed
Rule does not match when no spaces between arguments in the Java signature of the descriptor
work-in-progress issue-processing-state-06
I have written a _custom Quark rule_, and was _expecting to have 100% confidence_ for this rule. **I only get 40%**. _Update: see next comment for important info._ My malicious sample does this: ```java import com.esotericsoftware.kryonet.Client; import java.net.InetAddress; ... Controller.u = new Client(...
1.0
Rule does not match when no spaces between arguments in the Java signature of the descriptor - I have written a _custom Quark rule_, and was _expecting to have 100% confidence_ for this rule. **I only get 40%**. _Update: see next comment for important info._ My malicious sample does this: ```java import com....
process
rule does not match when no spaces between arguments in the java signature of the descriptor i have written a custom quark rule and was expecting to have confidence for this rule i only get update see next comment for important info my malicious sample does this java import com eso...
1
315,543
9,622,049,655
IssuesEvent
2019-05-14 12:11:29
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
opened
Embedded doc not available
Priority: Medium Type: Bug os specific: RHEL / CentOS
On CentOS nightly builds (old and new GUI), `doc` is missing from `$PF/html/pfappserver/root/static/` causing embedded doc to be unavailable.
1.0
Embedded doc not available - On CentOS nightly builds (old and new GUI), `doc` is missing from `$PF/html/pfappserver/root/static/` causing embedded doc to be unavailable.
non_process
embedded doc not available on centos nightly builds old and new gui doc is missing from pf html pfappserver root static causing embedded doc to be unavailable
0
283,076
30,889,566,331
IssuesEvent
2023-08-04 02:55:09
maddyCode23/linux-4.1.15
https://api.github.com/repos/maddyCode23/linux-4.1.15
reopened
CVE-2018-13099 (Medium) detected in linux-stable-rtv4.1.33
Mend: dependency security vulnerability
## CVE-2018-13099 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home p...
True
CVE-2018-13099 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2018-13099 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia C...
non_process
cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source f...
0
5,762
8,599,063,547
IssuesEvent
2018-11-16 00:11:27
googleapis/google-cloud-java
https://api.github.com/repos/googleapis/google-cloud-java
closed
Upgrade Guava to the latest version
type: process
[Spring Cloud GCP](https://github.com/spring-cloud/spring-cloud-gcp) uses `google-cloud-bom` for the common dependencies. We have recently turned on Snyk vulnerability detection, and it found a [deserialization issue](https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-32236) with Guava 20.0. The recommended remediation st...
1.0
Upgrade Guava to the latest version - [Spring Cloud GCP](https://github.com/spring-cloud/spring-cloud-gcp) uses `google-cloud-bom` for the common dependencies. We have recently turned on Snyk vulnerability detection, and it found a [deserialization issue](https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-32236) with Guava ...
process
upgrade guava to the latest version uses google cloud bom for the common dependencies we have recently turned on snyk vulnerability detection and it found a with guava the recommended remediation step is to upgrade to or higher would it be possible to upgrade guava version in sprin...
1
17,408
23,224,401,735
IssuesEvent
2022-08-02 21:46:00
ncbo/bioportal-project
https://api.github.com/repos/ncbo/bioportal-project
reopened
CADSR-VS latest submission failed to process
ontology processing problem
BioPortal shows [CADSR-VS](https://bioportal.bioontology.org/ontologies/CADSR-VS) submission 164 with status "Uploaded", and nothing further. Parsing log file at `/srv/ncbo/repository/CADSR-VS/164` shows processing started, then halted: ``` # Logfile created on 2022-01-27 21:34:38 -0800 by logger.rb/v1.4.3 I, [...
1.0
CADSR-VS latest submission failed to process - BioPortal shows [CADSR-VS](https://bioportal.bioontology.org/ontologies/CADSR-VS) submission 164 with status "Uploaded", and nothing further. Parsing log file at `/srv/ncbo/repository/CADSR-VS/164` shows processing started, then halted: ``` # Logfile created on 2022...
process
cadsr vs latest submission failed to process bioportal shows submission with status uploaded and nothing further parsing log file at srv ncbo repository cadsr vs shows processing started then halted logfile created on by logger rb i info i info ...
1
10,973
13,776,907,854
IssuesEvent
2020-10-08 10:07:25
prisma/e2e-tests
https://api.github.com/repos/prisma/e2e-tests
opened
check-for-update script fails with merge conflicts
bug/2-confirmed kind/bug process/candidate
- This usually fixes itself - Example: https://prisma-company.slack.com/archives/CV0A8N0FL/p1602144614012200 - This issue tracks understanding and fixing that
1.0
check-for-update script fails with merge conflicts - - This usually fixes itself - Example: https://prisma-company.slack.com/archives/CV0A8N0FL/p1602144614012200 - This issue tracks understanding and fixing that
process
check for update script fails with merge conflicts this usually fixes itself example this issue tracks understanding and fixing that
1
427,071
12,392,505,271
IssuesEvent
2020-05-20 14:06:28
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.programme.tv - design is broken
browser-fixme ml-needsdiagnosis-false ml-probability-high priority-normal
<!-- @browser: qwant --> <!-- @ua_header: Mozilla/5.0 (Android; Mobile) Gecko/68.0 Firefox/68.0 QwantMobile/3.5 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/53144 --> **URL**: https://www.programme.tv/tnt/soiree/jeudi.php **Browser / Version**: qwant **Op...
1.0
www.programme.tv - design is broken - <!-- @browser: qwant --> <!-- @ua_header: Mozilla/5.0 (Android; Mobile) Gecko/68.0 Firefox/68.0 QwantMobile/3.5 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/53144 --> **URL**: https://www.programme.tv/tnt/soiree/jeudi....
non_process
design is broken url browser version qwant operating system android tested another browser no problem type design is broken description items are overlapped steps to reproduce des suggestions de liens recouvrent le programme télé des chaines situées sur la colonn...
0
2,842
5,806,477,312
IssuesEvent
2017-05-04 02:58:07
uccser/verto
https://api.github.com/repos/uccser/verto
closed
Glossary term not saved if back reference not given
bug processor implementation
A glossary term should be saved in `required_glossary_terms`, regardless if a back reference is given.
1.0
Glossary term not saved if back reference not given - A glossary term should be saved in `required_glossary_terms`, regardless if a back reference is given.
process
glossary term not saved if back reference not given a glossary term should be saved in required glossary terms regardless if a back reference is given
1
39,535
8,663,159,071
IssuesEvent
2018-11-28 16:39:30
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Moving cryovials from one freezer box to another
Enhancement Function-ContainerOrBarcode
In dealing with a freezer box of spilled cryovials, we were faced with the prospect of trying to rescan vials into an existing container that virtually still contained the cryovials in a different order. I tried to move all contents of this container to a virtual Dummy box in order to rescan them back into the existin...
1.0
Moving cryovials from one freezer box to another - In dealing with a freezer box of spilled cryovials, we were faced with the prospect of trying to rescan vials into an existing container that virtually still contained the cryovials in a different order. I tried to move all contents of this container to a virtual Dumm...
non_process
moving cryovials from one freezer box to another in dealing with a freezer box of spilled cryovials we were faced with the prospect of trying to rescan vials into an existing container that virtually still contained the cryovials in a different order i tried to move all contents of this container to a virtual dumm...
0
6,571
9,654,392,169
IssuesEvent
2019-05-19 13:45:37
linnovate/root
https://api.github.com/repos/linnovate/root
closed
in documents, updates field gets stuck after selecting a document from template
2.0.7 Documents Process bug critical
go to documents select a folder that has an office with a doc template in it click on select from template select the file that appears in the window write some updates so the updates field will move downwards try to scroll the updates field to see the add button again the updates field is stuck and cant move d...
1.0
in documents, updates field gets stuck after selecting a document from template - go to documents select a folder that has an office with a doc template in it click on select from template select the file that appears in the window write some updates so the updates field will move downwards try to scroll the upd...
process
in documents updates field gets stuck after selecting a document from template go to documents select a folder that has an office with a doc template in it click on select from template select the file that appears in the window write some updates so the updates field will move downwards try to scroll the upd...
1
13,959
16,738,409,455
IssuesEvent
2021-06-11 06:41:58
prisma/prisma
https://api.github.com/repos/prisma/prisma
opened
Better indent migrate warnings and errors
kind/improvement process/candidate team/migrations
## Problem Migrate warnings and errors formatted in lists have no indentation after the first line. ![unexecutable_migrations_alignment](https://user-images.githubusercontent.com/13155277/121642193-79a6ad80-ca90-11eb-87ec-856cca548be2.png) ## Suggested solution Format these messages with indentation after...
1.0
Better indent migrate warnings and errors - ## Problem Migrate warnings and errors formatted in lists have no indentation after the first line. ![unexecutable_migrations_alignment](https://user-images.githubusercontent.com/13155277/121642193-79a6ad80-ca90-11eb-87ec-856cca548be2.png) ## Suggested solution ...
process
better indent migrate warnings and errors problem migrate warnings and errors formatted in lists have no indentation after the first line suggested solution format these messages with indentation after the first line lorem ipsum dolor sit amet consectetur adipiscing elit urna con...
1
287,391
21,654,346,723
IssuesEvent
2022-05-06 12:44:55
sighupio/fury-kubernetes-service-mesh
https://api.github.com/repos/sighupio/fury-kubernetes-service-mesh
opened
Update docs to current standard
documentation
We need to update the docs of this addon to follow our current standard layout and content schema
1.0
Update docs to current standard - We need to update the docs of this addon to follow our current standard layout and content schema
non_process
update docs to current standard we need to update the docs of this addon to follow our current standard layout and content schema
0
2,623
3,789,323,475
IssuesEvent
2016-03-21 17:33:56
servo/servo
https://api.github.com/repos/servo/servo
closed
Move test timeout handling into contenttest harness
A-infrastructure B-interesting-project
It would be extremely nice to have test timeouts count as failures and show us filenames. The best way to achieve that is by the following: * get rid of the timer in `harness.js` * create a task in `run_test` in `contenttest.rs` which sits in a loop and waits for three messages - OutputReceived, TimerExpired, and Tes...
1.0
Move test timeout handling into contenttest harness - It would be extremely nice to have test timeouts count as failures and show us filenames. The best way to achieve that is by the following: * get rid of the timer in `harness.js` * create a task in `run_test` in `contenttest.rs` which sits in a loop and waits for ...
non_process
move test timeout handling into contenttest harness it would be extremely nice to have test timeouts count as failures and show us filenames the best way to achieve that is by the following get rid of the timer in harness js create a task in run test in contenttest rs which sits in a loop and waits for ...
0
12,837
15,222,772,968
IssuesEvent
2021-02-18 01:04:28
googlemaps/google-maps-services-java
https://api.github.com/repos/googlemaps/google-maps-services-java
closed
Prevent google-maps-services-java artifact from being published
triage me type: process
When `./gradlew publish` is run, two artifacts are published to sonatype and github packages: `google-maps-services.jar` and `google-maps-services-java.jar`. The latter should not be published since the former is the correct artifact to consume.
1.0
Prevent google-maps-services-java artifact from being published - When `./gradlew publish` is run, two artifacts are published to sonatype and github packages: `google-maps-services.jar` and `google-maps-services-java.jar`. The latter should not be published since the former is the correct artifact to consume.
process
prevent google maps services java artifact from being published when gradlew publish is run two artifacts are published to sonatype and github packages google maps services jar and google maps services java jar the latter should not be published since the former is the correct artifact to consume
1
307,246
9,415,024,037
IssuesEvent
2019-04-10 11:38:13
bitshares/bitshares-ui
https://api.github.com/repos/bitshares/bitshares-ui
closed
[0] Exchange header 24hr change indicator broken
[2] Verified [3] Bug [4b] Normal Priority [5a] Tiny [6] Core [6] RC Blockage
https://wallet.bitshares.org/#/market/NOWCOIN_BTS ![image](https://user-images.githubusercontent.com/33128181/54124978-14bd0280-4404-11e9-89e2-b9590c151023.png) I guess it happens on illiquid markets when there is no data available
1.0
[0] Exchange header 24hr change indicator broken - https://wallet.bitshares.org/#/market/NOWCOIN_BTS ![image](https://user-images.githubusercontent.com/33128181/54124978-14bd0280-4404-11e9-89e2-b9590c151023.png) I guess it happens on illiquid markets when there is no data available
non_process
exchange header change indicator broken i guess it happens on illiquid markets when there is no data available
0
18,071
24,084,416,092
IssuesEvent
2022-09-19 09:36:59
streamnative/flink
https://api.github.com/repos/streamnative/flink
closed
[SQL Connector] Failed at fetching schema info for EMPTY when consumer consume from topic using AVRO schema
compute/data-processing
In selectIntoTableUsingAvroBasedSchema() and using avro schema, the final getValue() call will get a `Failed at fetching schema info for EMPTY` exception. Seems the message has a schema version and avro supports schema versioning. But the schema version is an empty string. Not sure why this could happen. Should dig i...
1.0
[SQL Connector] Failed at fetching schema info for EMPTY when consumer consume from topic using AVRO schema - In selectIntoTableUsingAvroBasedSchema() and using avro schema, the final getValue() call will get a `Failed at fetching schema info for EMPTY` exception. Seems the message has a schema version and avro supp...
process
failed at fetching schema info for empty when consumer consume from topic using avro schema in selectintotableusingavrobasedschema and using avro schema the final getvalue call will get a failed at fetching schema info for empty exception seems the message has a schema version and avro supports schema ve...
1
3,928
6,847,410,015
IssuesEvent
2017-11-13 15:21:41
syndesisio/syndesis-ui
https://api.github.com/repos/syndesisio/syndesis-ui
closed
Standardize the code linting flow for all contributors
dev process enhancement in progress Priority - Low
With more developers coming on board we should strive to keep consistency in our code in regards of format, style and syntax. Applying a linting phase bound to the transpilation/versioning phases of development seems a good start. The idea is to ensure that all developers get their code linted regardless the IDE in ...
1.0
Standardize the code linting flow for all contributors - With more developers coming on board we should strive to keep consistency in our code in regards of format, style and syntax. Applying a linting phase bound to the transpilation/versioning phases of development seems a good start. The idea is to ensure that al...
process
standardize the code linting flow for all contributors with more developers coming on board we should strive to keep consistency in our code in regards of format style and syntax applying a linting phase bound to the transpilation versioning phases of development seems a good start the idea is to ensure that al...
1