Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
855
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
13 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
240k
binary_label
int64
0
1
823,147
30,929,497,993
IssuesEvent
2023-08-06 22:38:26
Memmy-App/memmy
https://api.github.com/repos/Memmy-App/memmy
closed
Replace Native Base with Gluestack
enhancement high priority
**Is your feature request related to a problem? Please describe.** As discussed on Discord, I'll work through replacing Native Base with Gluestack. Hopefully this will get us some additional performance improvement throughout the app. **Describe the solution you'd like** Native Base is slow and has issues. It's gotta go. **Describe alternatives you've considered** We could go with straight React/RN, but then we'll need to style everything. Gluestack gives us the framework to make that less painful and has approximate 1:1 components with most of the Native Base components we're already using. **Additional context** Nothing to see here. This is all under the hood.
1.0
Replace Native Base with Gluestack - **Is your feature request related to a problem? Please describe.** As discussed on Discord, I'll work through replacing Native Base with Gluestack. Hopefully this will get us some additional performance improvement throughout the app. **Describe the solution you'd like** Native Base is slow and has issues. It's gotta go. **Describe alternatives you've considered** We could go with straight React/RN, but then we'll need to style everything. Gluestack gives us the framework to make that less painful and has approximate 1:1 components with most of the Native Base components we're already using. **Additional context** Nothing to see here. This is all under the hood.
priority
replace native base with gluestack is your feature request related to a problem please describe as discussed on discord i ll work through replacing native base with gluestack hopefully this will get us some additional performance improvement throughout the app describe the solution you d like native base is slow and has issues it s gotta go describe alternatives you ve considered we could go with straight react rn but then we ll need to style everything gluestack gives us the framework to make that less painful and has approximate components with most of the native base components we re already using additional context nothing to see here this is all under the hood
1
208,372
7,153,550,848
IssuesEvent
2018-01-26 02:26:28
mreishman/Log-Hog
https://api.github.com/repos/mreishman/Log-Hog
opened
Re-Write how watch list array is saved
Priority - 1 - Very High
Change config of watchlist from array key to array array - [ ] Config Logic - [ ] Save logic - [ ] Verify Save logic - [ ] Main js (index) logic - [ ] Edit logic
1.0
Re-Write how watch list array is saved - Change config of watchlist from array key to array array - [ ] Config Logic - [ ] Save logic - [ ] Verify Save logic - [ ] Main js (index) logic - [ ] Edit logic
priority
re write how watch list array is saved change config of watchlist from array key to array array config logic save logic verify save logic main js index logic edit logic
1
752,976
26,335,552,377
IssuesEvent
2023-01-10 14:06:09
kubeshop/testkube
https://api.github.com/repos/kubeshop/testkube
closed
Stderr is missing in Dashboard for execution logs
bug 🐛 high-priority
**Describe the bug** Stderr is missing for Dashboard execution logs **To Reproduce** Steps to reproduce the behavior: 1. Check `artillery-executor-smoke-144` test at Demo: https://demo.testkube.io/tests/executions/artillery-executor-smoke/execution/63690d2d48e34f390b6ce283 ![Screenshot_20221107_150354](https://user-images.githubusercontent.com/1473096/200330462-a67d632f-32b9-47e3-9053-afb8fca34d85.png) 3. Test failed, but the output in Dashboard looks exactly like the tests that passed 4. Check execution logs with CLI: ``` $ testkube get execution artillery-executor-smoke-144 ID: 63690d2d48e34f390b6ce283 Name artillery-executor-smoke-144 Number: 144 Test name: artillery-executor-smoke Type: artillery/test Status: failed Start time: 2022-11-07 13:50:37.112 +0000 UTC End time: 2022-11-07 13:50:53.303 +0000 UTC Duration: 00:00:16 Labels: core-tests=executors Status test execution failed: ⨯ scrape artifacts error: minio failed to create a bucket 63690d2d48e34f390b6ce283: Storage backend has reached its minimum free drive threshold. Please delete a few objects to proceed. Running scenarios... Phase started: unnamed (index: 0, duration: 1s) 13:50:45(+0000) Phase completed: unnamed (index: 0, duration: 1s) 13:50:46(+0000) -------------------------------------- Metrics for period to: 13:50:50(+0000) (width: 0.474s) -------------------------------------- http.codes.200: ................................................................ 1 ... ``` **Expected behavior** Complete execution log should be visible with Dashboard. Currently stderr part is missing: ``` ⨯ scrape artifacts error: minio failed to create a bucket 63690d2d48e34f390b6ce283: Storage backend has reached its minimum free drive threshold. Please delete a few objects to proceed. ``` **Version / Cluster** Client Version 1.6.28 Server Version v1.6.28
1.0
Stderr is missing in Dashboard for execution logs - **Describe the bug** Stderr is missing for Dashboard execution logs **To Reproduce** Steps to reproduce the behavior: 1. Check `artillery-executor-smoke-144` test at Demo: https://demo.testkube.io/tests/executions/artillery-executor-smoke/execution/63690d2d48e34f390b6ce283 ![Screenshot_20221107_150354](https://user-images.githubusercontent.com/1473096/200330462-a67d632f-32b9-47e3-9053-afb8fca34d85.png) 3. Test failed, but the output in Dashboard looks exactly like the tests that passed 4. Check execution logs with CLI: ``` $ testkube get execution artillery-executor-smoke-144 ID: 63690d2d48e34f390b6ce283 Name artillery-executor-smoke-144 Number: 144 Test name: artillery-executor-smoke Type: artillery/test Status: failed Start time: 2022-11-07 13:50:37.112 +0000 UTC End time: 2022-11-07 13:50:53.303 +0000 UTC Duration: 00:00:16 Labels: core-tests=executors Status test execution failed: ⨯ scrape artifacts error: minio failed to create a bucket 63690d2d48e34f390b6ce283: Storage backend has reached its minimum free drive threshold. Please delete a few objects to proceed. Running scenarios... Phase started: unnamed (index: 0, duration: 1s) 13:50:45(+0000) Phase completed: unnamed (index: 0, duration: 1s) 13:50:46(+0000) -------------------------------------- Metrics for period to: 13:50:50(+0000) (width: 0.474s) -------------------------------------- http.codes.200: ................................................................ 1 ... ``` **Expected behavior** Complete execution log should be visible with Dashboard. Currently stderr part is missing: ``` ⨯ scrape artifacts error: minio failed to create a bucket 63690d2d48e34f390b6ce283: Storage backend has reached its minimum free drive threshold. Please delete a few objects to proceed. ``` **Version / Cluster** Client Version 1.6.28 Server Version v1.6.28
priority
stderr is missing in dashboard for execution logs describe the bug stderr is missing for dashboard execution logs to reproduce steps to reproduce the behavior check artillery executor smoke test at demo test failed but the output in dashboard looks exactly like the tests that passed check execution logs with cli testkube get execution artillery executor smoke id name artillery executor smoke number test name artillery executor smoke type artillery test status failed start time utc end time utc duration labels core tests executors status test execution failed ⨯ scrape artifacts error minio failed to create a bucket storage backend has reached its minimum free drive threshold please delete a few objects to proceed running scenarios phase started unnamed index duration phase completed unnamed index duration metrics for period to width http codes expected behavior complete execution log should be visible with dashboard currently stderr part is missing ⨯ scrape artifacts error minio failed to create a bucket storage backend has reached its minimum free drive threshold please delete a few objects to proceed version cluster client version server version
1
662,612
22,145,957,284
IssuesEvent
2022-06-03 12:05:00
netdata/netdata-cloud
https://api.github.com/repos/netdata/netdata-cloud
closed
[BUG] dimension renames are not properly propagated to the cloud
bug priority/high visualizations-team performance-stability-team
Check the dimension names on this chart: ![Peek 2022-04-02 21-59](https://user-images.githubusercontent.com/2662304/161397541-0716f9eb-cb5c-4e8a-9a20-649d7a029155.gif) https://app.netdata.cloud/api/v2/nodes/fd62ef03-d904-4d4c-904c-b1841e0fac88/data?v2=&chart=tc.ens4&format=json&options=jsonwrap%7Cnonzero%7Cflip%7Cms&_=1648925606540&points=351&group=average&gtime=0&after=-301 ```json { "after": 1648925336, "api": 1, "before": 1648925636, "dimension_ids": [ "17:", "21:", "14:", "12:", "16:", "18:", "22:", "11:", "13:" ], "dimension_names": [ "7674", "7674", "7674", "7674", "7674", "7674", "7674", "7674", "7674" ], "dimensions": 9, "first_entry": 1648924607, "format": "json", "id": "tc.ens4", "last_entry": 1648925636, "latest_values": [0,0,0,0,0,0,0,0,0 ], "max": 12586.869, "meta": { "coverage": { "score": 1, "issues": [ ] }, "hops": 1 }, "min": 0, "name": "tc.world_ens4_out", "points": 301, "result": { "data": [[1648925336000,0,0,0,0,0,0,0,0,0 ],[1648925337000,0,0,0,0,0,0,0,0,0 ],[1648925338000,0,0,0,0,0,0,0,0,0 ],[1648925339000,0,0,0,0,0,0,0,0,0 ],[1648925340000,0,0,0,0,0,0,0,0,0 ],[1648925341000,0,1.0351616,0,0,0,0,0,0,0 ],[1648925342000,0,0.0208384,0,0,0,0,0,0,0 ],[1648925343000,0,0,0,0,0,0,0,0,0 ],[1648925344000,0,0,0,0,0,0,0,0,0 ],[1648925345000,0,0,0,0,0,0,0,0,0 ],[1648925346000,0,0,0,0,0,0,0,0,0 ],[1648925347000,0,0,0,0,0,0,0,0,0 ],[1648925348000,0,0,0,0,0,0,0,0,0 ],[1648925349000,0,0,0,0,0,0,0,0,0 ],[1648925350000,0,0,0,0,0,0,0,0.3310329,0 ],[1648925351000,0,0,0,0,0,0,0,0.0049671,0 ],[1648925352000,0,0,0,0,0,0,0,0,0 ],[1648925353000,0,0,0,0,0,0,0,0,0 ],[1648925354000,0,0,0,0,0,0,0,0,0 ],[1648925355000,0,11.137315,0,0,1.794564,0,0,0,1.2908266 ],[1648925356000,0,0.7028819,0,0,1.022539,1.2768464,0,0,0.0211734 ],[1648925357000,0,0.0078033,0,0,2.317452,0.0191536,0,0,0 ],[1648925358000,0,0,0,0,1.2179057,0,0,0,0 ],[1648925359000,0,0,0,0,42.40248,0,0,0,0 ],[1648925360000,0,0,0,0,30.17801,0,0,0,0 ],[1648925361000,0,0,0,0,11.263622,0,0,0,0 ],[1648925362000,0,0.8505194,0,0,51.32885,0,0,0,0 ],[1648925363000,0,0.0134806,0,0,31.73128,0,0,0,0 ],[1648925364000,0,0,0,0,4.007204,0,0,0,0 ],[1648925365000,0,0,0,0,3.65561,0,0,0,0 ],[1648925366000,0,0,0,0,5.447597,0,0,0,0 ],[1648925367000,0,0,0,0,29.10329,0,0,0,0 ],[1648925368000,0,0,0,0,23.03041,0,0,0,0 ],[1648925369000,0,0,0,0,7.936699,0,0,0,0 ],[1648925370000,0,0.5163919,0,0,0.1064944,0,0,0,0 ],[1648925371000,0,0.0116081,0,0,0,0,0,0,0 ],[1648925372000,0,0.5180669,0,0,0,0,0,0,0 ],[1648925373000,0,0.0099331,0,0,0,0,0,0,0 ],[1648925374000,0,0,0,0,0,0,0,0,0 ],[1648925375000,0,0,0,0,0,0,0,0,0 ],[1648925376000,0,0,0,0,0,0,0,0,0 ],[1648925377000,0,0,0,0,0,0,0,0,0 ],[1648925378000,0,0,0,0,0,0,0,0,0 ],[1648925379000,0,0,0,0,0,0,0,0,0 ],[1648925380000,0,0,0,0,0,0,0,0,0 ],[1648925381000,0,0,0,0,0,0,0,0,0 ],[1648925382000,0,0,0,0,0,0,0,0,0 ],[1648925383000,0,0,0,0,0,0,0,0,0 ],[1648925384000,0,0,0,0,0,0,0,0,0 ],[1648925385000,0,0.5188699,0,0,0,0,0,0,0 ],[1648925386000,0,0.0091301,0,0,0,0,0,0,0 ],[1648925387000,0,0.520516,0,0,0,0,0,0,0 ],[1648925388000,0,0.007484,0,0,0,0,0,0,0 ],[1648925389000,0,0,0,0,0,0,0,0,0 ],[1648925390000,0,0,0,0,0,0,0,0,0 ],[1648925391000,0,5.285942,0,0,0,0,0,0,0 ],[1648925392000,0,0.0820576,0,0,0,0,0,0,0 ],[1648925393000,0,0,0,0,0,0,0,0,0 ],[1648925394000,0,0,0,0,0,0,0,0,0 ],[1648925395000,0,0,0,0,0,0,0,0,0 ],[1648925396000,0,0,0,0,0,0,0,0,0 ],[1648925397000,0,0,0,0,0,0,0,0,0 ],[1648925398000,0,0,0,0,0,0,0,0,0 ],[1648925399000,0,0,0,0,0,0,0,0,0 ],[1648925400000,0,0.5181619,0,0,0,0,0,0,0 ],[1648925401000,0,0.0098381,0,0,0,1.2750333,0,0,0 ],[1648925402000,0,0.5199148,0,0,0,0.0209667,0,0,0 ],[1648925403000,0,0.0080852,0,0,0,0,0,0,0 ],[1648925404000,0,0,0,0,0,0,0,0,0 ],[1648925405000,0,0,0,0,0,21.38824,0,0,0 ],[1648925406000,0,0,0,0,0,0.4117553,0,0,0 ],[1648925407000,0,0,0,0,0,0,0,0,0 ],[1648925408000,1.1666235,0,0,0,0.520251,0,0,0,0 ],[1648925409000,1.1847487,0,0,0,0.007749,0,0,0,0 ],[1648925410000,0.0166277,0,0,0.7666647,0,5.351007,0,0.3285706,0 ],[1648925411000,1.1608962,0,0,0.0173353,0,0.1209935,0,0.0074294,0 ],[1648925412000,0.0231038,0,0,0,0,236.3485,0,0,0 ],[1648925413000,0,0,0,0,0,37.36776,0,0,0 ],[1648925414000,0,0,0,0,5.250675,0.5477021,0,0,0 ],[1648925415000,1.1688812,0.5212578,0,0,0.0773252,65.6232,0,0,0 ],[1648925416000,0.0151188,0.0067422,0,0,0,0.8487963,0,0,0 ],[1648925417000,0,0.517438,0,0,3.998385,79.77169,0,0,0 ],[1648925418000,0,0.010562,0,0,129.40574,1.6283051,0,0,0 ],[1648925419000,0,0,0,0,2.403879,11.68039,0,0,0 ],[1648925420000,0,0,0,0,0,7.571626,0,0,0 ],[1648925421000,0,0.8522165,0,0,0,0.1159837,0,0,0 ],[1648925422000,0,0.0117835,0,0,0,0,0,0,0 ],[1648925423000,1.1600246,0,0,0,0,0,0,0,0 ],[1648925424000,0.0239754,0,0,0,3.738684,0,0,0,0 ],[1648925425000,0,0,0,0,4.808036,0,0,0,0 ],[1648925426000,0,0,0,0,0.0772799,0,0,0,0 ],[1648925427000,0,0,0,0,0,0,0,0,0 ],[1648925428000,0,0,0,0,0,0,0,0,0 ],[1648925429000,0,0,0,0,0,0,0,0,0 ],[1648925430000,0,0.5188381,0,0,0,0,0,0,0 ],[1648925431000,0,0.0091619,0,0,0,0,0,0,0 ],[1648925432000,0,0.5206504,0,0,0,0,0,0,0 ],[1648925433000,0,0.0073496,0,0,1.0327016,0,0,0,0 ],[1648925434000,0,0,0,0,0.0232984,0,0,0,0 ],[1648925435000,0,0,0,0,0,0,0,0,0 ],[1648925436000,0,0,0,0,0,0,0,0,0 ],[1648925437000,0,0,0,0,0,0,0,0,0 ],[1648925438000,0,0,0,0,0,0,0,0,0 ],[1648925439000,0,0,0,0,0,0,0,0,0 ],[1648925440000,0,0,0,0,0,0,0,0,0 ],[1648925441000,0,0,0,0,0,0,0,0,0 ],[1648925442000,0,0,0,0,0,0,0,0,0 ],[1648925443000,0,0,0,0,0,0,0,0,0 ],[1648925444000,0,0,0,0,0,0,0,0,0 ],[1648925445000,0,11.14464,0,0,0,0,0,0,1.2916755 ],[1648925446000,0,0.1753605,0,0,0,0,0,0,0.0203245 ],[1648925447000,0,0,0,0,0,0,0,0,0 ],[1648925448000,0,0,0,0,0,0,0,0,0 ],[1648925449000,0,0,0,0,0,0,0,0,0 ],[1648925450000,0,0,0,0,0,0,2.69122,0,0 ],[1648925451000,0,5.289041,0,0,0,0,0.0447803,0,0 ],[1648925452000,0,0.0789593,0,0,0,0,0,0,0 ],[1648925453000,0,0,0,0,0,0,0,0,0 ],[1648925454000,0,0,0,0,0,0,0,0,0 ],[1648925455000,0,0,0,0,0,0,0,0,0 ],[1648925456000,0,0,0,0,0,0,0,0,0 ],[1648925457000,0,0,0,0,0,0,0,0,0 ],[1648925458000,0,0,0,0,0,0,0,0,0 ],[1648925459000,0,0,0,0,0,0,0,0,0 ],[1648925460000,0,1.0361838,0,0,0,0,0,0,0 ],[1648925461000,0,0.0198162,0,0,0,0,0,0,0 ],[1648925462000,0,0,0,0,0,0,0,0,0 ],[1648925463000,0,0,0,0,0,0,0,0,0 ],[1648925464000,0,0,0,0,0,0,0,0,0 ],[1648925465000,0,0,0,0,0,1.2684835,0,0,0 ],[1648925466000,0,0,0,0,0,0.0275165,0,0,0 ],[1648925467000,0,0,0,0,0,0,0,0,0 ],[1648925468000,0,0,0,0,0,0,0,0,0 ],[1648925469000,0,0,0,0,0,0,0,0,0 ],[1648925470000,0,0,0,0,0,7.02546,0,0.328585,0 ],[1648925471000,0,0,0,0,0,0.1585396,0,0.007415,0 ],[1648925472000,0,0,0,0,0,0,0,0,0 ],[1648925473000,0,0,0,0,0,0,0,0,0 ],[1648925474000,0,0,0,0,0,0,0,0,0 ],[1648925475000,0,1.042134,0,0,0,25.99809,0,0,0 ],[1648925476000,0,0.013866,0,0,0,11.415084,0,0,0 ],[1648925477000,0,0,0,0,0,0.2428305,0,0,0 ],[1648925478000,0,0,0,0,0,0,0,0,0 ],[1648925479000,0,0,0,0,0,0,0,0,0 ],[1648925480000,0,0,0,0,0,0,0,0,0 ],[1648925481000,0,0,0,0,17.14423,0,0,0,0 ],[1648925482000,0,0.844835,0,0,16.315281,0,0,0,0 ],[1648925483000,0,0.019165,0,0,13.523539,0,0,0,0 ],[1648925484000,0,0,0,0,0.2809515,0,0,0,0 ],[1648925485000,0,0,0,0,0,0,0,0,0 ],[1648925486000,0,0,0,0,0,0,0,0,0 ],[1648925487000,0,0,0,0,0,0,0,0,0 ],[1648925488000,0,0,0,0,6.344261,0,0,0,0 ],[1648925489000,0,0,0,0,0.0877388,0,0,0,0 ],[1648925490000,0,0,0,0,0,0,0,0,0 ],[1648925491000,0,1.0356289,0,0,0,0,0,0,0 ],[1648925492000,0,0.0203711,0,0,0,0,0,0,0 ],[1648925493000,0,0,0,0,0,0,0,0,0 ],[1648925494000,0,0,0,0,0,0,0,0,0 ],[1648925495000,0,0,0,0,192.658,0,0,0,0 ],[1648925496000,0,0,0,0,12586.869,0,0,0,0 ],[1648925497000,0,0,0,0,1738.863,0,0,0,0 ],[1648925498000,0,0,0,0,523.4752,0,0,0,0 ],[1648925499000,0,0,0,0,7.862603,0,0,0,0 ],[1648925500000,0,0,0,0,170.768,0,0,0,0 ],[1648925501000,0,0,0,0,302.9351,0,0,0,0 ],[1648925502000,0,0,0,0,217.7612,0,0,0,0 ],[1648925503000,0,0,0,0,4.11967,0,0,0,0 ],[1648925504000,0,0,0,0,368.7814,0,0,0,0 ],[1648925505000,0,0,0,0,185.5762,0,0,0,0 ],[1648925506000,0,1.0326238,0,0,181.2463,0,0,0,0 ],[1648925507000,0,0.0233762,0,0,183.4478,0,0,0,0 ],[1648925508000,0,0,0,0,932.0826,0,0,0,0 ],[1648925509000,0,0,0,0,272.6411,0,0,0,0 ],[1648925510000,0,0,0,0,210.3538,0,0,0,0 ],[1648925511000,0,5.297569,0,0,176.257,0,0,0,0 ],[1648925512000,0,0.0704308,0,0,163.70866,0,0,0,0 ],[1648925513000,0,0,0,0,209.872,0,0,0,0 ],[1648925514000,0,0,0,0,87.81373,0,0,0,0 ],[1648925515000,0,0,0,0,1.5792491,0,0,0,0 ],[1648925516000,0,0,0,0,0,0,0,0,0 ],[1648925517000,0,0,0,0,0,0,0,0,0 ],[1648925518000,0,0,0,0,0,0,0,0,0 ],[1648925519000,0,0,0,0,0,0,0,0,0 ],[1648925520000,0,0,0,0,5.192921,0,0,0,0 ],[1648925521000,0,1.0377132,0,0,0.1030789,1.2735571,0,0,0 ],[1648925522000,0,0.0182868,0,0,0,0.0224429,0,0,0 ],[1648925523000,0,0,0,0,0,0,0,0,0 ],[1648925524000,0,0,0,0,0,0,0,0,0 ],[1648925525000,0,0,0,0,0,0,0,0,0 ],[1648925526000,0,0,0,0,0,0,0,0,0 ],[1648925527000,0,0,0,0,0,0,0,0,0 ],[1648925528000,0,0,0,0,0,0,0,0,0 ],[1648925529000,0,0,0,0,0,0,0,0,0 ],[1648925530000,0,0,0,0,0,0,0,0.3314198,0 ],[1648925531000,0,0,0,0,5.181977,0,0,0.0045802,0 ],[1648925532000,0,0,0,0,0.1140231,0,0,0,0 ],[1648925533000,0,0,0,0,0,0,0,0,0 ],[1648925534000,0,0,0,0,0,0,0,0,0 ],[1648925535000,0,0,0,0,0,0,0,0,0 ],[1648925536000,0,1.033083,0,0,0,0,0,0,0 ],[1648925537000,0,0.022917,0,0,0,0,0,0,0 ],[1648925538000,0,0,0,0,0,0,0,0,0 ],[1648925539000,0,0,0,0,0,0,0,0,0 ],[1648925540000,0,0,0,0,0,0,0,0,0 ],[1648925541000,0,0,0,0,0,0,0,0,0 ],[1648925542000,0,0.8462633,0,0,5.187281,0,0,0,0 ],[1648925543000,0,0.0177367,0,0,0.1087193,0,0,0,0 ],[1648925544000,0,0,0,0,0,0,0,0,0 ],[1648925545000,0,0,0,0,0,0,0,0,0 ],[1648925546000,0,0,0,0,0,0,0,0,0 ],[1648925547000,0,0,0,0,0,0,0,0,0 ],[1648925548000,0,0,0,0,0,0,0,0,0 ],[1648925549000,0,0,0,0,0,0,0,0,0 ],[1648925550000,0,0,0,0,0,0,0,0,0 ],[1648925551000,0,1.0362729,0,0,0,0,0,0,0 ],[1648925552000,0,0.0197271,0,0,0,0,0,0,0 ],[1648925553000,0,0,0,0,5.215945,0,0,0,0 ],[1648925554000,0,0,0,0,0.0800555,0,0,0,0 ],[1648925555000,0,0,0,0,0,0,0,0,0 ],[1648925556000,0,0,0,0,0,0,0,0,0 ],[1648925557000,0,0,0,0,0,0,0,0,0 ],[1648925558000,0,0,0,0,0,0,0,0,0 ],[1648925559000,0,0,0,0,0,0,0,0,0 ],[1648925560000,0,0,0.7098064,0,0,0,0,0,0 ],[1648925561000,0,0,0.0101936,0,0,0,0,0,0 ],[1648925562000,0,0,0,0,0,0,0,0,0 ],[1648925563000,0,0,0,0,0,0,0,0,0 ],[1648925564000,0,0,0,0,5.204709,0,0,0,0 ],[1648925565000,0,0,0,0,0.0912914,0,0,0,0 ],[1648925566000,0,1.0412504,0,0,0,1.2778982,0,0,0 ],[1648925567000,0,0.0147496,0,0,0,0.0181018,0,0,0 ],[1648925568000,0,0,0,0,0,0,0,0,0 ],[1648925569000,0,0,0,0,0,0,0,0,0 ],[1648925570000,0,0,0,0,0,0,0,0,0 ],[1648925571000,0,5.282648,0,0,0.8030255,0,0,0,0 ],[1648925572000,0,0.0853517,0,0,0.0129745,7.95973,0,0,0 ],[1648925573000,0,0,0,0,0.8048407,0.6410492,0,0,0 ],[1648925574000,0,0,0,0,0.0111593,0.0072207,0,0,0 ],[1648925575000,0,0,0,0,5.193254,0,0,0,0 ],[1648925576000,0,0,0,0,0.1027455,0,0,0,0 ],[1648925577000,0,0,0,0,0,0,0,0,0 ],[1648925578000,0,0,0,0,0,0,0,0,0 ],[1648925579000,0,0,0,0,0,0,0,0,0 ],[1648925580000,0,0,0,0,0,0,2.685181,0,0 ],[1648925581000,0,1.0373973,0,0,0,0,0.050819,0,0 ],[1648925582000,0,0.0186027,0,0,0,0,0,0,0 ],[1648925583000,0,0,0,0,0,0,0,0,0 ],[1648925584000,0,0,0,0,0,0,0,0,0 ],[1648925585000,0,0,0,0,0,0,0,0,0 ],[1648925586000,0,0,0,0,5.200523,0,0,0,0 ],[1648925587000,0,0,0,0,0.8974069,0,0,0,0 ],[1648925588000,0,0,0,0,1.901927,216.4349,0,0,0 ],[1648925589000,0,0,0,0,0.0321433,3.685099,0,0,0 ],[1648925590000,0,0,0,0,0.8051795,0,0,0.3315445,0 ],[1648925591000,0,0,0,0,0.0108205,0,0,0.0044555,0 ],[1648925592000,0,0,0,0,0,0,0,0,0 ],[1648925593000,0,0,0,0,0.8017751,0,0,0,0 ],[1648925594000,0,0,0,0,0.0142249,0,0,0,0 ],[1648925595000,0,11.160608,0,0,1.6090205,0,0,0,1.2935263 ],[1648925596000,0,0.6757382,0,0,0.0229795,0,0,0,0.0184737 ],[1648925597000,0,0.0116542,0,0,5.189747,0,0,0,0 ],[1648925598000,0,0,0,0,0.1062528,0,0,0,0 ],[1648925599000,0,0,0,0,0,0,0,0,0 ],[1648925600000,0,0,0,0,0,10.275778,2.695028,0,0 ],[1648925601000,0,0.8523378,0,0,0,0.1562217,0.0409722,0,0 ],[1648925602000,0,0.0116622,0,0,0,0,0,0,0 ],[1648925603000,0,0,0,0,0,0,0,0,0 ],[1648925604000,0,0,0,0,0,0,0,0,0 ],[1648925605000,0,0,0,0,0,0,0,0,0 ],[1648925606000,0,0,0,0,0,0,0,0,0 ],[1648925607000,0,0,0,0,0,0,0,0,0 ],[1648925608000,0,0,0,0,5.179829,432.8992,0,0,0 ],[1648925609000,0,0,0,0,0.1161705,226.728,0,0,0 ],[1648925610000,0,0.5190012,0,0,0,4.284791,0,0,0 ],[1648925611000,0,0.528802,0,0,0,0,0,0,0 ],[1648925612000,0,0.0081968,0,0,0,0,0,0,0 ],[1648925613000,0,0,0,0,0,0,0,0,0 ],[1648925614000,0,0,0,0,0,25.18519,0,0,0 ],[1648925615000,0,0,0,0,0,0.3508129,0,0,0 ],[1648925616000,0,0,0,0,0,0,0,0,0 ],[1648925617000,0,0,0,0,0,0,0,0,0 ],[1648925618000,0,0,0,0,0,0,0,0,0 ],[1648925619000,0,0,0,0,5.21279,217.8269,0,0,0 ],[1648925620000,0,0,0,0,0.0832102,3.477106,0,0,0 ],[1648925621000,0,0,0,0,0,0,0,0,0 ],[1648925622000,0,0,0,0,0,0,0,0,0 ],[1648925623000,0,0,0,0,0,0,0,0,0 ],[1648925624000,0,0,0,0,0,6.553827,0,0,0 ],[1648925625000,0,0.5186764,0,0,0,0.1341731,0,0,0 ],[1648925626000,0,0.0093236,0,0,0,0,0,0,0 ],[1648925627000,0,0.520062,0,0,0,0,0,0,0 ],[1648925628000,0,0.007938,0,0,0,0,0,0,0 ],[1648925629000,0,0,0,0,0,0,0,0,0 ],[1648925630000,0,0,0,0,5.1787,0,0,0,0 ],[1648925631000,0,5.261459,0,0,0.1173004,0,0,0,0 ],[1648925632000,0,0.1065408,0,0,0,0,0,0,0 ],[1648925633000,0,0,0,0,0,0,0,0,0 ],[1648925634000,0,0,0,0,0,0,0,0,0 ],[1648925635000,0,0,0,0,0,0,0,0,0 ],[1648925636000,0,0,0,0,0,0,0,0,0 ] ], "labels": [ "time", "7674", "7674", "7674", "7674", "7674", "7674", "7674", "7674", "7674" ] }, "update_every": 1, "view_latest_values": [0,0,0,0,0,0,0,0,0 ], "view_update_every": 1 } ``` Agent: http://localhost:20001/api/v1/data?v2=&chart=tc.ens4&format=json&options=jsonwrap%7Cnonzero%7Cflip%7Cms&_=1648925606540&points=351&group=average&gtime=0&after=-301 ```json { "api": 1, "id": "tc.ens4", "name": "tc.world_ens4_out", "view_update_every": 1, "update_every": 1, "first_entry": 1648924607, "last_entry": 1648925675, "before": 1648925675, "after": 1648925375, "dimension_names": [ "netdata", "client", "ntp", "icmp", "ssh", "netdatacloud", "default", "arp", "dns" ], "dimension_ids": [ "17:", "21:", "14:", "12:", "16:", "18:", "22:", "11:", "13:" ], "latest_values": [0,0,0,0,0.0837566,39.5464658,0,0,0 ], "view_latest_values": [0,0,0,0,0.0837566,39.54647,0,0,0 ], "dimensions": 9, "points": 301, "format": "json", "result": { "labels": [ "time", "netdata", "client", "ntp", "icmp", "ssh", "netdatacloud", "default", "arp", "dns" ], "data": [[1648925375000,0,0,0,0,0,0,0,0,0 ],[1648925376000,0,0,0,0,0,0,0,0,0 ],[1648925377000,0,0,0,0,0,0,0,0,0 ],[1648925378000,0,0,0,0,0,0,0,0,0 ],[1648925379000,0,0,0,0,0,0,0,0,0 ],[1648925380000,0,0,0,0,0,0,0,0,0 ],[1648925381000,0,0,0,0,0,0,0,0,0 ],[1648925382000,0,0,0,0,0,0,0,0,0 ],[1648925383000,0,0,0,0,0,0,0,0,0 ],[1648925384000,0,0,0,0,0,0,0,0,0 ],[1648925385000,0,0.5189387,0,0,0,0,0,0,0 ],[1648925386000,0,0.0090613,0,0,0,0,0,0,0 ],[1648925387000,0,0.5205848,0,0,0,0,0,0,0 ],[1648925388000,0,0.0074152,0,0,0,0,0,0,0 ],[1648925389000,0,0,0,0,0,0,0,0,0 ],[1648925390000,0,0,0,0,0,0,0,0,0 ],[1648925391000,0,5.286642,0,0,0,0,0,0,0 ],[1648925392000,0,0.0813582,0,0,0,0,0,0,0 ],[1648925393000,0,0,0,0,0,0,0,0,0 ],[1648925394000,0,0,0,0,0,0,0,0,0 ],[1648925395000,0,0,0,0,0,0,0,0,0 ],[1648925396000,0,0,0,0,0,0,0,0,0 ],[1648925397000,0,0,0,0,0,0,0,0,0 ],[1648925398000,0,0,0,0,0,0,0,0,0 ],[1648925399000,0,0,0,0,0,0,0,0,0 ],[1648925400000,0,0.5182306,0,0,0,0,0,0,0 ],[1648925401000,0,0.0097694,0,0,0,1.2752022,0,0,0 ],[1648925402000,0,0.5199835,0,0,0,0.0207978,0,0,0 ],[1648925403000,0,0.0080165,0,0,0,0,0,0,0 ],[1648925404000,0,0,0,0,0,0,0,0,0 ],[1648925405000,0,0,0,0,0,21.39109,0,0,0 ],[1648925406000,0,0,0,0,0,0.4089147,0,0,0 ],[1648925407000,0,0,0,0,0,0,0,0,0 ],[1648925408000,1.1667777,0,0,0,0.5203198,0,0,0,0 ],[1648925409000,1.1847486,0,0,0,0.0076802,0,0,0,0 ],[1648925410000,0.0164737,0,0,0.7667658,0,5.351712,0,0.3286139,0 ],[1648925411000,1.1610506,0,0,0.0172342,0,0.1202879,0,0.0073861,0 ],[1648925412000,0.0229494,0,0,0,0,236.3799,0,0,0 ],[1648925413000,0,0,0,0,0,37.34082,0,0,0 ],[1648925414000,0,0,0,0,5.251369,0.5433097,0,0,0 ],[1648925415000,1.1690354,0.5213266,0,0,0.0766314,65.63186,0,0,0 ],[1648925416000,0.0149646,0.0066734,0,0,0,0.8401399,0,0,0 ],[1648925417000,0,0.5175068,0,0,3.998916,79.7823,0,0,0 ],[1648925418000,0,0.0104932,0,0,129.42236,1.6176999,0,0,0 ],[1648925419000,0,0,0,0,2.386724,11.681937,0,0,0 ],[1648925420000,0,0,0,0,0,7.571054,0,0,0 ],[1648925421000,0,0.852329,0,0,0,0.115009,0,0,0 ],[1648925422000,0,0.011671,0,0,0,0,0,0,0 ],[1648925423000,1.1601774,0,0,0,0,0,0,0,0 ],[1648925424000,0.0238226,0,0,0,3.73918,0,0,0,0 ],[1648925425000,0,0,0,0,4.808167,0,0,0,0 ],[1648925426000,0,0,0,0,0.0766525,0,0,0,0 ],[1648925427000,0,0,0,0,0,0,0,0,0 ],[1648925428000,0,0,0,0,0,0,0,0,0 ],[1648925429000,0,0,0,0,0,0,0,0,0 ],[1648925430000,0,0.5189079,0,0,0,0,0,0,0 ],[1648925431000,0,0.0090921,0,0,0,0,0,0,0 ],[1648925432000,0,0.5207191,0,0,0,0,0,0,0 ],[1648925433000,0,0.0072809,0,0,1.0328378,0,0,0,0 ],[1648925434000,0,0,0,0,0.0231622,0,0,0,0 ],[1648925435000,0,0,0,0,0,0,0,0,0 ],[1648925436000,0,0,0,0,0,0,0,0,0 ],[1648925437000,0,0,0,0,0,0,0,0,0 ],[1648925438000,0,0,0,0,0,0,0,0,0 ],[1648925439000,0,0,0,0,0,0,0,0,0 ],[1648925440000,0,0,0,0,0,0,0,0,0 ],[1648925441000,0,0,0,0,0,0,0,0,0 ],[1648925442000,0,0,0,0,0,0,0,0,0 ],[1648925443000,0,0,0,0,0,0,0,0,0 ],[1648925444000,0,0,0,0,0,0,0,0,0 ],[1648925445000,0,11.146113,0,0,0,0,0,0,1.2918463 ],[1648925446000,0,0.1738871,0,0,0,0,0,0,0.0201537 ],[1648925447000,0,0,0,0,0,0,0,0,0 ],[1648925448000,0,0,0,0,0,0,0,0,0 ],[1648925449000,0,0,0,0,0,0,0,0,0 ],[1648925450000,0,0,0,0,0,0,2.691576,0,0 ],[1648925451000,0,5.28974,0,0,0,0,0.0444239,0,0 ],[1648925452000,0,0.0782603,0,0,0,0,0,0,0 ],[1648925453000,0,0,0,0,0,0,0,0,0 ],[1648925454000,0,0,0,0,0,0,0,0,0 ],[1648925455000,0,0,0,0,0,0,0,0,0 ],[1648925456000,0,0,0,0,0,0,0,0,0 ],[1648925457000,0,0,0,0,0,0,0,0,0 ],[1648925458000,0,0,0,0,0,0,0,0,0 ],[1648925459000,0,0,0,0,0,0,0,0,0 ],[1648925460000,0,1.0363214,0,0,0,0,0,0,0 ],[1648925461000,0,0.0196786,0,0,0,0,0,0,0 ],[1648925462000,0,0,0,0,0,0,0,0,0 ],[1648925463000,0,0,0,0,0,0,0,0,0 ],[1648925464000,0,0,0,0,0,0,0,0,0 ],[1648925465000,0,0,0,0,0,1.2686506,0,0,0 ],[1648925466000,0,0,0,0,0,0.0273494,0,0,0 ],[1648925467000,0,0,0,0,0,0,0,0,0 ],[1648925468000,0,0,0,0,0,0,0,0,0 ],[1648925469000,0,0,0,0,0,0,0,0,0 ],[1648925470000,0,0,0,0,0,7.026386,0,0.3286283,0 ],[1648925471000,0,0,0,0,0,0.1576142,0,0.0073717,0 ],[1648925472000,0,0,0,0,0,0,0,0,0 ],[1648925473000,0,0,0,0,0,0,0,0,0 ],[1648925474000,0,0,0,0,0,0,0,0,0 ],[1648925475000,0,1.0422715,0,0,0,26.00152,0,0,0 ],[1648925476000,0,0.0137285,0,0,0,11.413112,0,0,0 ],[1648925477000,0,0,0,0,0,0.2413724,0,0,0 ],[1648925478000,0,0,0,0,0,0,0,0,0 ],[1648925479000,0,0,0,0,0,0,0,0,0 ],[1648925480000,0,0,0,0,0,0,0,0,0 ],[1648925481000,0,0,0,0,17.14649,0,0,0,0 ],[1648925482000,0,0.8449464,0,0,16.315138,0,0,0,0 ],[1648925483000,0,0.0190536,0,0,13.52317,0,0,0,0 ],[1648925484000,0,0,0,0,0.2792017,0,0,0,0 ],[1648925485000,0,0,0,0,0,0,0,0,0 ],[1648925486000,0,0,0,0,0,0,0,0,0 ],[1648925487000,0,0,0,0,0,0,0,0,0 ],[1648925488000,0,0,0,0,6.345099,0,0,0,0 ],[1648925489000,0,0,0,0,0.0869013,0,0,0,0 ],[1648925490000,0,0,0,0,0,0,0,0,0 ],[1648925491000,0,1.0357665,0,0,0,0,0,0,0 ],[1648925492000,0,0.0202335,0,0,0,0,0,0,0 ],[1648925493000,0,0,0,0,0,0,0,0,0 ],[1648925494000,0,0,0,0,0,0,0,0,0 ],[1648925495000,0,0,0,0,192.6834,0,0,0,0 ],[1648925496000,0,0,0,0,12588.515,0,0,0,0 ],[1648925497000,0,0,0,0,1737.388,0,0,0,0 ],[1648925498000,0,0,0,0,523.3443,0,0,0,0 ],[1648925499000,0,0,0,0,7.796841,0,0,0,0 ],[1648925500000,0,0,0,0,170.7905,0,0,0,0 ],[1648925501000,0,0,0,0,302.9523,0,0,0,0 ],[1648925502000,0,0,0,0,217.7495,0,0,0,0 ],[1648925503000,0,0,0,0,4.091598,0,0,0,0 ],[1648925504000,0,0,0,0,368.8301,0,0,0,0 ],[1648925505000,0,0,0,0,185.5512,0,0,0,0 ],[1648925506000,0,1.03276,0,0,181.2461,0,0,0,0 ],[1648925507000,0,0.02324,0,0,183.4481,0,0,0,0 ],[1648925508000,0,0,0,0,932.1819,0,0,0,0 ],[1648925509000,0,0,0,0,272.5518,0,0,0,0 ],[1648925510000,0,0,0,0,210.3473,0,0,0,0 ],[1648925511000,0,5.298268,0,0,176.2527,0,0,0,0 ],[1648925512000,0,0.0697317,0,0,163.70707,0,0,0,0 ],[1648925513000,0,0,0,0,209.8782,0,0,0,0 ],[1648925514000,0,0,0,0,87.7974,0,0,0,0 ],[1648925515000,0,0,0,0,1.5681643,0,0,0,0 ],[1648925516000,0,0,0,0,0,0,0,0,0 ],[1648925517000,0,0,0,0,0,0,0,0,0 ],[1648925518000,0,0,0,0,0,0,0,0,0 ],[1648925519000,0,0,0,0,0,0,0,0,0 ],[1648925520000,0,0,0,0,5.193611,0,0,0,0 ],[1648925521000,0,1.0378508,0,0,0.1023888,1.273726,0,0,0 ],[1648925522000,0,0.0181492,0,0,0,0.022274,0,0,0 ],[1648925523000,0,0,0,0,0,0,0,0,0 ],[1648925524000,0,0,0,0,0,0,0,0,0 ],[1648925525000,0,0,0,0,0,0,0,0,0 ],[1648925526000,0,0,0,0,0,0,0,0,0 ],[1648925527000,0,0,0,0,0,0,0,0,0 ],[1648925528000,0,0,0,0,0,0,0,0,0 ],[1648925529000,0,0,0,0,0,0,0,0,0 ],[1648925530000,0,0,0,0,0,0,0,0.3314635,0 ],[1648925531000,0,0,0,0,5.18266,0,0,0.0045365,0 ],[1648925532000,0,0,0,0,0.1133401,0,0,0,0 ],[1648925533000,0,0,0,0,0,0,0,0,0 ],[1648925534000,0,0,0,0,0,0,0,0,0 ],[1648925535000,0,0,0,0,0,0,0,0,0 ],[1648925536000,0,1.0332192,0,0,0,0,0,0,0 ],[1648925537000,0,0.0227808,0,0,0,0,0,0,0 ],[1648925538000,0,0,0,0,0,0,0,0,0 ],[1648925539000,0,0,0,0,0,0,0,0,0 ],[1648925540000,0,0,0,0,0,0,0,0,0 ],[1648925541000,0,0,0,0,0,0,0,0,0 ],[1648925542000,0,0.8463758,0,0,5.18797,0,0,0,0 ],[1648925543000,0,0.0176242,0,0,0.1080296,0,0,0,0 ],[1648925544000,0,0,0,0,0,0,0,0,0 ],[1648925545000,0,0,0,0,0,0,0,0,0 ],[1648925546000,0,0,0,0,0,0,0,0,0 ],[1648925547000,0,0,0,0,0,0,0,0,0 ],[1648925548000,0,0,0,0,0,0,0,0,0 ],[1648925549000,0,0,0,0,0,0,0,0,0 ],[1648925550000,0,0,0,0,0,0,0,0,0 ],[1648925551000,0,1.0364104,0,0,0,0,0,0,0 ],[1648925552000,0,0.0195896,0,0,0,0,0,0,0 ],[1648925553000,0,0,0,0,5.216634,0,0,0,0 ],[1648925554000,0,0,0,0,0.0793656,0,0,0,0 ],[1648925555000,0,0,0,0,0,0,0,0,0 ],[1648925556000,0,0,0,0,0,0,0,0,0 ],[1648925557000,0,0,0,0,0,0,0,0,0 ],[1648925558000,0,0,0,0,0,0,0,0,0 ],[1648925559000,0,0,0,0,0,0,0,0,0 ],[1648925560000,0,0,0.7099002,0,0,0,0,0,0 ],[1648925561000,0,0,0.0100998,0,0,0,0,0,0 ],[1648925562000,0,0,0,0,0,0,0,0,0 ],[1648925563000,0,0,0,0,0,0,0,0,0 ],[1648925564000,0,0,0,0,5.205398,0,0,0,0 ],[1648925565000,0,0,0,0,0.0906017,0,0,0,0 ],[1648925566000,0,1.0413879,0,0,0,1.2780669,0,0,0 ],[1648925567000,0,0.0146121,0,0,0,0.0179331,0,0,0 ],[1648925568000,0,0,0,0,0,0,0,0,0 ],[1648925569000,0,0,0,0,0,0,0,0,0 ],[1648925570000,0,0,0,0,0,0,0,0,0 ],[1648925571000,0,5.283347,0,0,0.8031318,0,0,0,0 ],[1648925572000,0,0.0846526,0,0,0.0128682,7.960782,0,0,0 ],[1648925573000,0,0,0,0,0.804947,0.6400664,0,0,0 ],[1648925574000,0,0,0,0,0.011053,0.007152,0,0,0 ],[1648925575000,0,0,0,0,5.193945,0,0,0,0 ],[1648925576000,0,0,0,0,0.1020554,0,0,0,0 ],[1648925577000,0,0,0,0,0,0,0,0,0 ],[1648925578000,0,0,0,0,0,0,0,0,0 ],[1648925579000,0,0,0,0,0,0,0,0,0 ],[1648925580000,0,0,0,0,0,0,2.685538,0,0 ],[1648925581000,0,1.0375347,0,0,0,0,0.0504622,0,0 ],[1648925582000,0,0.0184653,0,0,0,0,0,0,0 ],[1648925583000,0,0,0,0,0,0,0,0,0 ],[1648925584000,0,0,0,0,0,0,0,0,0 ],[1648925585000,0,0,0,0,0,0,0,0,0 ],[1648925586000,0,0,0,0,5.201212,0,0,0,0 ],[1648925587000,0,0,0,0,0.8968235,0,0,0,0 ],[1648925588000,0,0,0,0,1.902071,216.4635,0,0,0 ],[1648925589000,0,0,0,0,0.0318936,3.65647,0,0,0 ],[1648925590000,0,0,0,0,0.8052858,0,0,0.3315883,0 ],[1648925591000,0,0,0,0,0.0107142,0,0,0.0044117,0 ],[1648925592000,0,0,0,0,0,0,0,0,0 ],[1648925593000,0,0,0,0,0.8018814,0,0,0,0 ],[1648925594000,0,0,0,0,0.0141186,0,0,0,0 ],[1648925595000,0,11.162081,0,0,1.6092329,0,0,0,1.293697 ],[1648925596000,0,0.6743331,0,0,0.0227671,0,0,0,0.018303 ],[1648925597000,0,0.0115861,0,0,5.190437,0,0,0,0 ],[1648925598000,0,0,0,0,0.1055628,0,0,0,0 ],[1648925599000,0,0,0,0,0,0,0,0,0 ],[1648925600000,0,0,0,0,0,10.277136,2.695384,0,0 ],[1648925601000,0,0.8524503,0,0,0,0.1548636,0.0406161,0,0 ],[1648925602000,0,0.0115497,0,0,0,0,0,0,0 ],[1648925603000,0,0,0,0,0,0,0,0,0 ],[1648925604000,0,0,0,0,0,0,0,0,0 ],[1648925605000,0,0,0,0,0,0,0,0,0 ],[1648925606000,0,0,0,0,0,0,0,0,0 ],[1648925607000,0,0,0,0,0,0,0,0,0 ],[1648925608000,0,0,0,0,5.180512,432.9562,0,0,0 ],[1648925609000,0,0,0,0,0.1154879,226.6999,0,0,0 ],[1648925610000,0,0.51907,0,0,0,4.25594,0,0,0 ],[1648925611000,0,0.5288019,0,0,0,0,0,0,0 ],[1648925612000,0,0.0081281,0,0,0,0,0,0,0 ],[1648925613000,0,0,0,0,0,0,0,0,0 ],[1648925614000,0,0,0,0,0,25.18851,0,0,0 ],[1648925615000,0,0,0,0,0,0.3474944,0,0,0 ],[1648925616000,0,0,0,0,0,0,0,0,0 ],[1648925617000,0,0,0,0,0,0,0,0,0 ],[1648925618000,0,0,0,0,0,0,0,0,0 ],[1648925619000,0,0,0,0,5.213479,217.8557,0,0,0 ],[1648925620000,0,0,0,0,0.0825206,3.448287,0,0,0 ],[1648925621000,0,0,0,0,0,0,0,0,0 ],[1648925622000,0,0,0,0,0,0,0,0,0 ],[1648925623000,0,0,0,0,0,0,0,0,0 ],[1648925624000,0,0,0,0,0,6.554698,0,0,0 ],[1648925625000,0,0.5187452,0,0,0,0.1333018,0,0,0 ],[1648925626000,0,0.0092548,0,0,0,0,0,0,0 ],[1648925627000,0,0.5201307,0,0,0,0,0,0,0 ],[1648925628000,0,0.0078693,0,0,0,0,0,0,0 ],[1648925629000,0,0,0,0,0,0,0,0,0 ],[1648925630000,0,0,0,0,5.179382,0,0,0,0 ],[1648925631000,0,5.262159,0,0,0.1166177,0,0,0,0 ],[1648925632000,0,0.1058412,0,0,0,0,0,0,0 ],[1648925633000,0,0,0,0,0,0,0,0,0 ],[1648925634000,0,0,0,0,0,0,0,0,0 ],[1648925635000,0,0,0,0,0,0,0,0,0 ],[1648925636000,0,0,0,0,0,0,0,0,0 ],[1648925637000,0,0,0,0,0,0,0,0,0 ],[1648925638000,0,0,0,0,0,0,0,0,0 ],[1648925639000,0,0,0,0,0,0,0,0,0 ],[1648925640000,0,0.5207115,0,0,0,6.193311,0,0,0 ],[1648925641000,0,0.0072885,0,0,5.227782,0.0866894,0,0,0 ],[1648925642000,0,0.5207901,0,0,0.0682179,0,0,0,0 ],[1648925643000,0,0.0072099,0,0,0,0,0,0,0 ],[1648925644000,0,0,0,0,0,0,0,0,0 ],[1648925645000,0,0,0,0,0,19.20095,0,0,0 ],[1648925646000,0,0,0,0,0,0.351048,0,0,0 ],[1648925647000,0,0,0,0,0,0,0,0,0 ],[1648925648000,0,0,0,0,0,0,0,0,0 ],[1648925649000,0,0,0,0,0,0,0,0,0 ],[1648925650000,0,0,0,0,0,0,0,0.3286479,0 ],[1648925651000,0,0,0,0,0,0,0,0.0073521,0 ],[1648925652000,0,0,0,0,5.200226,0,0,0,0 ],[1648925653000,0,0,0,0,0.0957745,0,0,0,0 ],[1648925654000,0,0,0,0,0,54.58483,0,0,0 ],[1648925655000,0,0.5206108,0,0,0,13.498804,0,0,0 ],[1648925656000,0,0.0073892,0,0,0,0.180364,0,0,0 ],[1648925657000,0,0.517212,0,0,0,0,0,0,0 ],[1648925658000,0,0.010788,0,0,0,0,0,0,0 ],[1648925659000,0,0,0,0,0,0,0,0,0 ],[1648925660000,0,0,0,0,0,92.56141,0,0,0 ],[1648925661000,0,0,0,0,0,1.3585875,0,0,0 ],[1648925662000,0,0,0,0,0,31.59439,0,0,0 ],[1648925663000,0,0.8472004,0,0,5.193024,0.6936116,0,0,0 ],[1648925664000,0,0.0167996,0,0,0.1029755,250.3283,0,0,0 ],[1648925665000,0,0,0,0,0,497.8389,0,0,0 ],[1648925666000,0,0,0,0,0,223.0107,0,0,0 ],[1648925667000,0,0,0,0,0,34.27483,0,0,0 ],[1648925668000,0,0,0,0,26.1925,117.21593,0,0,0 ],[1648925669000,0,0,0,0,0.4315033,1509.8817,0,0,0 ],[1648925670000,0,0.5210748,0,0,0,52.13488,0,0,0 ],[1648925671000,0,0.0069252,0,0,0,89.66656,0,0,0 ],[1648925672000,0,0.5176761,0,0,0,3.230471,0,0,0 ],[1648925673000,0,0.0103239,0,0,0,0.0256532,0,0,0 ],[1648925674000,0,0,0,0,5.212243,38.57218,0,0,0 ],[1648925675000,0,0,0,0,0.0837566,39.54647,0,0,0 ] ] }, "min": 0, "max": 12588.515 } ```
1.0
[BUG] dimension renames are not properly propagated to the cloud - Check the dimension names on this chart: ![Peek 2022-04-02 21-59](https://user-images.githubusercontent.com/2662304/161397541-0716f9eb-cb5c-4e8a-9a20-649d7a029155.gif) https://app.netdata.cloud/api/v2/nodes/fd62ef03-d904-4d4c-904c-b1841e0fac88/data?v2=&chart=tc.ens4&format=json&options=jsonwrap%7Cnonzero%7Cflip%7Cms&_=1648925606540&points=351&group=average&gtime=0&after=-301 ```json { "after": 1648925336, "api": 1, "before": 1648925636, "dimension_ids": [ "17:", "21:", "14:", "12:", "16:", "18:", "22:", "11:", "13:" ], "dimension_names": [ "7674", "7674", "7674", "7674", "7674", "7674", "7674", "7674", "7674" ], "dimensions": 9, "first_entry": 1648924607, "format": "json", "id": "tc.ens4", "last_entry": 1648925636, "latest_values": [0,0,0,0,0,0,0,0,0 ], "max": 12586.869, "meta": { "coverage": { "score": 1, "issues": [ ] }, "hops": 1 }, "min": 0, "name": "tc.world_ens4_out", "points": 301, "result": { "data": [[1648925336000,0,0,0,0,0,0,0,0,0 ],[1648925337000,0,0,0,0,0,0,0,0,0 ],[1648925338000,0,0,0,0,0,0,0,0,0 ],[1648925339000,0,0,0,0,0,0,0,0,0 ],[1648925340000,0,0,0,0,0,0,0,0,0 ],[1648925341000,0,1.0351616,0,0,0,0,0,0,0 ],[1648925342000,0,0.0208384,0,0,0,0,0,0,0 ],[1648925343000,0,0,0,0,0,0,0,0,0 ],[1648925344000,0,0,0,0,0,0,0,0,0 ],[1648925345000,0,0,0,0,0,0,0,0,0 ],[1648925346000,0,0,0,0,0,0,0,0,0 ],[1648925347000,0,0,0,0,0,0,0,0,0 ],[1648925348000,0,0,0,0,0,0,0,0,0 ],[1648925349000,0,0,0,0,0,0,0,0,0 ],[1648925350000,0,0,0,0,0,0,0,0.3310329,0 ],[1648925351000,0,0,0,0,0,0,0,0.0049671,0 ],[1648925352000,0,0,0,0,0,0,0,0,0 ],[1648925353000,0,0,0,0,0,0,0,0,0 ],[1648925354000,0,0,0,0,0,0,0,0,0 ],[1648925355000,0,11.137315,0,0,1.794564,0,0,0,1.2908266 ],[1648925356000,0,0.7028819,0,0,1.022539,1.2768464,0,0,0.0211734 ],[1648925357000,0,0.0078033,0,0,2.317452,0.0191536,0,0,0 ],[1648925358000,0,0,0,0,1.2179057,0,0,0,0 ],[1648925359000,0,0,0,0,42.40248,0,0,0,0 ],[1648925360000,0,0,0,0,30.17801,0,0,0,0 ],[1648925361000,0,0,0,0,11.263622,0,0,0,0 ],[1648925362000,0,0.8505194,0,0,51.32885,0,0,0,0 ],[1648925363000,0,0.0134806,0,0,31.73128,0,0,0,0 ],[1648925364000,0,0,0,0,4.007204,0,0,0,0 ],[1648925365000,0,0,0,0,3.65561,0,0,0,0 ],[1648925366000,0,0,0,0,5.447597,0,0,0,0 ],[1648925367000,0,0,0,0,29.10329,0,0,0,0 ],[1648925368000,0,0,0,0,23.03041,0,0,0,0 ],[1648925369000,0,0,0,0,7.936699,0,0,0,0 ],[1648925370000,0,0.5163919,0,0,0.1064944,0,0,0,0 ],[1648925371000,0,0.0116081,0,0,0,0,0,0,0 ],[1648925372000,0,0.5180669,0,0,0,0,0,0,0 ],[1648925373000,0,0.0099331,0,0,0,0,0,0,0 ],[1648925374000,0,0,0,0,0,0,0,0,0 ],[1648925375000,0,0,0,0,0,0,0,0,0 ],[1648925376000,0,0,0,0,0,0,0,0,0 ],[1648925377000,0,0,0,0,0,0,0,0,0 ],[1648925378000,0,0,0,0,0,0,0,0,0 ],[1648925379000,0,0,0,0,0,0,0,0,0 ],[1648925380000,0,0,0,0,0,0,0,0,0 ],[1648925381000,0,0,0,0,0,0,0,0,0 ],[1648925382000,0,0,0,0,0,0,0,0,0 ],[1648925383000,0,0,0,0,0,0,0,0,0 ],[1648925384000,0,0,0,0,0,0,0,0,0 ],[1648925385000,0,0.5188699,0,0,0,0,0,0,0 ],[1648925386000,0,0.0091301,0,0,0,0,0,0,0 ],[1648925387000,0,0.520516,0,0,0,0,0,0,0 ],[1648925388000,0,0.007484,0,0,0,0,0,0,0 ],[1648925389000,0,0,0,0,0,0,0,0,0 ],[1648925390000,0,0,0,0,0,0,0,0,0 ],[1648925391000,0,5.285942,0,0,0,0,0,0,0 ],[1648925392000,0,0.0820576,0,0,0,0,0,0,0 ],[1648925393000,0,0,0,0,0,0,0,0,0 ],[1648925394000,0,0,0,0,0,0,0,0,0 ],[1648925395000,0,0,0,0,0,0,0,0,0 ],[1648925396000,0,0,0,0,0,0,0,0,0 ],[1648925397000,0,0,0,0,0,0,0,0,0 ],[1648925398000,0,0,0,0,0,0,0,0,0 ],[1648925399000,0,0,0,0,0,0,0,0,0 ],[1648925400000,0,0.5181619,0,0,0,0,0,0,0 ],[1648925401000,0,0.0098381,0,0,0,1.2750333,0,0,0 ],[1648925402000,0,0.5199148,0,0,0,0.0209667,0,0,0 ],[1648925403000,0,0.0080852,0,0,0,0,0,0,0 ],[1648925404000,0,0,0,0,0,0,0,0,0 ],[1648925405000,0,0,0,0,0,21.38824,0,0,0 ],[1648925406000,0,0,0,0,0,0.4117553,0,0,0 ],[1648925407000,0,0,0,0,0,0,0,0,0 ],[1648925408000,1.1666235,0,0,0,0.520251,0,0,0,0 ],[1648925409000,1.1847487,0,0,0,0.007749,0,0,0,0 ],[1648925410000,0.0166277,0,0,0.7666647,0,5.351007,0,0.3285706,0 ],[1648925411000,1.1608962,0,0,0.0173353,0,0.1209935,0,0.0074294,0 ],[1648925412000,0.0231038,0,0,0,0,236.3485,0,0,0 ],[1648925413000,0,0,0,0,0,37.36776,0,0,0 ],[1648925414000,0,0,0,0,5.250675,0.5477021,0,0,0 ],[1648925415000,1.1688812,0.5212578,0,0,0.0773252,65.6232,0,0,0 ],[1648925416000,0.0151188,0.0067422,0,0,0,0.8487963,0,0,0 ],[1648925417000,0,0.517438,0,0,3.998385,79.77169,0,0,0 ],[1648925418000,0,0.010562,0,0,129.40574,1.6283051,0,0,0 ],[1648925419000,0,0,0,0,2.403879,11.68039,0,0,0 ],[1648925420000,0,0,0,0,0,7.571626,0,0,0 ],[1648925421000,0,0.8522165,0,0,0,0.1159837,0,0,0 ],[1648925422000,0,0.0117835,0,0,0,0,0,0,0 ],[1648925423000,1.1600246,0,0,0,0,0,0,0,0 ],[1648925424000,0.0239754,0,0,0,3.738684,0,0,0,0 ],[1648925425000,0,0,0,0,4.808036,0,0,0,0 ],[1648925426000,0,0,0,0,0.0772799,0,0,0,0 ],[1648925427000,0,0,0,0,0,0,0,0,0 ],[1648925428000,0,0,0,0,0,0,0,0,0 ],[1648925429000,0,0,0,0,0,0,0,0,0 ],[1648925430000,0,0.5188381,0,0,0,0,0,0,0 ],[1648925431000,0,0.0091619,0,0,0,0,0,0,0 ],[1648925432000,0,0.5206504,0,0,0,0,0,0,0 ],[1648925433000,0,0.0073496,0,0,1.0327016,0,0,0,0 ],[1648925434000,0,0,0,0,0.0232984,0,0,0,0 ],[1648925435000,0,0,0,0,0,0,0,0,0 ],[1648925436000,0,0,0,0,0,0,0,0,0 ],[1648925437000,0,0,0,0,0,0,0,0,0 ],[1648925438000,0,0,0,0,0,0,0,0,0 ],[1648925439000,0,0,0,0,0,0,0,0,0 ],[1648925440000,0,0,0,0,0,0,0,0,0 ],[1648925441000,0,0,0,0,0,0,0,0,0 ],[1648925442000,0,0,0,0,0,0,0,0,0 ],[1648925443000,0,0,0,0,0,0,0,0,0 ],[1648925444000,0,0,0,0,0,0,0,0,0 ],[1648925445000,0,11.14464,0,0,0,0,0,0,1.2916755 ],[1648925446000,0,0.1753605,0,0,0,0,0,0,0.0203245 ],[1648925447000,0,0,0,0,0,0,0,0,0 ],[1648925448000,0,0,0,0,0,0,0,0,0 ],[1648925449000,0,0,0,0,0,0,0,0,0 ],[1648925450000,0,0,0,0,0,0,2.69122,0,0 ],[1648925451000,0,5.289041,0,0,0,0,0.0447803,0,0 ],[1648925452000,0,0.0789593,0,0,0,0,0,0,0 ],[1648925453000,0,0,0,0,0,0,0,0,0 ],[1648925454000,0,0,0,0,0,0,0,0,0 ],[1648925455000,0,0,0,0,0,0,0,0,0 ],[1648925456000,0,0,0,0,0,0,0,0,0 ],[1648925457000,0,0,0,0,0,0,0,0,0 ],[1648925458000,0,0,0,0,0,0,0,0,0 ],[1648925459000,0,0,0,0,0,0,0,0,0 ],[1648925460000,0,1.0361838,0,0,0,0,0,0,0 ],[1648925461000,0,0.0198162,0,0,0,0,0,0,0 ],[1648925462000,0,0,0,0,0,0,0,0,0 ],[1648925463000,0,0,0,0,0,0,0,0,0 ],[1648925464000,0,0,0,0,0,0,0,0,0 ],[1648925465000,0,0,0,0,0,1.2684835,0,0,0 ],[1648925466000,0,0,0,0,0,0.0275165,0,0,0 ],[1648925467000,0,0,0,0,0,0,0,0,0 ],[1648925468000,0,0,0,0,0,0,0,0,0 ],[1648925469000,0,0,0,0,0,0,0,0,0 ],[1648925470000,0,0,0,0,0,7.02546,0,0.328585,0 ],[1648925471000,0,0,0,0,0,0.1585396,0,0.007415,0 ],[1648925472000,0,0,0,0,0,0,0,0,0 ],[1648925473000,0,0,0,0,0,0,0,0,0 ],[1648925474000,0,0,0,0,0,0,0,0,0 ],[1648925475000,0,1.042134,0,0,0,25.99809,0,0,0 ],[1648925476000,0,0.013866,0,0,0,11.415084,0,0,0 ],[1648925477000,0,0,0,0,0,0.2428305,0,0,0 ],[1648925478000,0,0,0,0,0,0,0,0,0 ],[1648925479000,0,0,0,0,0,0,0,0,0 ],[1648925480000,0,0,0,0,0,0,0,0,0 ],[1648925481000,0,0,0,0,17.14423,0,0,0,0 ],[1648925482000,0,0.844835,0,0,16.315281,0,0,0,0 ],[1648925483000,0,0.019165,0,0,13.523539,0,0,0,0 ],[1648925484000,0,0,0,0,0.2809515,0,0,0,0 ],[1648925485000,0,0,0,0,0,0,0,0,0 ],[1648925486000,0,0,0,0,0,0,0,0,0 ],[1648925487000,0,0,0,0,0,0,0,0,0 ],[1648925488000,0,0,0,0,6.344261,0,0,0,0 ],[1648925489000,0,0,0,0,0.0877388,0,0,0,0 ],[1648925490000,0,0,0,0,0,0,0,0,0 ],[1648925491000,0,1.0356289,0,0,0,0,0,0,0 ],[1648925492000,0,0.0203711,0,0,0,0,0,0,0 ],[1648925493000,0,0,0,0,0,0,0,0,0 ],[1648925494000,0,0,0,0,0,0,0,0,0 ],[1648925495000,0,0,0,0,192.658,0,0,0,0 ],[1648925496000,0,0,0,0,12586.869,0,0,0,0 ],[1648925497000,0,0,0,0,1738.863,0,0,0,0 ],[1648925498000,0,0,0,0,523.4752,0,0,0,0 ],[1648925499000,0,0,0,0,7.862603,0,0,0,0 ],[1648925500000,0,0,0,0,170.768,0,0,0,0 ],[1648925501000,0,0,0,0,302.9351,0,0,0,0 ],[1648925502000,0,0,0,0,217.7612,0,0,0,0 ],[1648925503000,0,0,0,0,4.11967,0,0,0,0 ],[1648925504000,0,0,0,0,368.7814,0,0,0,0 ],[1648925505000,0,0,0,0,185.5762,0,0,0,0 ],[1648925506000,0,1.0326238,0,0,181.2463,0,0,0,0 ],[1648925507000,0,0.0233762,0,0,183.4478,0,0,0,0 ],[1648925508000,0,0,0,0,932.0826,0,0,0,0 ],[1648925509000,0,0,0,0,272.6411,0,0,0,0 ],[1648925510000,0,0,0,0,210.3538,0,0,0,0 ],[1648925511000,0,5.297569,0,0,176.257,0,0,0,0 ],[1648925512000,0,0.0704308,0,0,163.70866,0,0,0,0 ],[1648925513000,0,0,0,0,209.872,0,0,0,0 ],[1648925514000,0,0,0,0,87.81373,0,0,0,0 ],[1648925515000,0,0,0,0,1.5792491,0,0,0,0 ],[1648925516000,0,0,0,0,0,0,0,0,0 ],[1648925517000,0,0,0,0,0,0,0,0,0 ],[1648925518000,0,0,0,0,0,0,0,0,0 ],[1648925519000,0,0,0,0,0,0,0,0,0 ],[1648925520000,0,0,0,0,5.192921,0,0,0,0 ],[1648925521000,0,1.0377132,0,0,0.1030789,1.2735571,0,0,0 ],[1648925522000,0,0.0182868,0,0,0,0.0224429,0,0,0 ],[1648925523000,0,0,0,0,0,0,0,0,0 ],[1648925524000,0,0,0,0,0,0,0,0,0 ],[1648925525000,0,0,0,0,0,0,0,0,0 ],[1648925526000,0,0,0,0,0,0,0,0,0 ],[1648925527000,0,0,0,0,0,0,0,0,0 ],[1648925528000,0,0,0,0,0,0,0,0,0 ],[1648925529000,0,0,0,0,0,0,0,0,0 ],[1648925530000,0,0,0,0,0,0,0,0.3314198,0 ],[1648925531000,0,0,0,0,5.181977,0,0,0.0045802,0 ],[1648925532000,0,0,0,0,0.1140231,0,0,0,0 ],[1648925533000,0,0,0,0,0,0,0,0,0 ],[1648925534000,0,0,0,0,0,0,0,0,0 ],[1648925535000,0,0,0,0,0,0,0,0,0 ],[1648925536000,0,1.033083,0,0,0,0,0,0,0 ],[1648925537000,0,0.022917,0,0,0,0,0,0,0 ],[1648925538000,0,0,0,0,0,0,0,0,0 ],[1648925539000,0,0,0,0,0,0,0,0,0 ],[1648925540000,0,0,0,0,0,0,0,0,0 ],[1648925541000,0,0,0,0,0,0,0,0,0 ],[1648925542000,0,0.8462633,0,0,5.187281,0,0,0,0 ],[1648925543000,0,0.0177367,0,0,0.1087193,0,0,0,0 ],[1648925544000,0,0,0,0,0,0,0,0,0 ],[1648925545000,0,0,0,0,0,0,0,0,0 ],[1648925546000,0,0,0,0,0,0,0,0,0 ],[1648925547000,0,0,0,0,0,0,0,0,0 ],[1648925548000,0,0,0,0,0,0,0,0,0 ],[1648925549000,0,0,0,0,0,0,0,0,0 ],[1648925550000,0,0,0,0,0,0,0,0,0 ],[1648925551000,0,1.0362729,0,0,0,0,0,0,0 ],[1648925552000,0,0.0197271,0,0,0,0,0,0,0 ],[1648925553000,0,0,0,0,5.215945,0,0,0,0 ],[1648925554000,0,0,0,0,0.0800555,0,0,0,0 ],[1648925555000,0,0,0,0,0,0,0,0,0 ],[1648925556000,0,0,0,0,0,0,0,0,0 ],[1648925557000,0,0,0,0,0,0,0,0,0 ],[1648925558000,0,0,0,0,0,0,0,0,0 ],[1648925559000,0,0,0,0,0,0,0,0,0 ],[1648925560000,0,0,0.7098064,0,0,0,0,0,0 ],[1648925561000,0,0,0.0101936,0,0,0,0,0,0 ],[1648925562000,0,0,0,0,0,0,0,0,0 ],[1648925563000,0,0,0,0,0,0,0,0,0 ],[1648925564000,0,0,0,0,5.204709,0,0,0,0 ],[1648925565000,0,0,0,0,0.0912914,0,0,0,0 ],[1648925566000,0,1.0412504,0,0,0,1.2778982,0,0,0 ],[1648925567000,0,0.0147496,0,0,0,0.0181018,0,0,0 ],[1648925568000,0,0,0,0,0,0,0,0,0 ],[1648925569000,0,0,0,0,0,0,0,0,0 ],[1648925570000,0,0,0,0,0,0,0,0,0 ],[1648925571000,0,5.282648,0,0,0.8030255,0,0,0,0 ],[1648925572000,0,0.0853517,0,0,0.0129745,7.95973,0,0,0 ],[1648925573000,0,0,0,0,0.8048407,0.6410492,0,0,0 ],[1648925574000,0,0,0,0,0.0111593,0.0072207,0,0,0 ],[1648925575000,0,0,0,0,5.193254,0,0,0,0 ],[1648925576000,0,0,0,0,0.1027455,0,0,0,0 ],[1648925577000,0,0,0,0,0,0,0,0,0 ],[1648925578000,0,0,0,0,0,0,0,0,0 ],[1648925579000,0,0,0,0,0,0,0,0,0 ],[1648925580000,0,0,0,0,0,0,2.685181,0,0 ],[1648925581000,0,1.0373973,0,0,0,0,0.050819,0,0 ],[1648925582000,0,0.0186027,0,0,0,0,0,0,0 ],[1648925583000,0,0,0,0,0,0,0,0,0 ],[1648925584000,0,0,0,0,0,0,0,0,0 ],[1648925585000,0,0,0,0,0,0,0,0,0 ],[1648925586000,0,0,0,0,5.200523,0,0,0,0 ],[1648925587000,0,0,0,0,0.8974069,0,0,0,0 ],[1648925588000,0,0,0,0,1.901927,216.4349,0,0,0 ],[1648925589000,0,0,0,0,0.0321433,3.685099,0,0,0 ],[1648925590000,0,0,0,0,0.8051795,0,0,0.3315445,0 ],[1648925591000,0,0,0,0,0.0108205,0,0,0.0044555,0 ],[1648925592000,0,0,0,0,0,0,0,0,0 ],[1648925593000,0,0,0,0,0.8017751,0,0,0,0 ],[1648925594000,0,0,0,0,0.0142249,0,0,0,0 ],[1648925595000,0,11.160608,0,0,1.6090205,0,0,0,1.2935263 ],[1648925596000,0,0.6757382,0,0,0.0229795,0,0,0,0.0184737 ],[1648925597000,0,0.0116542,0,0,5.189747,0,0,0,0 ],[1648925598000,0,0,0,0,0.1062528,0,0,0,0 ],[1648925599000,0,0,0,0,0,0,0,0,0 ],[1648925600000,0,0,0,0,0,10.275778,2.695028,0,0 ],[1648925601000,0,0.8523378,0,0,0,0.1562217,0.0409722,0,0 ],[1648925602000,0,0.0116622,0,0,0,0,0,0,0 ],[1648925603000,0,0,0,0,0,0,0,0,0 ],[1648925604000,0,0,0,0,0,0,0,0,0 ],[1648925605000,0,0,0,0,0,0,0,0,0 ],[1648925606000,0,0,0,0,0,0,0,0,0 ],[1648925607000,0,0,0,0,0,0,0,0,0 ],[1648925608000,0,0,0,0,5.179829,432.8992,0,0,0 ],[1648925609000,0,0,0,0,0.1161705,226.728,0,0,0 ],[1648925610000,0,0.5190012,0,0,0,4.284791,0,0,0 ],[1648925611000,0,0.528802,0,0,0,0,0,0,0 ],[1648925612000,0,0.0081968,0,0,0,0,0,0,0 ],[1648925613000,0,0,0,0,0,0,0,0,0 ],[1648925614000,0,0,0,0,0,25.18519,0,0,0 ],[1648925615000,0,0,0,0,0,0.3508129,0,0,0 ],[1648925616000,0,0,0,0,0,0,0,0,0 ],[1648925617000,0,0,0,0,0,0,0,0,0 ],[1648925618000,0,0,0,0,0,0,0,0,0 ],[1648925619000,0,0,0,0,5.21279,217.8269,0,0,0 ],[1648925620000,0,0,0,0,0.0832102,3.477106,0,0,0 ],[1648925621000,0,0,0,0,0,0,0,0,0 ],[1648925622000,0,0,0,0,0,0,0,0,0 ],[1648925623000,0,0,0,0,0,0,0,0,0 ],[1648925624000,0,0,0,0,0,6.553827,0,0,0 ],[1648925625000,0,0.5186764,0,0,0,0.1341731,0,0,0 ],[1648925626000,0,0.0093236,0,0,0,0,0,0,0 ],[1648925627000,0,0.520062,0,0,0,0,0,0,0 ],[1648925628000,0,0.007938,0,0,0,0,0,0,0 ],[1648925629000,0,0,0,0,0,0,0,0,0 ],[1648925630000,0,0,0,0,5.1787,0,0,0,0 ],[1648925631000,0,5.261459,0,0,0.1173004,0,0,0,0 ],[1648925632000,0,0.1065408,0,0,0,0,0,0,0 ],[1648925633000,0,0,0,0,0,0,0,0,0 ],[1648925634000,0,0,0,0,0,0,0,0,0 ],[1648925635000,0,0,0,0,0,0,0,0,0 ],[1648925636000,0,0,0,0,0,0,0,0,0 ] ], "labels": [ "time", "7674", "7674", "7674", "7674", "7674", "7674", "7674", "7674", "7674" ] }, "update_every": 1, "view_latest_values": [0,0,0,0,0,0,0,0,0 ], "view_update_every": 1 } ``` Agent: http://localhost:20001/api/v1/data?v2=&chart=tc.ens4&format=json&options=jsonwrap%7Cnonzero%7Cflip%7Cms&_=1648925606540&points=351&group=average&gtime=0&after=-301 ```json { "api": 1, "id": "tc.ens4", "name": "tc.world_ens4_out", "view_update_every": 1, "update_every": 1, "first_entry": 1648924607, "last_entry": 1648925675, "before": 1648925675, "after": 1648925375, "dimension_names": [ "netdata", "client", "ntp", "icmp", "ssh", "netdatacloud", "default", "arp", "dns" ], "dimension_ids": [ "17:", "21:", "14:", "12:", "16:", "18:", "22:", "11:", "13:" ], "latest_values": [0,0,0,0,0.0837566,39.5464658,0,0,0 ], "view_latest_values": [0,0,0,0,0.0837566,39.54647,0,0,0 ], "dimensions": 9, "points": 301, "format": "json", "result": { "labels": [ "time", "netdata", "client", "ntp", "icmp", "ssh", "netdatacloud", "default", "arp", "dns" ], "data": [[1648925375000,0,0,0,0,0,0,0,0,0 ],[1648925376000,0,0,0,0,0,0,0,0,0 ],[1648925377000,0,0,0,0,0,0,0,0,0 ],[1648925378000,0,0,0,0,0,0,0,0,0 ],[1648925379000,0,0,0,0,0,0,0,0,0 ],[1648925380000,0,0,0,0,0,0,0,0,0 ],[1648925381000,0,0,0,0,0,0,0,0,0 ],[1648925382000,0,0,0,0,0,0,0,0,0 ],[1648925383000,0,0,0,0,0,0,0,0,0 ],[1648925384000,0,0,0,0,0,0,0,0,0 ],[1648925385000,0,0.5189387,0,0,0,0,0,0,0 ],[1648925386000,0,0.0090613,0,0,0,0,0,0,0 ],[1648925387000,0,0.5205848,0,0,0,0,0,0,0 ],[1648925388000,0,0.0074152,0,0,0,0,0,0,0 ],[1648925389000,0,0,0,0,0,0,0,0,0 ],[1648925390000,0,0,0,0,0,0,0,0,0 ],[1648925391000,0,5.286642,0,0,0,0,0,0,0 ],[1648925392000,0,0.0813582,0,0,0,0,0,0,0 ],[1648925393000,0,0,0,0,0,0,0,0,0 ],[1648925394000,0,0,0,0,0,0,0,0,0 ],[1648925395000,0,0,0,0,0,0,0,0,0 ],[1648925396000,0,0,0,0,0,0,0,0,0 ],[1648925397000,0,0,0,0,0,0,0,0,0 ],[1648925398000,0,0,0,0,0,0,0,0,0 ],[1648925399000,0,0,0,0,0,0,0,0,0 ],[1648925400000,0,0.5182306,0,0,0,0,0,0,0 ],[1648925401000,0,0.0097694,0,0,0,1.2752022,0,0,0 ],[1648925402000,0,0.5199835,0,0,0,0.0207978,0,0,0 ],[1648925403000,0,0.0080165,0,0,0,0,0,0,0 ],[1648925404000,0,0,0,0,0,0,0,0,0 ],[1648925405000,0,0,0,0,0,21.39109,0,0,0 ],[1648925406000,0,0,0,0,0,0.4089147,0,0,0 ],[1648925407000,0,0,0,0,0,0,0,0,0 ],[1648925408000,1.1667777,0,0,0,0.5203198,0,0,0,0 ],[1648925409000,1.1847486,0,0,0,0.0076802,0,0,0,0 ],[1648925410000,0.0164737,0,0,0.7667658,0,5.351712,0,0.3286139,0 ],[1648925411000,1.1610506,0,0,0.0172342,0,0.1202879,0,0.0073861,0 ],[1648925412000,0.0229494,0,0,0,0,236.3799,0,0,0 ],[1648925413000,0,0,0,0,0,37.34082,0,0,0 ],[1648925414000,0,0,0,0,5.251369,0.5433097,0,0,0 ],[1648925415000,1.1690354,0.5213266,0,0,0.0766314,65.63186,0,0,0 ],[1648925416000,0.0149646,0.0066734,0,0,0,0.8401399,0,0,0 ],[1648925417000,0,0.5175068,0,0,3.998916,79.7823,0,0,0 ],[1648925418000,0,0.0104932,0,0,129.42236,1.6176999,0,0,0 ],[1648925419000,0,0,0,0,2.386724,11.681937,0,0,0 ],[1648925420000,0,0,0,0,0,7.571054,0,0,0 ],[1648925421000,0,0.852329,0,0,0,0.115009,0,0,0 ],[1648925422000,0,0.011671,0,0,0,0,0,0,0 ],[1648925423000,1.1601774,0,0,0,0,0,0,0,0 ],[1648925424000,0.0238226,0,0,0,3.73918,0,0,0,0 ],[1648925425000,0,0,0,0,4.808167,0,0,0,0 ],[1648925426000,0,0,0,0,0.0766525,0,0,0,0 ],[1648925427000,0,0,0,0,0,0,0,0,0 ],[1648925428000,0,0,0,0,0,0,0,0,0 ],[1648925429000,0,0,0,0,0,0,0,0,0 ],[1648925430000,0,0.5189079,0,0,0,0,0,0,0 ],[1648925431000,0,0.0090921,0,0,0,0,0,0,0 ],[1648925432000,0,0.5207191,0,0,0,0,0,0,0 ],[1648925433000,0,0.0072809,0,0,1.0328378,0,0,0,0 ],[1648925434000,0,0,0,0,0.0231622,0,0,0,0 ],[1648925435000,0,0,0,0,0,0,0,0,0 ],[1648925436000,0,0,0,0,0,0,0,0,0 ],[1648925437000,0,0,0,0,0,0,0,0,0 ],[1648925438000,0,0,0,0,0,0,0,0,0 ],[1648925439000,0,0,0,0,0,0,0,0,0 ],[1648925440000,0,0,0,0,0,0,0,0,0 ],[1648925441000,0,0,0,0,0,0,0,0,0 ],[1648925442000,0,0,0,0,0,0,0,0,0 ],[1648925443000,0,0,0,0,0,0,0,0,0 ],[1648925444000,0,0,0,0,0,0,0,0,0 ],[1648925445000,0,11.146113,0,0,0,0,0,0,1.2918463 ],[1648925446000,0,0.1738871,0,0,0,0,0,0,0.0201537 ],[1648925447000,0,0,0,0,0,0,0,0,0 ],[1648925448000,0,0,0,0,0,0,0,0,0 ],[1648925449000,0,0,0,0,0,0,0,0,0 ],[1648925450000,0,0,0,0,0,0,2.691576,0,0 ],[1648925451000,0,5.28974,0,0,0,0,0.0444239,0,0 ],[1648925452000,0,0.0782603,0,0,0,0,0,0,0 ],[1648925453000,0,0,0,0,0,0,0,0,0 ],[1648925454000,0,0,0,0,0,0,0,0,0 ],[1648925455000,0,0,0,0,0,0,0,0,0 ],[1648925456000,0,0,0,0,0,0,0,0,0 ],[1648925457000,0,0,0,0,0,0,0,0,0 ],[1648925458000,0,0,0,0,0,0,0,0,0 ],[1648925459000,0,0,0,0,0,0,0,0,0 ],[1648925460000,0,1.0363214,0,0,0,0,0,0,0 ],[1648925461000,0,0.0196786,0,0,0,0,0,0,0 ],[1648925462000,0,0,0,0,0,0,0,0,0 ],[1648925463000,0,0,0,0,0,0,0,0,0 ],[1648925464000,0,0,0,0,0,0,0,0,0 ],[1648925465000,0,0,0,0,0,1.2686506,0,0,0 ],[1648925466000,0,0,0,0,0,0.0273494,0,0,0 ],[1648925467000,0,0,0,0,0,0,0,0,0 ],[1648925468000,0,0,0,0,0,0,0,0,0 ],[1648925469000,0,0,0,0,0,0,0,0,0 ],[1648925470000,0,0,0,0,0,7.026386,0,0.3286283,0 ],[1648925471000,0,0,0,0,0,0.1576142,0,0.0073717,0 ],[1648925472000,0,0,0,0,0,0,0,0,0 ],[1648925473000,0,0,0,0,0,0,0,0,0 ],[1648925474000,0,0,0,0,0,0,0,0,0 ],[1648925475000,0,1.0422715,0,0,0,26.00152,0,0,0 ],[1648925476000,0,0.0137285,0,0,0,11.413112,0,0,0 ],[1648925477000,0,0,0,0,0,0.2413724,0,0,0 ],[1648925478000,0,0,0,0,0,0,0,0,0 ],[1648925479000,0,0,0,0,0,0,0,0,0 ],[1648925480000,0,0,0,0,0,0,0,0,0 ],[1648925481000,0,0,0,0,17.14649,0,0,0,0 ],[1648925482000,0,0.8449464,0,0,16.315138,0,0,0,0 ],[1648925483000,0,0.0190536,0,0,13.52317,0,0,0,0 ],[1648925484000,0,0,0,0,0.2792017,0,0,0,0 ],[1648925485000,0,0,0,0,0,0,0,0,0 ],[1648925486000,0,0,0,0,0,0,0,0,0 ],[1648925487000,0,0,0,0,0,0,0,0,0 ],[1648925488000,0,0,0,0,6.345099,0,0,0,0 ],[1648925489000,0,0,0,0,0.0869013,0,0,0,0 ],[1648925490000,0,0,0,0,0,0,0,0,0 ],[1648925491000,0,1.0357665,0,0,0,0,0,0,0 ],[1648925492000,0,0.0202335,0,0,0,0,0,0,0 ],[1648925493000,0,0,0,0,0,0,0,0,0 ],[1648925494000,0,0,0,0,0,0,0,0,0 ],[1648925495000,0,0,0,0,192.6834,0,0,0,0 ],[1648925496000,0,0,0,0,12588.515,0,0,0,0 ],[1648925497000,0,0,0,0,1737.388,0,0,0,0 ],[1648925498000,0,0,0,0,523.3443,0,0,0,0 ],[1648925499000,0,0,0,0,7.796841,0,0,0,0 ],[1648925500000,0,0,0,0,170.7905,0,0,0,0 ],[1648925501000,0,0,0,0,302.9523,0,0,0,0 ],[1648925502000,0,0,0,0,217.7495,0,0,0,0 ],[1648925503000,0,0,0,0,4.091598,0,0,0,0 ],[1648925504000,0,0,0,0,368.8301,0,0,0,0 ],[1648925505000,0,0,0,0,185.5512,0,0,0,0 ],[1648925506000,0,1.03276,0,0,181.2461,0,0,0,0 ],[1648925507000,0,0.02324,0,0,183.4481,0,0,0,0 ],[1648925508000,0,0,0,0,932.1819,0,0,0,0 ],[1648925509000,0,0,0,0,272.5518,0,0,0,0 ],[1648925510000,0,0,0,0,210.3473,0,0,0,0 ],[1648925511000,0,5.298268,0,0,176.2527,0,0,0,0 ],[1648925512000,0,0.0697317,0,0,163.70707,0,0,0,0 ],[1648925513000,0,0,0,0,209.8782,0,0,0,0 ],[1648925514000,0,0,0,0,87.7974,0,0,0,0 ],[1648925515000,0,0,0,0,1.5681643,0,0,0,0 ],[1648925516000,0,0,0,0,0,0,0,0,0 ],[1648925517000,0,0,0,0,0,0,0,0,0 ],[1648925518000,0,0,0,0,0,0,0,0,0 ],[1648925519000,0,0,0,0,0,0,0,0,0 ],[1648925520000,0,0,0,0,5.193611,0,0,0,0 ],[1648925521000,0,1.0378508,0,0,0.1023888,1.273726,0,0,0 ],[1648925522000,0,0.0181492,0,0,0,0.022274,0,0,0 ],[1648925523000,0,0,0,0,0,0,0,0,0 ],[1648925524000,0,0,0,0,0,0,0,0,0 ],[1648925525000,0,0,0,0,0,0,0,0,0 ],[1648925526000,0,0,0,0,0,0,0,0,0 ],[1648925527000,0,0,0,0,0,0,0,0,0 ],[1648925528000,0,0,0,0,0,0,0,0,0 ],[1648925529000,0,0,0,0,0,0,0,0,0 ],[1648925530000,0,0,0,0,0,0,0,0.3314635,0 ],[1648925531000,0,0,0,0,5.18266,0,0,0.0045365,0 ],[1648925532000,0,0,0,0,0.1133401,0,0,0,0 ],[1648925533000,0,0,0,0,0,0,0,0,0 ],[1648925534000,0,0,0,0,0,0,0,0,0 ],[1648925535000,0,0,0,0,0,0,0,0,0 ],[1648925536000,0,1.0332192,0,0,0,0,0,0,0 ],[1648925537000,0,0.0227808,0,0,0,0,0,0,0 ],[1648925538000,0,0,0,0,0,0,0,0,0 ],[1648925539000,0,0,0,0,0,0,0,0,0 ],[1648925540000,0,0,0,0,0,0,0,0,0 ],[1648925541000,0,0,0,0,0,0,0,0,0 ],[1648925542000,0,0.8463758,0,0,5.18797,0,0,0,0 ],[1648925543000,0,0.0176242,0,0,0.1080296,0,0,0,0 ],[1648925544000,0,0,0,0,0,0,0,0,0 ],[1648925545000,0,0,0,0,0,0,0,0,0 ],[1648925546000,0,0,0,0,0,0,0,0,0 ],[1648925547000,0,0,0,0,0,0,0,0,0 ],[1648925548000,0,0,0,0,0,0,0,0,0 ],[1648925549000,0,0,0,0,0,0,0,0,0 ],[1648925550000,0,0,0,0,0,0,0,0,0 ],[1648925551000,0,1.0364104,0,0,0,0,0,0,0 ],[1648925552000,0,0.0195896,0,0,0,0,0,0,0 ],[1648925553000,0,0,0,0,5.216634,0,0,0,0 ],[1648925554000,0,0,0,0,0.0793656,0,0,0,0 ],[1648925555000,0,0,0,0,0,0,0,0,0 ],[1648925556000,0,0,0,0,0,0,0,0,0 ],[1648925557000,0,0,0,0,0,0,0,0,0 ],[1648925558000,0,0,0,0,0,0,0,0,0 ],[1648925559000,0,0,0,0,0,0,0,0,0 ],[1648925560000,0,0,0.7099002,0,0,0,0,0,0 ],[1648925561000,0,0,0.0100998,0,0,0,0,0,0 ],[1648925562000,0,0,0,0,0,0,0,0,0 ],[1648925563000,0,0,0,0,0,0,0,0,0 ],[1648925564000,0,0,0,0,5.205398,0,0,0,0 ],[1648925565000,0,0,0,0,0.0906017,0,0,0,0 ],[1648925566000,0,1.0413879,0,0,0,1.2780669,0,0,0 ],[1648925567000,0,0.0146121,0,0,0,0.0179331,0,0,0 ],[1648925568000,0,0,0,0,0,0,0,0,0 ],[1648925569000,0,0,0,0,0,0,0,0,0 ],[1648925570000,0,0,0,0,0,0,0,0,0 ],[1648925571000,0,5.283347,0,0,0.8031318,0,0,0,0 ],[1648925572000,0,0.0846526,0,0,0.0128682,7.960782,0,0,0 ],[1648925573000,0,0,0,0,0.804947,0.6400664,0,0,0 ],[1648925574000,0,0,0,0,0.011053,0.007152,0,0,0 ],[1648925575000,0,0,0,0,5.193945,0,0,0,0 ],[1648925576000,0,0,0,0,0.1020554,0,0,0,0 ],[1648925577000,0,0,0,0,0,0,0,0,0 ],[1648925578000,0,0,0,0,0,0,0,0,0 ],[1648925579000,0,0,0,0,0,0,0,0,0 ],[1648925580000,0,0,0,0,0,0,2.685538,0,0 ],[1648925581000,0,1.0375347,0,0,0,0,0.0504622,0,0 ],[1648925582000,0,0.0184653,0,0,0,0,0,0,0 ],[1648925583000,0,0,0,0,0,0,0,0,0 ],[1648925584000,0,0,0,0,0,0,0,0,0 ],[1648925585000,0,0,0,0,0,0,0,0,0 ],[1648925586000,0,0,0,0,5.201212,0,0,0,0 ],[1648925587000,0,0,0,0,0.8968235,0,0,0,0 ],[1648925588000,0,0,0,0,1.902071,216.4635,0,0,0 ],[1648925589000,0,0,0,0,0.0318936,3.65647,0,0,0 ],[1648925590000,0,0,0,0,0.8052858,0,0,0.3315883,0 ],[1648925591000,0,0,0,0,0.0107142,0,0,0.0044117,0 ],[1648925592000,0,0,0,0,0,0,0,0,0 ],[1648925593000,0,0,0,0,0.8018814,0,0,0,0 ],[1648925594000,0,0,0,0,0.0141186,0,0,0,0 ],[1648925595000,0,11.162081,0,0,1.6092329,0,0,0,1.293697 ],[1648925596000,0,0.6743331,0,0,0.0227671,0,0,0,0.018303 ],[1648925597000,0,0.0115861,0,0,5.190437,0,0,0,0 ],[1648925598000,0,0,0,0,0.1055628,0,0,0,0 ],[1648925599000,0,0,0,0,0,0,0,0,0 ],[1648925600000,0,0,0,0,0,10.277136,2.695384,0,0 ],[1648925601000,0,0.8524503,0,0,0,0.1548636,0.0406161,0,0 ],[1648925602000,0,0.0115497,0,0,0,0,0,0,0 ],[1648925603000,0,0,0,0,0,0,0,0,0 ],[1648925604000,0,0,0,0,0,0,0,0,0 ],[1648925605000,0,0,0,0,0,0,0,0,0 ],[1648925606000,0,0,0,0,0,0,0,0,0 ],[1648925607000,0,0,0,0,0,0,0,0,0 ],[1648925608000,0,0,0,0,5.180512,432.9562,0,0,0 ],[1648925609000,0,0,0,0,0.1154879,226.6999,0,0,0 ],[1648925610000,0,0.51907,0,0,0,4.25594,0,0,0 ],[1648925611000,0,0.5288019,0,0,0,0,0,0,0 ],[1648925612000,0,0.0081281,0,0,0,0,0,0,0 ],[1648925613000,0,0,0,0,0,0,0,0,0 ],[1648925614000,0,0,0,0,0,25.18851,0,0,0 ],[1648925615000,0,0,0,0,0,0.3474944,0,0,0 ],[1648925616000,0,0,0,0,0,0,0,0,0 ],[1648925617000,0,0,0,0,0,0,0,0,0 ],[1648925618000,0,0,0,0,0,0,0,0,0 ],[1648925619000,0,0,0,0,5.213479,217.8557,0,0,0 ],[1648925620000,0,0,0,0,0.0825206,3.448287,0,0,0 ],[1648925621000,0,0,0,0,0,0,0,0,0 ],[1648925622000,0,0,0,0,0,0,0,0,0 ],[1648925623000,0,0,0,0,0,0,0,0,0 ],[1648925624000,0,0,0,0,0,6.554698,0,0,0 ],[1648925625000,0,0.5187452,0,0,0,0.1333018,0,0,0 ],[1648925626000,0,0.0092548,0,0,0,0,0,0,0 ],[1648925627000,0,0.5201307,0,0,0,0,0,0,0 ],[1648925628000,0,0.0078693,0,0,0,0,0,0,0 ],[1648925629000,0,0,0,0,0,0,0,0,0 ],[1648925630000,0,0,0,0,5.179382,0,0,0,0 ],[1648925631000,0,5.262159,0,0,0.1166177,0,0,0,0 ],[1648925632000,0,0.1058412,0,0,0,0,0,0,0 ],[1648925633000,0,0,0,0,0,0,0,0,0 ],[1648925634000,0,0,0,0,0,0,0,0,0 ],[1648925635000,0,0,0,0,0,0,0,0,0 ],[1648925636000,0,0,0,0,0,0,0,0,0 ],[1648925637000,0,0,0,0,0,0,0,0,0 ],[1648925638000,0,0,0,0,0,0,0,0,0 ],[1648925639000,0,0,0,0,0,0,0,0,0 ],[1648925640000,0,0.5207115,0,0,0,6.193311,0,0,0 ],[1648925641000,0,0.0072885,0,0,5.227782,0.0866894,0,0,0 ],[1648925642000,0,0.5207901,0,0,0.0682179,0,0,0,0 ],[1648925643000,0,0.0072099,0,0,0,0,0,0,0 ],[1648925644000,0,0,0,0,0,0,0,0,0 ],[1648925645000,0,0,0,0,0,19.20095,0,0,0 ],[1648925646000,0,0,0,0,0,0.351048,0,0,0 ],[1648925647000,0,0,0,0,0,0,0,0,0 ],[1648925648000,0,0,0,0,0,0,0,0,0 ],[1648925649000,0,0,0,0,0,0,0,0,0 ],[1648925650000,0,0,0,0,0,0,0,0.3286479,0 ],[1648925651000,0,0,0,0,0,0,0,0.0073521,0 ],[1648925652000,0,0,0,0,5.200226,0,0,0,0 ],[1648925653000,0,0,0,0,0.0957745,0,0,0,0 ],[1648925654000,0,0,0,0,0,54.58483,0,0,0 ],[1648925655000,0,0.5206108,0,0,0,13.498804,0,0,0 ],[1648925656000,0,0.0073892,0,0,0,0.180364,0,0,0 ],[1648925657000,0,0.517212,0,0,0,0,0,0,0 ],[1648925658000,0,0.010788,0,0,0,0,0,0,0 ],[1648925659000,0,0,0,0,0,0,0,0,0 ],[1648925660000,0,0,0,0,0,92.56141,0,0,0 ],[1648925661000,0,0,0,0,0,1.3585875,0,0,0 ],[1648925662000,0,0,0,0,0,31.59439,0,0,0 ],[1648925663000,0,0.8472004,0,0,5.193024,0.6936116,0,0,0 ],[1648925664000,0,0.0167996,0,0,0.1029755,250.3283,0,0,0 ],[1648925665000,0,0,0,0,0,497.8389,0,0,0 ],[1648925666000,0,0,0,0,0,223.0107,0,0,0 ],[1648925667000,0,0,0,0,0,34.27483,0,0,0 ],[1648925668000,0,0,0,0,26.1925,117.21593,0,0,0 ],[1648925669000,0,0,0,0,0.4315033,1509.8817,0,0,0 ],[1648925670000,0,0.5210748,0,0,0,52.13488,0,0,0 ],[1648925671000,0,0.0069252,0,0,0,89.66656,0,0,0 ],[1648925672000,0,0.5176761,0,0,0,3.230471,0,0,0 ],[1648925673000,0,0.0103239,0,0,0,0.0256532,0,0,0 ],[1648925674000,0,0,0,0,5.212243,38.57218,0,0,0 ],[1648925675000,0,0,0,0,0.0837566,39.54647,0,0,0 ] ] }, "min": 0, "max": 12588.515 } ```
priority
dimension renames are not properly propagated to the cloud check the dimension names on this chart json after api before dimension ids dimension names dimensions first entry format json id tc last entry latest values max meta coverage score issues hops min name tc world out points result data labels time update every view latest values view update every agent json api id tc name tc world out view update every update every first entry last entry before after dimension names netdata client ntp icmp ssh netdatacloud default arp dns dimension ids latest values view latest values dimensions points format json result labels time netdata client ntp icmp ssh netdatacloud default arp dns data min max
1
821,049
30,801,715,124
IssuesEvent
2023-08-01 02:19:53
VisActor/VTable
https://api.github.com/repos/VisActor/VTable
closed
[Bug] Axis cell should relayout when rowheader resized
bug High Priority online
### Version pivot_chart ### Link to Minimal Reproduction none ### Steps to Reproduce resize row header smaller ### Current Behavior ![6f1f1cff-f000-478b-aefe-16f0d315085e](https://github.com/VisActor/VTable/assets/3468473/9e7947c1-3a95-46a4-8a5b-fbb9f28beac7) ### Expected Behavior relayou axis cell ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? _No response_
1.0
[Bug] Axis cell should relayout when rowheader resized - ### Version pivot_chart ### Link to Minimal Reproduction none ### Steps to Reproduce resize row header smaller ### Current Behavior ![6f1f1cff-f000-478b-aefe-16f0d315085e](https://github.com/VisActor/VTable/assets/3468473/9e7947c1-3a95-46a4-8a5b-fbb9f28beac7) ### Expected Behavior relayou axis cell ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? _No response_
priority
axis cell should relayout when rowheader resized version pivot chart link to minimal reproduction none steps to reproduce resize row header smaller current behavior expected behavior relayou axis cell environment markdown os browser framework any additional comments no response
1
623,474
19,669,223,723
IssuesEvent
2022-01-11 04:14:06
wso2/ballerina-plugin-vscode
https://api.github.com/repos/wso2/ballerina-plugin-vscode
opened
Inconsistencies in type naming
bug Type/Bug Priority/High Area/Diagram
**Description:** Consider the following screen capture. https://user-images.githubusercontent.com/1329674/148875743-0662a34c-760a-49e6-81ed-967e20712b75.mp4 - Here, we have a duplicate variable name and hence the compiler identifies the type as `$CompilationError$` (semantic type). - Now when we look at the diagram, it shows the particular erroneous semantic type. - If we go to the variable editor form, now it shows the type according to the syntax tree information. If we maintain the syntax to diagram parity, shouldn't we show the syntax information on the diagram as well? Otherwise, in such erroneous scenarios, there is an inconsistency. Also, check the following screen capture, <img width="1282" alt="Screenshot 2022-01-11 at 09 23 05" src="https://user-images.githubusercontent.com/1329674/148878567-07236cf8-040e-423c-b452-5803b02b4fef.png"> Here, we have a user defined type definition which is in the same project and when showing in the diagram view, we show the fully qualified type name and that leads to a situation where the user cannot see the type name. ***Suggestions*** - Do not show the fully qualified type name - If the type is defined in the same module, then show only the type definition name. - If the type is coming from a module, use the module alias as defined in the source. eg: `import ballerina/xyz;` => `xyz:TestType` => `xyz:TestType` `import ballerina/xyz as alias;` => `xyz:TestType` => `alias:TestType` **Affected Versions:** v3.0.0-preview-m7 at least
1.0
Inconsistencies in type naming - **Description:** Consider the following screen capture. https://user-images.githubusercontent.com/1329674/148875743-0662a34c-760a-49e6-81ed-967e20712b75.mp4 - Here, we have a duplicate variable name and hence the compiler identifies the type as `$CompilationError$` (semantic type). - Now when we look at the diagram, it shows the particular erroneous semantic type. - If we go to the variable editor form, now it shows the type according to the syntax tree information. If we maintain the syntax to diagram parity, shouldn't we show the syntax information on the diagram as well? Otherwise, in such erroneous scenarios, there is an inconsistency. Also, check the following screen capture, <img width="1282" alt="Screenshot 2022-01-11 at 09 23 05" src="https://user-images.githubusercontent.com/1329674/148878567-07236cf8-040e-423c-b452-5803b02b4fef.png"> Here, we have a user defined type definition which is in the same project and when showing in the diagram view, we show the fully qualified type name and that leads to a situation where the user cannot see the type name. ***Suggestions*** - Do not show the fully qualified type name - If the type is defined in the same module, then show only the type definition name. - If the type is coming from a module, use the module alias as defined in the source. eg: `import ballerina/xyz;` => `xyz:TestType` => `xyz:TestType` `import ballerina/xyz as alias;` => `xyz:TestType` => `alias:TestType` **Affected Versions:** v3.0.0-preview-m7 at least
priority
inconsistencies in type naming description consider the following screen capture here we have a duplicate variable name and hence the compiler identifies the type as compilationerror semantic type now when we look at the diagram it shows the particular erroneous semantic type if we go to the variable editor form now it shows the type according to the syntax tree information if we maintain the syntax to diagram parity shouldn t we show the syntax information on the diagram as well otherwise in such erroneous scenarios there is an inconsistency also check the following screen capture img width alt screenshot at src here we have a user defined type definition which is in the same project and when showing in the diagram view we show the fully qualified type name and that leads to a situation where the user cannot see the type name suggestions do not show the fully qualified type name if the type is defined in the same module then show only the type definition name if the type is coming from a module use the module alias as defined in the source eg import ballerina xyz xyz testtype xyz testtype import ballerina xyz as alias xyz testtype alias testtype affected versions preview at least
1
556,552
16,485,799,859
IssuesEvent
2021-05-24 17:46:02
wso2/docs-open-banking
https://api.github.com/repos/wso2/docs-open-banking
closed
AU DCR v0.1 to v0.2 version upgrade documentation
AU Priority/High
**Description:** AU DCR API Requests and Responses along with sample Software Statement Assertion(SSA) need to be updated according to requirements given by ACCC CDR Register. Refer this [link](https://docs.google.com/document/d/1_tP9FYcSVPJyqSlYrK6KhGdZGSPLK_Xxq6gVz9rXuAM/edit?usp=sharing) for a summary of the DCR API changes in AU. **Suggested Labels:** **Suggested Assignees:** @isharailanga **Affected Product Version:** OB 2.0.0 - DCR API 0.1 **OS, DB, other environment details and versions:** **Steps to reproduce:**
1.0
AU DCR v0.1 to v0.2 version upgrade documentation - **Description:** AU DCR API Requests and Responses along with sample Software Statement Assertion(SSA) need to be updated according to requirements given by ACCC CDR Register. Refer this [link](https://docs.google.com/document/d/1_tP9FYcSVPJyqSlYrK6KhGdZGSPLK_Xxq6gVz9rXuAM/edit?usp=sharing) for a summary of the DCR API changes in AU. **Suggested Labels:** **Suggested Assignees:** @isharailanga **Affected Product Version:** OB 2.0.0 - DCR API 0.1 **OS, DB, other environment details and versions:** **Steps to reproduce:**
priority
au dcr to version upgrade documentation description au dcr api requests and responses along with sample software statement assertion ssa need to be updated according to requirements given by accc cdr register refer this for a summary of the dcr api changes in au suggested labels suggested assignees isharailanga affected product version ob dcr api os db other environment details and versions steps to reproduce
1
294,215
9,014,380,362
IssuesEvent
2019-02-05 22:13:30
AGROFIMS/hagrofims
https://api.github.com/repos/AGROFIMS/hagrofims
closed
Unchecked by default the submodules in experimental conditions
enhancement experimental conditions high priority
For exemple, under planting and transplanting, uncheck the two submodules. Users will check only the submodule they need.
1.0
Unchecked by default the submodules in experimental conditions - For exemple, under planting and transplanting, uncheck the two submodules. Users will check only the submodule they need.
priority
unchecked by default the submodules in experimental conditions for exemple under planting and transplanting uncheck the two submodules users will check only the submodule they need
1
330,082
10,029,056,411
IssuesEvent
2019-07-17 13:09:52
OneArmyWorld/onearmy
https://api.github.com/repos/OneArmyWorld/onearmy
opened
[feature request] allow user to upload avatar picture
Backend Frontend Mod: Profiles 👱 Priority: High❕
**Is your feature request related to a problem? Please describe.** For now you can only have a profile picture if you import your profile from DH website. **Describe the solution you'd like** Need to allow the user to upload his own Profile picture, even if he doesn't have a DH account.
1.0
[feature request] allow user to upload avatar picture - **Is your feature request related to a problem? Please describe.** For now you can only have a profile picture if you import your profile from DH website. **Describe the solution you'd like** Need to allow the user to upload his own Profile picture, even if he doesn't have a DH account.
priority
allow user to upload avatar picture is your feature request related to a problem please describe for now you can only have a profile picture if you import your profile from dh website describe the solution you d like need to allow the user to upload his own profile picture even if he doesn t have a dh account
1
462,919
13,256,390,337
IssuesEvent
2020-08-20 12:37:13
onaio/rdt-standard
https://api.github.com/repos/onaio/rdt-standard
closed
App unexpected closes/crashes when saving sample shipment form
Android Client Priority - high bug covid response
The application unexpectedly closes/crashes when saving the completed sample shipment form. The test was run on a single phone 3 times.
1.0
App unexpected closes/crashes when saving sample shipment form - The application unexpectedly closes/crashes when saving the completed sample shipment form. The test was run on a single phone 3 times.
priority
app unexpected closes crashes when saving sample shipment form the application unexpectedly closes crashes when saving the completed sample shipment form the test was run on a single phone times
1
386,472
11,439,605,264
IssuesEvent
2020-02-05 07:44:18
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.0 staging-1336] Rebalance professions for 9.0
Category: Balance Priority: High Status: Fixed
Most professions still need their recipes rebalanced for 9.0 - [x] Advanced Mortaring - [x] Advanced Smelting - [x] Basic Engineering - [x] Bricklaying - [x] Composites - [x] Electronics - [x] Farming - [x] Fertilizer - [x] Glassworking - [x] Hewing - [x] Industry - [x] Mechanics - [x] Mortaring - [x] Oil Drilling - [x] Sawyer - [x] Smelting - [x] Tailoring
1.0
[0.9.0 staging-1336] Rebalance professions for 9.0 - Most professions still need their recipes rebalanced for 9.0 - [x] Advanced Mortaring - [x] Advanced Smelting - [x] Basic Engineering - [x] Bricklaying - [x] Composites - [x] Electronics - [x] Farming - [x] Fertilizer - [x] Glassworking - [x] Hewing - [x] Industry - [x] Mechanics - [x] Mortaring - [x] Oil Drilling - [x] Sawyer - [x] Smelting - [x] Tailoring
priority
rebalance professions for most professions still need their recipes rebalanced for advanced mortaring advanced smelting basic engineering bricklaying composites electronics farming fertilizer glassworking hewing industry mechanics mortaring oil drilling sawyer smelting tailoring
1
247,735
7,922,976,367
IssuesEvent
2018-07-05 12:44:26
weglot/weglot-php
https://api.github.com/repos/weglot/weglot-php
closed
Parser: Manage formatter specific cases inside abstract class
priority: high status: confirmed type: enhancement
<!-- This form is for bug reports and feature requests ONLY! --> **Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE **What happened**: Today we manage all specific formatter cases (such as MetaContent or ImageSource) inside the `DomFormatter` itself. **What you expected to happen**: We should use some abstract class and make it automatically (and like that we'll be able to use some Provider to add more of them 😄)
1.0
Parser: Manage formatter specific cases inside abstract class - <!-- This form is for bug reports and feature requests ONLY! --> **Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE **What happened**: Today we manage all specific formatter cases (such as MetaContent or ImageSource) inside the `DomFormatter` itself. **What you expected to happen**: We should use some abstract class and make it automatically (and like that we'll be able to use some Provider to add more of them 😄)
priority
parser manage formatter specific cases inside abstract class is this a bug report or feature request feature what happened today we manage all specific formatter cases such as metacontent or imagesource inside the domformatter itself what you expected to happen we should use some abstract class and make it automatically and like that we ll be able to use some provider to add more of them 😄
1
711,152
24,451,451,257
IssuesEvent
2022-10-06 23:40:38
turbot/steampipe-plugin-alicloud
https://api.github.com/repos/turbot/steampipe-plugin-alicloud
closed
Provide table support for Anti-DDoS service.
enhancement priority:high new table blocked stale
Need to validate if the service requires 1 mth upfront fee or not. For CIS v1.0.0 2.6 Ensure Anti-DDoS access and security log service is enabled(Manual)
1.0
Provide table support for Anti-DDoS service. - Need to validate if the service requires 1 mth upfront fee or not. For CIS v1.0.0 2.6 Ensure Anti-DDoS access and security log service is enabled(Manual)
priority
provide table support for anti ddos service need to validate if the service requires mth upfront fee or not for cis ensure anti ddos access and security log service is enabled manual
1
471,749
13,609,634,228
IssuesEvent
2020-09-23 05:47:02
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
accounts.google.com - see bug description
browser-firefox-mobile engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical
<!-- @browser: Firefox Mobile 80.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:80.0) Gecko/80.0 Firefox/80.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/58652 --> **URL**: https://accounts.google.com/signin/oauth/consent?authuser=0 **Browser / Version**: Firefox Mobile 80.0 **Operating System**: Android 8.0.0 **Tested Another Browser**: No **Problem type**: Something else **Description**: stuck on loading at logon **Steps to Reproduce**: <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
accounts.google.com - see bug description - <!-- @browser: Firefox Mobile 80.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:80.0) Gecko/80.0 Firefox/80.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/58652 --> **URL**: https://accounts.google.com/signin/oauth/consent?authuser=0 **Browser / Version**: Firefox Mobile 80.0 **Operating System**: Android 8.0.0 **Tested Another Browser**: No **Problem type**: Something else **Description**: stuck on loading at logon **Steps to Reproduce**: <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
accounts google com see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description stuck on loading at logon steps to reproduce browser configuration none from with ❤️
1
139,864
5,392,392,831
IssuesEvent
2017-02-26 10:35:19
DevopediaOrg/webapp
https://api.github.com/repos/DevopediaOrg/webapp
closed
Autogen links on an article page
enhancement high priority
Scan the article for keywords and link them automatically to other articles on Devopedia. Likewise, check and highlight dead links.
1.0
Autogen links on an article page - Scan the article for keywords and link them automatically to other articles on Devopedia. Likewise, check and highlight dead links.
priority
autogen links on an article page scan the article for keywords and link them automatically to other articles on devopedia likewise check and highlight dead links
1
185,270
6,720,512,330
IssuesEvent
2017-10-16 08:08:39
DmytroTroynikov/aemtools
https://api.github.com/repos/DmytroTroynikov/aemtools
closed
HTL: Parser bug
Priority: High Type: Bug
Following example: ``` ${'' @ option=var1 || var2} // will end up in parser error ``` Error message: `<logical operator> or '[Htl] ?' expected, got ','`
1.0
HTL: Parser bug - Following example: ``` ${'' @ option=var1 || var2} // will end up in parser error ``` Error message: `<logical operator> or '[Htl] ?' expected, got ','`
priority
htl parser bug following example option will end up in parser error error message or expected got
1
404,075
11,851,767,982
IssuesEvent
2020-03-24 18:40:28
mitre-attack/attack-website
https://api.github.com/repos/mitre-attack/attack-website
closed
add cloud techniques to matrix view on homepage
priority/high timescale/imminent ui
As a user of the ATT&CK website, the fact that the homepage/attack-index matrix has a different platform selection than the actual enterprise matrix is unintuitive. It's weird clicking into a technique on the front page and seeing that it has more sub-techniques than advertised because cloud techniques are hidden. We should add the cloud platforms to the attack-index matrix for a more consistent user experience.
1.0
add cloud techniques to matrix view on homepage - As a user of the ATT&CK website, the fact that the homepage/attack-index matrix has a different platform selection than the actual enterprise matrix is unintuitive. It's weird clicking into a technique on the front page and seeing that it has more sub-techniques than advertised because cloud techniques are hidden. We should add the cloud platforms to the attack-index matrix for a more consistent user experience.
priority
add cloud techniques to matrix view on homepage as a user of the att ck website the fact that the homepage attack index matrix has a different platform selection than the actual enterprise matrix is unintuitive it s weird clicking into a technique on the front page and seeing that it has more sub techniques than advertised because cloud techniques are hidden we should add the cloud platforms to the attack index matrix for a more consistent user experience
1
236,368
7,748,763,092
IssuesEvent
2018-05-30 09:18:52
Gloirin/m2gTest
https://api.github.com/repos/Gloirin/m2gTest
closed
0003028: improve rules grid
Feature Request Felamimail high priority
**Reported by pschuele on 22 Sep 2010 12:56** improve rules grid - renderer for argument+action (1 column) - activate new rule by default - show deactivated rules in light-grey - activate/deactivate -&gt; ctx menu
1.0
0003028: improve rules grid - **Reported by pschuele on 22 Sep 2010 12:56** improve rules grid - renderer for argument+action (1 column) - activate new rule by default - show deactivated rules in light-grey - activate/deactivate -&gt; ctx menu
priority
improve rules grid reported by pschuele on sep improve rules grid renderer for argument action column activate new rule by default show deactivated rules in light grey activate deactivate gt ctx menu
1
366,853
10,831,546,627
IssuesEvent
2019-11-11 08:34:42
dmwm/WMCore
https://api.github.com/repos/dmwm/WMCore
closed
Create APIs for group and account usage in PhEDEx/Rucio
High Priority New Feature Rucio Transition
**Impact of the new feature** Anything relying on the WMCore Service wrapper APIs. **Is your feature request related to a problem? Please describe.** In case we need to have some sort of data management done within the workload management system - as it's the case for the MicroServices - we need to have APIs to see what's the quota available for central production operations and what's the space remaining. **Describe the solution you'd like** This ticket is only about creating the APIs for PhEDEx and Rucio. How it will be used will be application-specific. **Describe alternatives you've considered** none **Additional context** none
1.0
Create APIs for group and account usage in PhEDEx/Rucio - **Impact of the new feature** Anything relying on the WMCore Service wrapper APIs. **Is your feature request related to a problem? Please describe.** In case we need to have some sort of data management done within the workload management system - as it's the case for the MicroServices - we need to have APIs to see what's the quota available for central production operations and what's the space remaining. **Describe the solution you'd like** This ticket is only about creating the APIs for PhEDEx and Rucio. How it will be used will be application-specific. **Describe alternatives you've considered** none **Additional context** none
priority
create apis for group and account usage in phedex rucio impact of the new feature anything relying on the wmcore service wrapper apis is your feature request related to a problem please describe in case we need to have some sort of data management done within the workload management system as it s the case for the microservices we need to have apis to see what s the quota available for central production operations and what s the space remaining describe the solution you d like this ticket is only about creating the apis for phedex and rucio how it will be used will be application specific describe alternatives you ve considered none additional context none
1
472,109
13,616,483,602
IssuesEvent
2020-09-23 15:41:18
CDH-Studio/UpSkill
https://api.github.com/repos/CDH-Studio/UpSkill
closed
Builds on Jenkins fails often
high priority jenkins
Currently on Jenkins, builds are failing often with a variety of errors. After talking to Derek, these are the potential solution to many of them: ![image](https://user-images.githubusercontent.com/22248828/93896523-03260d80-fcbf-11ea-97d4-5800c6d9dd86.png)
1.0
Builds on Jenkins fails often - Currently on Jenkins, builds are failing often with a variety of errors. After talking to Derek, these are the potential solution to many of them: ![image](https://user-images.githubusercontent.com/22248828/93896523-03260d80-fcbf-11ea-97d4-5800c6d9dd86.png)
priority
builds on jenkins fails often currently on jenkins builds are failing often with a variety of errors after talking to derek these are the potential solution to many of them
1
385,446
11,420,977,247
IssuesEvent
2020-02-03 11:10:21
luna/ide
https://api.github.com/repos/luna/ide
opened
IDE - Integrate View and Controller
Change: Non-Breaking Difficulty: Intermediate Priority: High Type: Enhancement
### Summary Having Project View and Project Controller stub, create a main function for IDE application which sets up both component, so the views will communicate/use the proper controller. ### Value Once both components were connected, we may start to do the actual File Manager integration ### Acceptance Criteria & Test Cases After running IDE Text Editor should display an example data obtained from controller.
1.0
IDE - Integrate View and Controller - ### Summary Having Project View and Project Controller stub, create a main function for IDE application which sets up both component, so the views will communicate/use the proper controller. ### Value Once both components were connected, we may start to do the actual File Manager integration ### Acceptance Criteria & Test Cases After running IDE Text Editor should display an example data obtained from controller.
priority
ide integrate view and controller summary having project view and project controller stub create a main function for ide application which sets up both component so the views will communicate use the proper controller value once both components were connected we may start to do the actual file manager integration acceptance criteria test cases after running ide text editor should display an example data obtained from controller
1
605,995
18,753,269,932
IssuesEvent
2021-11-05 07:04:27
matrixorigin/matrixcube
https://api.github.com/repos/matrixorigin/matrixcube
closed
Allow replica to create snapshot
component/raftstore kind/feature priority/high
This issue addresses the requirement to allow each replica to be snapshotted. Allowing the raftstore to request/schedule snapshotting is tracked in #358.
1.0
Allow replica to create snapshot - This issue addresses the requirement to allow each replica to be snapshotted. Allowing the raftstore to request/schedule snapshotting is tracked in #358.
priority
allow replica to create snapshot this issue addresses the requirement to allow each replica to be snapshotted allowing the raftstore to request schedule snapshotting is tracked in
1
430,228
12,450,017,796
IssuesEvent
2020-05-27 08:06:25
zowe/api-layer
https://api.github.com/repos/zowe/api-layer
closed
Deploy API ML to Zowe staging
20PI2 Objective Priority: High enhancement in progress squad
Regularly deploy active builds of the API ML to Zowe staging in order to identify integration issues with Zowe much earlier and allow time to address them before each new Zowe RC.  **Objectives:** - [x] API ML is regularly pushed into zowe staging to be part of the nightly build - [x] Verfiy the tests running as part of the nightly build pipeline and add / adjust any tests required for proper testing of API ML
1.0
Deploy API ML to Zowe staging - Regularly deploy active builds of the API ML to Zowe staging in order to identify integration issues with Zowe much earlier and allow time to address them before each new Zowe RC.  **Objectives:** - [x] API ML is regularly pushed into zowe staging to be part of the nightly build - [x] Verfiy the tests running as part of the nightly build pipeline and add / adjust any tests required for proper testing of API ML
priority
deploy api ml to zowe staging regularly deploy active builds of the api ml to zowe staging in order to identify integration issues with zowe much earlier and allow time to address them before each new zowe rc   objectives api ml is regularly pushed into zowe staging to be part of the nightly build verfiy the tests running as part of the nightly build pipeline and add adjust any tests required for proper testing of api ml
1
53,901
3,052,179,807
IssuesEvent
2015-08-12 13:29:19
rssidlowski/Pollution_Source_Tracking
https://api.github.com/repos/rssidlowski/Pollution_Source_Tracking
opened
Reports not functional - no data in drop down selection
bug high priority
Several reports are not providing any values in the drop down box. For example: Complaints has drop down for status code and watersheds and when click on the arrow, no values in drop down box. Same for select of watersheds. The following reports are all unusable for same reason: Investigations by status for date range Investigations by Complainant for Date Range Investigations per watershed by month Investigations per watershed by year PST Sheets
1.0
Reports not functional - no data in drop down selection - Several reports are not providing any values in the drop down box. For example: Complaints has drop down for status code and watersheds and when click on the arrow, no values in drop down box. Same for select of watersheds. The following reports are all unusable for same reason: Investigations by status for date range Investigations by Complainant for Date Range Investigations per watershed by month Investigations per watershed by year PST Sheets
priority
reports not functional no data in drop down selection several reports are not providing any values in the drop down box for example complaints has drop down for status code and watersheds and when click on the arrow no values in drop down box same for select of watersheds the following reports are all unusable for same reason investigations by status for date range investigations by complainant for date range investigations per watershed by month investigations per watershed by year pst sheets
1
796,865
28,129,638,504
IssuesEvent
2023-03-31 21:13:01
repobee/repobee
https://api.github.com/repos/repobee/repobee
closed
Make install script install from PyPi if possible
priority:high dist
Currently the install script is installing directly from source on GitHub. I don't know why that is, it would be better to install from PyPi as the pure-python wheel should be possible to use in most situations.
1.0
Make install script install from PyPi if possible - Currently the install script is installing directly from source on GitHub. I don't know why that is, it would be better to install from PyPi as the pure-python wheel should be possible to use in most situations.
priority
make install script install from pypi if possible currently the install script is installing directly from source on github i don t know why that is it would be better to install from pypi as the pure python wheel should be possible to use in most situations
1
206,108
7,108,654,357
IssuesEvent
2018-01-17 01:17:30
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Interact Key UI displays key when an object is uninteractable
High Priority
I.E. When a tree is just cut down, it gives the prompts "Click to Chop" and "E to pick-up", but the tree is too large to be picked up, so it shouldn't display the second prompt, just the first.
1.0
Interact Key UI displays key when an object is uninteractable - I.E. When a tree is just cut down, it gives the prompts "Click to Chop" and "E to pick-up", but the tree is too large to be picked up, so it shouldn't display the second prompt, just the first.
priority
interact key ui displays key when an object is uninteractable i e when a tree is just cut down it gives the prompts click to chop and e to pick up but the tree is too large to be picked up so it shouldn t display the second prompt just the first
1
147,397
5,638,878,763
IssuesEvent
2017-04-06 13:07:55
nus-mtp/steps-networking-module
https://api.github.com/repos/nus-mtp/steps-networking-module
closed
Remove and refactor
high-priority refactor
Criteria: 1. Remove unnecessary code 2. Remove half-implemented features
1.0
Remove and refactor - Criteria: 1. Remove unnecessary code 2. Remove half-implemented features
priority
remove and refactor criteria remove unnecessary code remove half implemented features
1
475,050
13,686,467,679
IssuesEvent
2020-09-30 08:44:53
AY2021S1-CS2103T-T13-1/tp
https://api.github.com/repos/AY2021S1-CS2103T-T13-1/tp
closed
Add ListCommand to include functionality to display all locations.
Implementation priority.High
Currently, there is no way to view data of all locations. We should add in the list command with keyword "locations" to view list of all locations.
1.0
Add ListCommand to include functionality to display all locations. - Currently, there is no way to view data of all locations. We should add in the list command with keyword "locations" to view list of all locations.
priority
add listcommand to include functionality to display all locations currently there is no way to view data of all locations we should add in the list command with keyword locations to view list of all locations
1
61,735
3,152,269,266
IssuesEvent
2015-09-16 13:04:39
JMurk/OAM-Activity-Manager
https://api.github.com/repos/JMurk/OAM-Activity-Manager
closed
Cityworks Activity Browser - Description Validation
bug high priority
**Issue:** The description field does not seem to be validating properly. I passed in a value of "Test" and it claimed it was valid. ![image](https://cloud.githubusercontent.com/assets/5805454/9858295/e1017532-5aed-11e5-9c62-148926164c5a.png)
1.0
Cityworks Activity Browser - Description Validation - **Issue:** The description field does not seem to be validating properly. I passed in a value of "Test" and it claimed it was valid. ![image](https://cloud.githubusercontent.com/assets/5805454/9858295/e1017532-5aed-11e5-9c62-148926164c5a.png)
priority
cityworks activity browser description validation issue the description field does not seem to be validating properly i passed in a value of test and it claimed it was valid
1
694,787
23,829,826,104
IssuesEvent
2022-09-05 19:02:58
dmwm/WMCore
https://api.github.com/repos/dmwm/WMCore
closed
Broken workflow status transition to assigned
BUG ReqMgr2 Highest Priority
**Impact of the bug** Reqmgr2 **Describe the bug** During the [HG2209](https://github.com/dmwm/WMCore/issues/11225) validation we have faced a problem with moving workflows' status from `assignment-approved` to `assigned`. Here [1] is the error we face. This has been found while working with ACDC workflows. The general workflow transition seems to be somehow working because we do see workflows passing to `running-open`. All the conditions under which the bug reveals itself are currently investigated. So far the clues we have point to the following [PR](https://github.com/dmwm/WMCore/pull/11181/files). This bug needs to be resolved before we deploy the new release in production. **How to reproduce it** Submit a workflow with central services version WMCore v.2.1.2.pre3 and try to create and move an ACDC workflow from `assignment-approved` to `assigned`. **Expected behavior** The workflow status transition to proceed with no errors. **Additional context and error message** [1] ``` [04/Sep/2022:09:10:45] reqmgr2-7689bd755d-p52m8 188.185.14.143 "GET /reqmgr2/data/request?name=spiga_ReReco_339_TB_CMS_Marconi_220731_175607_3091 HTTP/1.1" 200 OK [data: 3936 in 1925 out 26215 us ] [auth: OK "/DC=ch/DC=cern/OU=computers/CN=wmagent/vocms0192.cern.ch" "" ] [ref: "" "WMCore.Services.Requests/v002" ] [04/Sep/2022:09:10:45] Updating request "tivanov_ACDC_TaskChain_LumiMask_multiRun_HG2209_Val_220904_091028_2526" with these user-provided args: {'RequestStatus': 'assigned', 'RequestPriority': 200000, 'Team': 'testbed-vocms0192', 'SiteWhitelist': ['T1_US_FNAL', 'T2_CH_CERN'], 'SiteBlacklist': '', 'AcquisitionEra': {'HLTD': 'CMSSW_7_2_0', 'RECODreHLT': 'CMSSW_7_2_0'}, 'ProcessingString': {'HLTD': 'HLTD_TaskChain_LumiMask_multiRun_HG2209_Val_Todor_v1', 'RECODreHLT': 'RECODreHLT_TaskChain_LumiMask_multiRun_HG2209_Val_Todor_v1'}, 'ProcessingVersion': 11, 'Dashboard': 'integration', 'MergedLFNBase': '/store/mc', 'TrustSitelists': 'False', 'UnmergedLFNBase': '/store/unmerged', 'MinMergeSize': 2147483648, 'MaxMergeSize': 4294967296, 'MaxMergeEvents': 100000, 'BlockCloseMaxWaitTime': 72000, 'BlockCloseMaxFiles': 500, 'BlockCloseMaxEvents': 250000000, 'BlockCloseMaxSize': 5000000000000, 'SoftTimeout': 129600, 'GracePeriod': 1000, 'TrustPUSitelists': 'False', 'CustodialSites': '', 'CustodialSubType': '', 'NonCustodialSites': '', 'NonCustodialSubType': '', 'Override': {'eos-lfn-prefix': 'root://eoscms.cern.ch//eos/cms/store/logs/prod/recent/TESTBED'}, 'AutoApproveSubscriptionSites': '', 'SubscriptionPriority': 'Low'} [04/Sep/2022:09:10:46] Error: Traceback (most recent call last): File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/ReqMgr/Service/Request.py", line 188, in validate self._validateRequestBase(param, safe, validate_request_update_args, requestName) File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/ReqMgr/Service/Request.py", line 100, in _validateRequestBase workload, r_args = valFunc(args, self.config, self.reqmgr_db_service, param) File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/ReqMgr/Utils/Validation.py", line 60, in validate_request_update_args workload.validateArgumentForAssignment(request_args) File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/WMSpec/WMWorkload.py", line 1945, in validateArgumentForAssignment validateArgumentsUpdate(schema, argumentDefinition) File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/WMSpec/WMWorkloadTools.py", line 292, in validateArgumentsUpdate validateUnknownArgs(arguments, argumentDefinition) File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/WMSpec/WMWorkloadTools.py", line 323, in validateUnknownArgs raise WMSpecFactoryException(msg) WMCore.WMSpec.WMSpecErrors.WMSpecFactoryException: <@========== WMException Start ==========@> Exception Class: WMSpecFactoryException Message: There are unknown/unsupported arguments in your request spec: ['AutoApproveSubscriptionSites', 'NonCustodialSubType', 'CustodialSubType'] ClassName : None ModuleName : WMCore.WMSpec.WMWorkloadTools MethodName : validateUnknownArgs ClassInstance : None FileName : /data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/WMSpec/WMWorkloadTools.py LineNumber : 323 ErrorNr : 0 Traceback: <@---------- WMException End ----------@> [04/Sep/2022:09:10:46] SERVER REST ERROR WMCore.ReqMgr.DataStructs.RequestError.InvalidSpecParameterValue 53d67b1934bc2cd41f720c7b170dc0e9 (Invalid spec parameter value: There are unknown/unsupported arguments in your request spec: ['AutoApproveSubscriptionSites', 'NonCustodialSubType', 'CustodialSubType']) [04/Sep/2022:09:10:46] Traceback (most recent call last): [04/Sep/2022:09:10:46] File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/REST/Server.py", line 728, in default [04/Sep/2022:09:10:46] return self._call(RESTArgs(list(args), kwargs)) [04/Sep/2022:09:10:46] File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/REST/Server.py", line 805, in _call [04/Sep/2022:09:10:46] v(apiobj, request.method, api, param, safe) [04/Sep/2022:09:10:46] File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/ReqMgr/Service/Request.py", line 223, in validate [04/Sep/2022:09:10:46] raise InvalidSpecParameterValue(msg) from None [04/Sep/2022:09:10:46] WMCore.ReqMgr.DataStructs.RequestError.InvalidSpecParameterValue: InvalidSpecParameterValue 53d67b1934bc2cd41f720c7b170dc0e9 [HTTP 400, APP 1102, MSG "Invalid spec parameter value: There are unknown/unsupported arguments in your request spec: ['AutoApproveSubscriptionSites', 'NonCustodialSubType', 'CustodialSubType']", INFO None, ERR None] ```
1.0
Broken workflow status transition to assigned - **Impact of the bug** Reqmgr2 **Describe the bug** During the [HG2209](https://github.com/dmwm/WMCore/issues/11225) validation we have faced a problem with moving workflows' status from `assignment-approved` to `assigned`. Here [1] is the error we face. This has been found while working with ACDC workflows. The general workflow transition seems to be somehow working because we do see workflows passing to `running-open`. All the conditions under which the bug reveals itself are currently investigated. So far the clues we have point to the following [PR](https://github.com/dmwm/WMCore/pull/11181/files). This bug needs to be resolved before we deploy the new release in production. **How to reproduce it** Submit a workflow with central services version WMCore v.2.1.2.pre3 and try to create and move an ACDC workflow from `assignment-approved` to `assigned`. **Expected behavior** The workflow status transition to proceed with no errors. **Additional context and error message** [1] ``` [04/Sep/2022:09:10:45] reqmgr2-7689bd755d-p52m8 188.185.14.143 "GET /reqmgr2/data/request?name=spiga_ReReco_339_TB_CMS_Marconi_220731_175607_3091 HTTP/1.1" 200 OK [data: 3936 in 1925 out 26215 us ] [auth: OK "/DC=ch/DC=cern/OU=computers/CN=wmagent/vocms0192.cern.ch" "" ] [ref: "" "WMCore.Services.Requests/v002" ] [04/Sep/2022:09:10:45] Updating request "tivanov_ACDC_TaskChain_LumiMask_multiRun_HG2209_Val_220904_091028_2526" with these user-provided args: {'RequestStatus': 'assigned', 'RequestPriority': 200000, 'Team': 'testbed-vocms0192', 'SiteWhitelist': ['T1_US_FNAL', 'T2_CH_CERN'], 'SiteBlacklist': '', 'AcquisitionEra': {'HLTD': 'CMSSW_7_2_0', 'RECODreHLT': 'CMSSW_7_2_0'}, 'ProcessingString': {'HLTD': 'HLTD_TaskChain_LumiMask_multiRun_HG2209_Val_Todor_v1', 'RECODreHLT': 'RECODreHLT_TaskChain_LumiMask_multiRun_HG2209_Val_Todor_v1'}, 'ProcessingVersion': 11, 'Dashboard': 'integration', 'MergedLFNBase': '/store/mc', 'TrustSitelists': 'False', 'UnmergedLFNBase': '/store/unmerged', 'MinMergeSize': 2147483648, 'MaxMergeSize': 4294967296, 'MaxMergeEvents': 100000, 'BlockCloseMaxWaitTime': 72000, 'BlockCloseMaxFiles': 500, 'BlockCloseMaxEvents': 250000000, 'BlockCloseMaxSize': 5000000000000, 'SoftTimeout': 129600, 'GracePeriod': 1000, 'TrustPUSitelists': 'False', 'CustodialSites': '', 'CustodialSubType': '', 'NonCustodialSites': '', 'NonCustodialSubType': '', 'Override': {'eos-lfn-prefix': 'root://eoscms.cern.ch//eos/cms/store/logs/prod/recent/TESTBED'}, 'AutoApproveSubscriptionSites': '', 'SubscriptionPriority': 'Low'} [04/Sep/2022:09:10:46] Error: Traceback (most recent call last): File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/ReqMgr/Service/Request.py", line 188, in validate self._validateRequestBase(param, safe, validate_request_update_args, requestName) File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/ReqMgr/Service/Request.py", line 100, in _validateRequestBase workload, r_args = valFunc(args, self.config, self.reqmgr_db_service, param) File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/ReqMgr/Utils/Validation.py", line 60, in validate_request_update_args workload.validateArgumentForAssignment(request_args) File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/WMSpec/WMWorkload.py", line 1945, in validateArgumentForAssignment validateArgumentsUpdate(schema, argumentDefinition) File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/WMSpec/WMWorkloadTools.py", line 292, in validateArgumentsUpdate validateUnknownArgs(arguments, argumentDefinition) File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/WMSpec/WMWorkloadTools.py", line 323, in validateUnknownArgs raise WMSpecFactoryException(msg) WMCore.WMSpec.WMSpecErrors.WMSpecFactoryException: <@========== WMException Start ==========@> Exception Class: WMSpecFactoryException Message: There are unknown/unsupported arguments in your request spec: ['AutoApproveSubscriptionSites', 'NonCustodialSubType', 'CustodialSubType'] ClassName : None ModuleName : WMCore.WMSpec.WMWorkloadTools MethodName : validateUnknownArgs ClassInstance : None FileName : /data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/WMSpec/WMWorkloadTools.py LineNumber : 323 ErrorNr : 0 Traceback: <@---------- WMException End ----------@> [04/Sep/2022:09:10:46] SERVER REST ERROR WMCore.ReqMgr.DataStructs.RequestError.InvalidSpecParameterValue 53d67b1934bc2cd41f720c7b170dc0e9 (Invalid spec parameter value: There are unknown/unsupported arguments in your request spec: ['AutoApproveSubscriptionSites', 'NonCustodialSubType', 'CustodialSubType']) [04/Sep/2022:09:10:46] Traceback (most recent call last): [04/Sep/2022:09:10:46] File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/REST/Server.py", line 728, in default [04/Sep/2022:09:10:46] return self._call(RESTArgs(list(args), kwargs)) [04/Sep/2022:09:10:46] File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/REST/Server.py", line 805, in _call [04/Sep/2022:09:10:46] v(apiobj, request.method, api, param, safe) [04/Sep/2022:09:10:46] File "/data/srv/HG2209c/sw/slc7_amd64_gcc630/cms/reqmgr2/2.1.2.pre3/lib/python3.8/site-packages/WMCore/ReqMgr/Service/Request.py", line 223, in validate [04/Sep/2022:09:10:46] raise InvalidSpecParameterValue(msg) from None [04/Sep/2022:09:10:46] WMCore.ReqMgr.DataStructs.RequestError.InvalidSpecParameterValue: InvalidSpecParameterValue 53d67b1934bc2cd41f720c7b170dc0e9 [HTTP 400, APP 1102, MSG "Invalid spec parameter value: There are unknown/unsupported arguments in your request spec: ['AutoApproveSubscriptionSites', 'NonCustodialSubType', 'CustodialSubType']", INFO None, ERR None] ```
priority
broken workflow status transition to assigned impact of the bug describe the bug during the validation we have faced a problem with moving workflows status from assignment approved to assigned here is the error we face this has been found while working with acdc workflows the general workflow transition seems to be somehow working because we do see workflows passing to running open all the conditions under which the bug reveals itself are currently investigated so far the clues we have point to the following this bug needs to be resolved before we deploy the new release in production how to reproduce it submit a workflow with central services version wmcore v and try to create and move an acdc workflow from assignment approved to assigned expected behavior the workflow status transition to proceed with no errors additional context and error message get data request name spiga rereco tb cms marconi http ok updating request tivanov acdc taskchain lumimask multirun val with these user provided args requeststatus assigned requestpriority team testbed sitewhitelist siteblacklist acquisitionera hltd cmssw recodrehlt cmssw processingstring hltd hltd taskchain lumimask multirun val todor recodrehlt recodrehlt taskchain lumimask multirun val todor processingversion dashboard integration mergedlfnbase store mc trustsitelists false unmergedlfnbase store unmerged minmergesize maxmergesize maxmergeevents blockclosemaxwaittime blockclosemaxfiles blockclosemaxevents blockclosemaxsize softtimeout graceperiod trustpusitelists false custodialsites custodialsubtype noncustodialsites noncustodialsubtype override eos lfn prefix root eoscms cern ch eos cms store logs prod recent testbed autoapprovesubscriptionsites subscriptionpriority low error traceback most recent call last file data srv sw cms lib site packages wmcore reqmgr service request py line in validate self validaterequestbase param safe validate request update args requestname file data srv sw cms lib site packages wmcore reqmgr service request py line in validaterequestbase workload r args valfunc args self config self reqmgr db service param file data srv sw cms lib site packages wmcore reqmgr utils validation py line in validate request update args workload validateargumentforassignment request args file data srv sw cms lib site packages wmcore wmspec wmworkload py line in validateargumentforassignment validateargumentsupdate schema argumentdefinition file data srv sw cms lib site packages wmcore wmspec wmworkloadtools py line in validateargumentsupdate validateunknownargs arguments argumentdefinition file data srv sw cms lib site packages wmcore wmspec wmworkloadtools py line in validateunknownargs raise wmspecfactoryexception msg wmcore wmspec wmspecerrors wmspecfactoryexception exception class wmspecfactoryexception message there are unknown unsupported arguments in your request spec classname none modulename wmcore wmspec wmworkloadtools methodname validateunknownargs classinstance none filename data srv sw cms lib site packages wmcore wmspec wmworkloadtools py linenumber errornr traceback server rest error wmcore reqmgr datastructs requesterror invalidspecparametervalue invalid spec parameter value there are unknown unsupported arguments in your request spec traceback most recent call last file data srv sw cms lib site packages wmcore rest server py line in default return self call restargs list args kwargs file data srv sw cms lib site packages wmcore rest server py line in call v apiobj request method api param safe file data srv sw cms lib site packages wmcore reqmgr service request py line in validate raise invalidspecparametervalue msg from none wmcore reqmgr datastructs requesterror invalidspecparametervalue invalidspecparametervalue info none err none
1
173,910
6,534,161,831
IssuesEvent
2017-08-31 09:36:42
TorXakis/TorXakis
https://api.github.com/repos/TorXakis/TorXakis
closed
menu fails
high-priority
When running torxakis, using stepper Model menu fails as follows: ``` TXS << menu TXS >> iocoModelMenu without valid model TXS >> iocoModelMenu without valid model TXS >> [] ```
1.0
menu fails - When running torxakis, using stepper Model menu fails as follows: ``` TXS << menu TXS >> iocoModelMenu without valid model TXS >> iocoModelMenu without valid model TXS >> [] ```
priority
menu fails when running torxakis using stepper model menu fails as follows txs menu txs iocomodelmenu without valid model txs iocomodelmenu without valid model txs
1
301,326
9,219,087,701
IssuesEvent
2019-03-11 14:45:20
onurasiliskender/ocial
https://api.github.com/repos/onurasiliskender/ocial
closed
Writing Project Requirements
High Priority Planning
Requirements of the project must be written in hierarchically. Estimated Time: 4 hours
1.0
Writing Project Requirements - Requirements of the project must be written in hierarchically. Estimated Time: 4 hours
priority
writing project requirements requirements of the project must be written in hierarchically estimated time hours
1
610,493
18,909,824,160
IssuesEvent
2021-11-16 13:03:00
netdata/netdata-cloud
https://api.github.com/repos/netdata/netdata-cloud
closed
[BUG] Adding charts to custom dashboard doesn't keep configuration or loses actions
bug priority/high visualizations-team-bugs
<!--- If you are a member of the Netdata organization, add the label 'internal submit'. --> **Describe the bug** When adding composite charts with specific configurations of **Group by** and **Dimension selection** these aren't kept when adding them to a custom dashboard and sometimes not all charts are kept. **To Reproduce** Steps to reproduce the behavior: 1. On Overview change the Core utilization (cpu.cpu) chart to **Group by** node and see `guest` is the dimension selected 2. Add the chart to an a new custom dashboard 3. On Overview change the Disk Utilization Time (disk.util) chart to **Group by** node and see `utilization` is the dimension selected 4. Add the chart to an existing dashboard 5. The configurations aren't kept sometimes or actions are lost (missing dashboard) **Expected behavior** Actions done to add charts shouldn't be lost and selections done on Overview prior to adding the chart to the custom dashboard should be kept **Screenshots** ![f4LEqtkHZh](https://user-images.githubusercontent.com/82235632/141513722-0251b18a-070b-4de1-beb5-87197806ce41.gif) **Error logs** N/A **Desktop (please complete the following information):** - OS: Windows 10 - Browser: Chrome - Version: 95.0.4638.69 (Official Build) (64-bit) **Additional context** Payloads for the actions. **Add CPU chart and creating dashboard** <details> <summary> POST request - removed cookie header </summary> ``` curl 'https://app.netdata.cloud/api/v1/spaces/31a2fba1-8ee2-4fa0-9fed-bb437e3fb75c/rooms/cd1196a1-c06e-4680-8c9b-6c323e9b427e/dashboards' \ -H 'authority: app.netdata.cloud' \ -H 'sec-ch-ua: "Google Chrome";v="95", "Chromium";v="95", ";Not A Brand";v="99"' \ -H 'accept: application/json, text/plain, */*' \ -H 'content-type: application/json;charset=UTF-8' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' \ -H 'sec-ch-ua-platform: "Windows"' \ -H 'origin: https://app.netdata.cloud' \ -H 'sec-fetch-site: same-origin' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-dest: empty' \ -H 'referer: https://app.netdata.cloud/spaces/netdata-cloud/rooms/general/overview?modal=addToDashboardModal&chartId=cpu.cpu' \ -H 'accept-language: en-GB,en-US;q=0.9,en;q=0.8' \ --data-raw '{"name":"HJV Test","snapshot":{"uiState":[{"i":"d460a85c-3798-4f70-a878-a8c924863a8d","x":0,"y":0,"w":6,"h":9,"minW":6,"minH":8}],"items":[{"id":"d460a85c-3798-4f70-a878-a8c924863a8d","type":"compositeChart","chartId":"cpu.cpu","context":"cpu.cpu"}]}}' \ --compressed ``` </details> **Add Disk chart to previous created dashboard** <details> <summary> GET request (prior to PATCH) removed cookie header </summary> ``` curl 'https://app.netdata.cloud/api/v1/spaces/31a2fba1-8ee2-4fa0-9fed-bb437e3fb75c/rooms/cd1196a1-c06e-4680-8c9b-6c323e9b427e/dashboards/fb2c308c-89f5-4957-a00f-5270f7ef72c0' \ -H 'authority: app.netdata.cloud' \ -H 'sec-ch-ua: "Google Chrome";v="95", "Chromium";v="95", ";Not A Brand";v="99"' \ -H 'accept: application/json, text/plain, */*' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' \ -H 'sec-ch-ua-platform: "Windows"' \ -H 'sec-fetch-site: same-origin' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-dest: empty' \ -H 'referer: https://app.netdata.cloud/spaces/netdata-cloud/rooms/general/overview?modal=addToDashboardModal&chartId=disk.util' \ -H 'accept-language: en-GB,en-US;q=0.9,en;q=0.8' \ --compressed ``` </details> <details> <summary> GET response (prior to PATCH) </summary> ```json { "id": "fb2c308c-89f5-4957-a00f-5270f7ef72c0", "name": "HJV Test", "slug": "hjv-test", "version": 1, "snapshot": { "slug": "hjv-test", "name": "HJV Test", "uiState": null, "items": null, "updatedAt": "2021-11-12T18:03:45.322945Z", "createdAt": "2021-11-12T18:03:45.322945Z" }, "createdAt": "2021-11-12T18:03:45.322Z", "updatedAt": "2021-11-12T18:03:45.322Z" } ``` </details> <details> <summary> PATCH request - omitted cookie header </summary> ``` curl 'https://app.netdata.cloud/api/v1/spaces/31a2fba1-8ee2-4fa0-9fed-bb437e3fb75c/rooms/cd1196a1-c06e-4680-8c9b-6c323e9b427e/dashboards/fb2c308c-89f5-4957-a00f-5270f7ef72c0' \ -X 'PATCH' \ -H 'authority: app.netdata.cloud' \ -H 'sec-ch-ua: "Google Chrome";v="95", "Chromium";v="95", ";Not A Brand";v="99"' \ -H 'accept: application/json, text/plain, */*' \ -H 'content-type: application/json;charset=UTF-8' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' \ -H 'sec-ch-ua-platform: "Windows"' \ -H 'origin: https://app.netdata.cloud' \ -H 'sec-fetch-site: same-origin' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-dest: empty' \ -H 'referer: https://app.netdata.cloud/spaces/netdata-cloud/rooms/general/overview?modal=addToDashboardModal&chartId=disk.util' \ -H 'accept-language: en-GB,en-US;q=0.9,en;q=0.8' \ --data-raw '{"version":2,"snapshot":{"uiState":[{"i":"8173b4f0-aefc-4031-b226-b9bac7213125","x":0,"y":0,"w":6,"h":9,"minW":6,"minH":8}],"items":[{"id":"8173b4f0-aefc-4031-b226-b9bac7213125","type":"compositeChart","chartId":"disk.util","context":"disk.util","cardAttributes":{"groupBy":"node","dimensions":["utilization"]}}]}}' \ --compressed ``` </details> <details> <summary> PATCH response</summary> ```json {"version":2} ``` </details>
1.0
[BUG] Adding charts to custom dashboard doesn't keep configuration or loses actions - <!--- If you are a member of the Netdata organization, add the label 'internal submit'. --> **Describe the bug** When adding composite charts with specific configurations of **Group by** and **Dimension selection** these aren't kept when adding them to a custom dashboard and sometimes not all charts are kept. **To Reproduce** Steps to reproduce the behavior: 1. On Overview change the Core utilization (cpu.cpu) chart to **Group by** node and see `guest` is the dimension selected 2. Add the chart to an a new custom dashboard 3. On Overview change the Disk Utilization Time (disk.util) chart to **Group by** node and see `utilization` is the dimension selected 4. Add the chart to an existing dashboard 5. The configurations aren't kept sometimes or actions are lost (missing dashboard) **Expected behavior** Actions done to add charts shouldn't be lost and selections done on Overview prior to adding the chart to the custom dashboard should be kept **Screenshots** ![f4LEqtkHZh](https://user-images.githubusercontent.com/82235632/141513722-0251b18a-070b-4de1-beb5-87197806ce41.gif) **Error logs** N/A **Desktop (please complete the following information):** - OS: Windows 10 - Browser: Chrome - Version: 95.0.4638.69 (Official Build) (64-bit) **Additional context** Payloads for the actions. **Add CPU chart and creating dashboard** <details> <summary> POST request - removed cookie header </summary> ``` curl 'https://app.netdata.cloud/api/v1/spaces/31a2fba1-8ee2-4fa0-9fed-bb437e3fb75c/rooms/cd1196a1-c06e-4680-8c9b-6c323e9b427e/dashboards' \ -H 'authority: app.netdata.cloud' \ -H 'sec-ch-ua: "Google Chrome";v="95", "Chromium";v="95", ";Not A Brand";v="99"' \ -H 'accept: application/json, text/plain, */*' \ -H 'content-type: application/json;charset=UTF-8' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' \ -H 'sec-ch-ua-platform: "Windows"' \ -H 'origin: https://app.netdata.cloud' \ -H 'sec-fetch-site: same-origin' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-dest: empty' \ -H 'referer: https://app.netdata.cloud/spaces/netdata-cloud/rooms/general/overview?modal=addToDashboardModal&chartId=cpu.cpu' \ -H 'accept-language: en-GB,en-US;q=0.9,en;q=0.8' \ --data-raw '{"name":"HJV Test","snapshot":{"uiState":[{"i":"d460a85c-3798-4f70-a878-a8c924863a8d","x":0,"y":0,"w":6,"h":9,"minW":6,"minH":8}],"items":[{"id":"d460a85c-3798-4f70-a878-a8c924863a8d","type":"compositeChart","chartId":"cpu.cpu","context":"cpu.cpu"}]}}' \ --compressed ``` </details> **Add Disk chart to previous created dashboard** <details> <summary> GET request (prior to PATCH) removed cookie header </summary> ``` curl 'https://app.netdata.cloud/api/v1/spaces/31a2fba1-8ee2-4fa0-9fed-bb437e3fb75c/rooms/cd1196a1-c06e-4680-8c9b-6c323e9b427e/dashboards/fb2c308c-89f5-4957-a00f-5270f7ef72c0' \ -H 'authority: app.netdata.cloud' \ -H 'sec-ch-ua: "Google Chrome";v="95", "Chromium";v="95", ";Not A Brand";v="99"' \ -H 'accept: application/json, text/plain, */*' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' \ -H 'sec-ch-ua-platform: "Windows"' \ -H 'sec-fetch-site: same-origin' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-dest: empty' \ -H 'referer: https://app.netdata.cloud/spaces/netdata-cloud/rooms/general/overview?modal=addToDashboardModal&chartId=disk.util' \ -H 'accept-language: en-GB,en-US;q=0.9,en;q=0.8' \ --compressed ``` </details> <details> <summary> GET response (prior to PATCH) </summary> ```json { "id": "fb2c308c-89f5-4957-a00f-5270f7ef72c0", "name": "HJV Test", "slug": "hjv-test", "version": 1, "snapshot": { "slug": "hjv-test", "name": "HJV Test", "uiState": null, "items": null, "updatedAt": "2021-11-12T18:03:45.322945Z", "createdAt": "2021-11-12T18:03:45.322945Z" }, "createdAt": "2021-11-12T18:03:45.322Z", "updatedAt": "2021-11-12T18:03:45.322Z" } ``` </details> <details> <summary> PATCH request - omitted cookie header </summary> ``` curl 'https://app.netdata.cloud/api/v1/spaces/31a2fba1-8ee2-4fa0-9fed-bb437e3fb75c/rooms/cd1196a1-c06e-4680-8c9b-6c323e9b427e/dashboards/fb2c308c-89f5-4957-a00f-5270f7ef72c0' \ -X 'PATCH' \ -H 'authority: app.netdata.cloud' \ -H 'sec-ch-ua: "Google Chrome";v="95", "Chromium";v="95", ";Not A Brand";v="99"' \ -H 'accept: application/json, text/plain, */*' \ -H 'content-type: application/json;charset=UTF-8' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36' \ -H 'sec-ch-ua-platform: "Windows"' \ -H 'origin: https://app.netdata.cloud' \ -H 'sec-fetch-site: same-origin' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-dest: empty' \ -H 'referer: https://app.netdata.cloud/spaces/netdata-cloud/rooms/general/overview?modal=addToDashboardModal&chartId=disk.util' \ -H 'accept-language: en-GB,en-US;q=0.9,en;q=0.8' \ --data-raw '{"version":2,"snapshot":{"uiState":[{"i":"8173b4f0-aefc-4031-b226-b9bac7213125","x":0,"y":0,"w":6,"h":9,"minW":6,"minH":8}],"items":[{"id":"8173b4f0-aefc-4031-b226-b9bac7213125","type":"compositeChart","chartId":"disk.util","context":"disk.util","cardAttributes":{"groupBy":"node","dimensions":["utilization"]}}]}}' \ --compressed ``` </details> <details> <summary> PATCH response</summary> ```json {"version":2} ``` </details>
priority
adding charts to custom dashboard doesn t keep configuration or loses actions if you are a member of the netdata organization add the label internal submit describe the bug when adding composite charts with specific configurations of group by and dimension selection these aren t kept when adding them to a custom dashboard and sometimes not all charts are kept to reproduce steps to reproduce the behavior on overview change the core utilization cpu cpu chart to group by node and see guest is the dimension selected add the chart to an a new custom dashboard on overview change the disk utilization time disk util chart to group by node and see utilization is the dimension selected add the chart to an existing dashboard the configurations aren t kept sometimes or actions are lost missing dashboard expected behavior actions done to add charts shouldn t be lost and selections done on overview prior to adding the chart to the custom dashboard should be kept screenshots error logs n a desktop please complete the following information os windows browser chrome version official build bit additional context payloads for the actions add cpu chart and creating dashboard post request removed cookie header curl h authority app netdata cloud h sec ch ua google chrome v chromium v not a brand v h accept application json text plain h content type application json charset utf h sec ch ua mobile h user agent mozilla windows nt applewebkit khtml like gecko chrome safari h sec ch ua platform windows h origin h sec fetch site same origin h sec fetch mode cors h sec fetch dest empty h referer h accept language en gb en us q en q data raw name hjv test snapshot uistate items compressed add disk chart to previous created dashboard get request prior to patch removed cookie header curl h authority app netdata cloud h sec ch ua google chrome v chromium v not a brand v h accept application json text plain h sec ch ua mobile h user agent mozilla windows nt applewebkit khtml like gecko chrome safari h sec ch ua platform windows h sec fetch site same origin h sec fetch mode cors h sec fetch dest empty h referer h accept language en gb en us q en q compressed get response prior to patch json id name hjv test slug hjv test version snapshot slug hjv test name hjv test uistate null items null updatedat createdat createdat updatedat patch request omitted cookie header curl x patch h authority app netdata cloud h sec ch ua google chrome v chromium v not a brand v h accept application json text plain h content type application json charset utf h sec ch ua mobile h user agent mozilla windows nt applewebkit khtml like gecko chrome safari h sec ch ua platform windows h origin h sec fetch site same origin h sec fetch mode cors h sec fetch dest empty h referer h accept language en gb en us q en q data raw version snapshot uistate items compressed patch response json version
1
254,054
8,069,412,119
IssuesEvent
2018-08-06 05:40:03
magicDGS/ReadTools
https://api.github.com/repos/magicDGS/ReadTools
opened
Move javadoc documentation to a service (or gh-pages branch)
Priority: High Status: Accepted Type: Maintenance
I was thinking about using http://javadoc.io/ instead of hosting here, because it allows to have a quick view to all the versions already added there. Nevertheless, it requires to have Maven artifact published (#504). If we don't go down that road, we can also prepare a gh-branch with the javadoc and named folders containing them. This does not mean that the javadoc task shouldn't be tested.
1.0
Move javadoc documentation to a service (or gh-pages branch) - I was thinking about using http://javadoc.io/ instead of hosting here, because it allows to have a quick view to all the versions already added there. Nevertheless, it requires to have Maven artifact published (#504). If we don't go down that road, we can also prepare a gh-branch with the javadoc and named folders containing them. This does not mean that the javadoc task shouldn't be tested.
priority
move javadoc documentation to a service or gh pages branch i was thinking about using instead of hosting here because it allows to have a quick view to all the versions already added there nevertheless it requires to have maven artifact published if we don t go down that road we can also prepare a gh branch with the javadoc and named folders containing them this does not mean that the javadoc task shouldn t be tested
1
370,808
10,948,978,297
IssuesEvent
2019-11-26 09:57:25
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
closed
Failover or Load Balanced Endpoints cannot be listed after adding
3.1.0 Priority/Highest Type/Bug Type/React-UI
In Publisher, after adding Failover or Load Balanced Endpoints from the UI, the added endpoints are not shown. ![failover](https://user-images.githubusercontent.com/8557410/69610255-6c160800-1051-11ea-9b15-8a76340f662e.png)
1.0
Failover or Load Balanced Endpoints cannot be listed after adding - In Publisher, after adding Failover or Load Balanced Endpoints from the UI, the added endpoints are not shown. ![failover](https://user-images.githubusercontent.com/8557410/69610255-6c160800-1051-11ea-9b15-8a76340f662e.png)
priority
failover or load balanced endpoints cannot be listed after adding in publisher after adding failover or load balanced endpoints from the ui the added endpoints are not shown
1
712,386
24,493,717,538
IssuesEvent
2022-10-10 06:32:41
go-shiori/shiori
https://api.github.com/repos/go-shiori/shiori
closed
Next API iteration
type:enhancement component:frontend component:extension component:backend tag:big-task tag:research priority:high tag:next
### Discussed in https://github.com/go-shiori/shiori/discussions/462 <div type='discussions-op-text'> <sup>Originally posted by **Orhideous** August 8, 2022</sup> Hi everyone. A few months ago I started to sketch out some complete API overhaul (see: https://github.com/go-shiori/shiori/pull/463). The main objectives that I set for myself were: - simplify the code base for easier support and long-term maintainability; - leverage battle-tested technologies and approaches as not to reinvent the wheel; - add ability to generate any client based solely on [OpenAPI specification](https://github.com/Orhideous/shiori/blob/feature/api-overhaul/openapi.yml) and thus get rid of the routine of writing it manually. All that is left for me now is just to copy the business logic to the [handlers](https://github.com/Orhideous/shiori/tree/feature/api-overhaul/internal/api). So far I already integrated [oapi-codegen](https://github.com/deepmap/oapi-codegen/) into codebase. I intentionally left out the old APIs untouched so that they would work in parallel for some time (at least one release). Also, I intentionally designed new API as close as possible to the old one. This will give time for a more or less painless migration. @fmartingr What do you think about it? I would be happy to get feedback.</div>
1.0
Next API iteration - ### Discussed in https://github.com/go-shiori/shiori/discussions/462 <div type='discussions-op-text'> <sup>Originally posted by **Orhideous** August 8, 2022</sup> Hi everyone. A few months ago I started to sketch out some complete API overhaul (see: https://github.com/go-shiori/shiori/pull/463). The main objectives that I set for myself were: - simplify the code base for easier support and long-term maintainability; - leverage battle-tested technologies and approaches as not to reinvent the wheel; - add ability to generate any client based solely on [OpenAPI specification](https://github.com/Orhideous/shiori/blob/feature/api-overhaul/openapi.yml) and thus get rid of the routine of writing it manually. All that is left for me now is just to copy the business logic to the [handlers](https://github.com/Orhideous/shiori/tree/feature/api-overhaul/internal/api). So far I already integrated [oapi-codegen](https://github.com/deepmap/oapi-codegen/) into codebase. I intentionally left out the old APIs untouched so that they would work in parallel for some time (at least one release). Also, I intentionally designed new API as close as possible to the old one. This will give time for a more or less painless migration. @fmartingr What do you think about it? I would be happy to get feedback.</div>
priority
next api iteration discussed in originally posted by orhideous august hi everyone a few months ago i started to sketch out some complete api overhaul see the main objectives that i set for myself were simplify the code base for easier support and long term maintainability leverage battle tested technologies and approaches as not to reinvent the wheel add ability to generate any client based solely on and thus get rid of the routine of writing it manually all that is left for me now is just to copy the business logic to the so far i already integrated into codebase i intentionally left out the old apis untouched so that they would work in parallel for some time at least one release also i intentionally designed new api as close as possible to the old one this will give time for a more or less painless migration fmartingr what do you think about it i would be happy to get feedback
1
450,064
12,979,348,488
IssuesEvent
2020-07-22 01:48:17
myxo/ascii_doom
https://api.github.com/repos/myxo/ascii_doom
closed
"You died" screen
priority:high
При гибели игрока нужно выводить на экран сообщение "You died". Далее после нажатия пробела игра должна начинаться сначала. В отличие от различной дебажной информации, этот текст будет видеть пользователь. Так что нельзя выводить его через olc_draw_string. Нужно делать спрайты и рисовать на них.
1.0
"You died" screen - При гибели игрока нужно выводить на экран сообщение "You died". Далее после нажатия пробела игра должна начинаться сначала. В отличие от различной дебажной информации, этот текст будет видеть пользователь. Так что нельзя выводить его через olc_draw_string. Нужно делать спрайты и рисовать на них.
priority
you died screen при гибели игрока нужно выводить на экран сообщение you died далее после нажатия пробела игра должна начинаться сначала в отличие от различной дебажной информации этот текст будет видеть пользователь так что нельзя выводить его через olc draw string нужно делать спрайты и рисовать на них
1
629,807
20,067,683,781
IssuesEvent
2022-02-04 00:02:53
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
verification status needs clarification - accepted
Priority-High (Needed for work)
For verification status – who is doing the verifying? I am confused because the description talks about checking against information available from Arctos and for a new record, what information would be available to check in Arctos? What would be the difference then between accepted and verified? _Originally posted by @hkevans in https://github.com/ArctosDB/data-migration/issues/915#issuecomment-970677637_
1.0
verification status needs clarification - accepted - For verification status – who is doing the verifying? I am confused because the description talks about checking against information available from Arctos and for a new record, what information would be available to check in Arctos? What would be the difference then between accepted and verified? _Originally posted by @hkevans in https://github.com/ArctosDB/data-migration/issues/915#issuecomment-970677637_
priority
verification status needs clarification accepted for verification status – who is doing the verifying i am confused because the description talks about checking against information available from arctos and for a new record what information would be available to check in arctos what would be the difference then between accepted and verified originally posted by hkevans in
1
400,663
11,778,715,860
IssuesEvent
2020-03-16 16:44:41
AugurProject/augur
https://api.github.com/repos/AugurProject/augur
closed
market that enters waiting finalization while on market list doesn't update to new tab
Bug Needed for V2 launch Priority: High
<img width="1246" alt="Screen Shot 2020-03-10 at 12 53 49 PM" src="https://user-images.githubusercontent.com/6775839/76353934-d126fe00-62ce-11ea-9f0c-f508f4bd627f.png"> this is in awaiting finalization same could. be true for portfolio
1.0
market that enters waiting finalization while on market list doesn't update to new tab - <img width="1246" alt="Screen Shot 2020-03-10 at 12 53 49 PM" src="https://user-images.githubusercontent.com/6775839/76353934-d126fe00-62ce-11ea-9f0c-f508f4bd627f.png"> this is in awaiting finalization same could. be true for portfolio
priority
market that enters waiting finalization while on market list doesn t update to new tab img width alt screen shot at pm src this is in awaiting finalization same could be true for portfolio
1
51,982
3,016,317,848
IssuesEvent
2015-07-30 01:21:55
cryptonomex/graphene-ui
https://api.github.com/repos/cryptonomex/graphene-ui
closed
First Open of New Wallet should
HIGH PRIORITY
I am presented with an empty dashboard, but instead what should happen is: ![image](https://cloud.githubusercontent.com/assets/347290/8959628/e9c0968c-35d9-11e5-8f00-5f7229b91d29.png) If this is a hosted wallet provider, then `CREATE` should take the use directly to their registered account. If this is a wallet is not connected to a service provider then it should link to a faucet page to register the account which should then REDIRECT the user back to their wallet after registration is complete.
1.0
First Open of New Wallet should - I am presented with an empty dashboard, but instead what should happen is: ![image](https://cloud.githubusercontent.com/assets/347290/8959628/e9c0968c-35d9-11e5-8f00-5f7229b91d29.png) If this is a hosted wallet provider, then `CREATE` should take the use directly to their registered account. If this is a wallet is not connected to a service provider then it should link to a faucet page to register the account which should then REDIRECT the user back to their wallet after registration is complete.
priority
first open of new wallet should i am presented with an empty dashboard but instead what should happen is if this is a hosted wallet provider then create should take the use directly to their registered account if this is a wallet is not connected to a service provider then it should link to a faucet page to register the account which should then redirect the user back to their wallet after registration is complete
1
687,624
23,533,651,634
IssuesEvent
2022-08-19 17:59:29
project-chip/zap
https://api.github.com/repos/project-chip/zap
opened
Cleanup zap/repo/src-electron/generator/matter/darwin
high priority MatterZapCleanup
The goal is to eventually cleanup the matter specific zap code to not have any state for eg in ClustersHelper.js During this cleanup we want to do the following: - Go through the matter directory in this issue. See if these helpers can have code pushed to the backend sql queries. - See if the helpers can use any of the existing helper logic and can remove code redundancy - Add unit tests for each of the helpers listed - Make sure to have a CHIP/Zigbee repo branch that points to your changes and passes the CI on both places - Also if you can fix anything new apart from what is listed then fix those issues as well.
1.0
Cleanup zap/repo/src-electron/generator/matter/darwin - The goal is to eventually cleanup the matter specific zap code to not have any state for eg in ClustersHelper.js During this cleanup we want to do the following: - Go through the matter directory in this issue. See if these helpers can have code pushed to the backend sql queries. - See if the helpers can use any of the existing helper logic and can remove code redundancy - Add unit tests for each of the helpers listed - Make sure to have a CHIP/Zigbee repo branch that points to your changes and passes the CI on both places - Also if you can fix anything new apart from what is listed then fix those issues as well.
priority
cleanup zap repo src electron generator matter darwin the goal is to eventually cleanup the matter specific zap code to not have any state for eg in clustershelper js during this cleanup we want to do the following go through the matter directory in this issue see if these helpers can have code pushed to the backend sql queries see if the helpers can use any of the existing helper logic and can remove code redundancy add unit tests for each of the helpers listed make sure to have a chip zigbee repo branch that points to your changes and passes the ci on both places also if you can fix anything new apart from what is listed then fix those issues as well
1
597,001
18,152,766,794
IssuesEvent
2021-09-26 14:57:57
ctm/mb2-doc
https://api.github.com/repos/ctm/mb2-doc
closed
chat scrolling is broken in text view
bug high priority easy
Fix chat scrolling to work as well as it used to before my recent mod. I rejiggered how chat scrolling works yesterday and didn't think about the fact that I was altering code that was shared with the textual interface and &hellip; sure enough, I broke the text interface: > AIYAH❗: Text interface scrolling back does not work. I switched to graphical interface. Scrolling back works in chat. I switched back to text interface. Scrolling back works. But when the next hand starts, scrolling back does not work again I'm reverting to the commit before I made that mod and deploying now. I'll then fix it right later today but probably won't be able to deploy, seeing how I'll be up on Mt. Taylor and not have internet.
1.0
chat scrolling is broken in text view - Fix chat scrolling to work as well as it used to before my recent mod. I rejiggered how chat scrolling works yesterday and didn't think about the fact that I was altering code that was shared with the textual interface and &hellip; sure enough, I broke the text interface: > AIYAH❗: Text interface scrolling back does not work. I switched to graphical interface. Scrolling back works in chat. I switched back to text interface. Scrolling back works. But when the next hand starts, scrolling back does not work again I'm reverting to the commit before I made that mod and deploying now. I'll then fix it right later today but probably won't be able to deploy, seeing how I'll be up on Mt. Taylor and not have internet.
priority
chat scrolling is broken in text view fix chat scrolling to work as well as it used to before my recent mod i rejiggered how chat scrolling works yesterday and didn t think about the fact that i was altering code that was shared with the textual interface and hellip sure enough i broke the text interface aiyah❗ text interface scrolling back does not work i switched to graphical interface scrolling back works in chat i switched back to text interface scrolling back works but when the next hand starts scrolling back does not work again i m reverting to the commit before i made that mod and deploying now i ll then fix it right later today but probably won t be able to deploy seeing how i ll be up on mt taylor and not have internet
1
53,135
3,035,736,675
IssuesEvent
2015-08-06 06:54:19
minetest/minetest
https://api.github.com/repos/minetest/minetest
closed
Issues with new network code
@ Network blocker bug High priority
Here is a list of issues with @nerzhul's recent network related code rewrite: - [x] HP bug (#2501) - [ ] Flat player glitch - [x] Packets intended to be send as unreliable are being sent as reliable instead - [x] Packets are being copied before - [x] Players being spawned at (0,0,0) if static spawnpoint is set - [x] Test whether performance has increased / decreased All core devs are free to edit this post to expand this list. Do not remove points, though.
1.0
Issues with new network code - Here is a list of issues with @nerzhul's recent network related code rewrite: - [x] HP bug (#2501) - [ ] Flat player glitch - [x] Packets intended to be send as unreliable are being sent as reliable instead - [x] Packets are being copied before - [x] Players being spawned at (0,0,0) if static spawnpoint is set - [x] Test whether performance has increased / decreased All core devs are free to edit this post to expand this list. Do not remove points, though.
priority
issues with new network code here is a list of issues with nerzhul s recent network related code rewrite hp bug flat player glitch packets intended to be send as unreliable are being sent as reliable instead packets are being copied before players being spawned at if static spawnpoint is set test whether performance has increased decreased all core devs are free to edit this post to expand this list do not remove points though
1
529,860
15,396,703,559
IssuesEvent
2021-03-03 21:01:43
dell/karavi-observability
https://api.github.com/repos/dell/karavi-observability
closed
[BUG]: Deprecation warning messages for CSINode and StorageClass in karavi-metrics-powerflex
priority/high release-found/0.2.0 source/karavi-metrics-powerflex type/bug
**Describe the bug** Using the latest from the main branch deployed in k8s v1.20.0, the logs for karavi-metrics-powerflex are showing the following deprecation warning messages: ``` warnings.go:70] storage.k8s.io/v1beta1 CSINode is deprecated in v1.17+, unavailable in v1.22+; use storage.k8s.io/v1 CSINode warnings.go:70] storage.k8s.io/v1beta1 StorageClass is deprecated in v1.19+, unavailable in v1.22+; use storage.k8s.io/v1 StorageClass ``` **To Reproduce** Steps to reproduce the behavior: 1. Build and deploy an image from the main branch for karavi-metrics-powerflex 2. View the logs for the deployment/pod **Expected behavior** These deprecation warnings should not be showing up in the logs. **Screenshots** N/A **Logs** N/A **System Information (please complete the following information):** - OS/Version: [e.g. RHEL 7.6] - Kubernetes Version [e.g. 1.18]: v1.20.0 - karavi-metrics-powerflex Version: [e.g. 0.1.0-pre-release] - karavi-topology Version: [e.g. 0.1.0-pre-release] - Prometheus Version: [e.g. 2.22.0] - Grafana Version: [e.g. 7.3.2] - Grafana Dashboard Title(s): [e.g. Storage Pool and Storage Class Capacity] - Grafana Datatable Panel plugin configuration (can be provided as a screenshot) - Grafana Prometheus Datasource configuration (can be provided as a screenshot) - Grafana Pie Chart Panel plugin configuration (can be provided as a screenshot) - Grafana SimpleJson Datasource configuration (can be provided as a screenshot) - Additional Information... **Additional context** N/A
1.0
[BUG]: Deprecation warning messages for CSINode and StorageClass in karavi-metrics-powerflex - **Describe the bug** Using the latest from the main branch deployed in k8s v1.20.0, the logs for karavi-metrics-powerflex are showing the following deprecation warning messages: ``` warnings.go:70] storage.k8s.io/v1beta1 CSINode is deprecated in v1.17+, unavailable in v1.22+; use storage.k8s.io/v1 CSINode warnings.go:70] storage.k8s.io/v1beta1 StorageClass is deprecated in v1.19+, unavailable in v1.22+; use storage.k8s.io/v1 StorageClass ``` **To Reproduce** Steps to reproduce the behavior: 1. Build and deploy an image from the main branch for karavi-metrics-powerflex 2. View the logs for the deployment/pod **Expected behavior** These deprecation warnings should not be showing up in the logs. **Screenshots** N/A **Logs** N/A **System Information (please complete the following information):** - OS/Version: [e.g. RHEL 7.6] - Kubernetes Version [e.g. 1.18]: v1.20.0 - karavi-metrics-powerflex Version: [e.g. 0.1.0-pre-release] - karavi-topology Version: [e.g. 0.1.0-pre-release] - Prometheus Version: [e.g. 2.22.0] - Grafana Version: [e.g. 7.3.2] - Grafana Dashboard Title(s): [e.g. Storage Pool and Storage Class Capacity] - Grafana Datatable Panel plugin configuration (can be provided as a screenshot) - Grafana Prometheus Datasource configuration (can be provided as a screenshot) - Grafana Pie Chart Panel plugin configuration (can be provided as a screenshot) - Grafana SimpleJson Datasource configuration (can be provided as a screenshot) - Additional Information... **Additional context** N/A
priority
deprecation warning messages for csinode and storageclass in karavi metrics powerflex describe the bug using the latest from the main branch deployed in the logs for karavi metrics powerflex are showing the following deprecation warning messages warnings go storage io csinode is deprecated in unavailable in use storage io csinode warnings go storage io storageclass is deprecated in unavailable in use storage io storageclass to reproduce steps to reproduce the behavior build and deploy an image from the main branch for karavi metrics powerflex view the logs for the deployment pod expected behavior these deprecation warnings should not be showing up in the logs screenshots n a logs n a system information please complete the following information os version kubernetes version karavi metrics powerflex version karavi topology version prometheus version grafana version grafana dashboard title s grafana datatable panel plugin configuration can be provided as a screenshot grafana prometheus datasource configuration can be provided as a screenshot grafana pie chart panel plugin configuration can be provided as a screenshot grafana simplejson datasource configuration can be provided as a screenshot additional information additional context n a
1
315,143
9,606,940,630
IssuesEvent
2019-05-11 14:50:03
thechutrain/rc-coffee-chats
https://api.github.com/repos/thechutrain/rc-coffee-chats
closed
validate zulip token!
high priority
Need to validate the token from the zulip server, since anyone could just make a post request to the zulip server with the right payload to change a user's data.
1.0
validate zulip token! - Need to validate the token from the zulip server, since anyone could just make a post request to the zulip server with the right payload to change a user's data.
priority
validate zulip token need to validate the token from the zulip server since anyone could just make a post request to the zulip server with the right payload to change a user s data
1
531,425
15,497,371,861
IssuesEvent
2021-03-11 04:29:09
rizinorg/rz-ghidra
https://api.github.com/repos/rizinorg/rz-ghidra
opened
Ghidra Decompiler Error: Could not finish collapsing block structure
bug high-priority
Since the binary is the unlinked object file, be sure to use https://github.com/rizinorg/rizin/pull/799 for the Rizin ``` [i] ℤ rizin rawmem.c-gcc-x64-O3.o Warning: run rizin with -e io.cache=true to fix relocations in disassembly -- give | and > a try piping and redirection [0x08000040]> aaa [x] Analyze all flags starting with sym. and entry0 (aa) [x] Analyze function calls (aac) [x] Analyze len bytes of instructions for references (aar) [x] Check for vtables [x] Type matching analysis for all functions (aaft) [x] Propagate noreturn information [x] Use -AA or aaaa to perform additional experimental analysis. [0x08000040]> s sym.owWrite sym.owWrite sym.owWritePagePacket [0x08000040]> s sym.owWrite [0x08000230]> pdf ╭ sym.owWrite (int64_t arg2, int64_t arg3, int64_t arg4, int64_t arg5); │ ; arg int64_t arg2 @ rsi │ ; arg int64_t arg3 @ rdx │ ; arg int64_t arg4 @ rcx │ ; arg int64_t arg5 @ r8 │ 0x08000230 mov r11d, esi ; arg2 │ 0x08000233 mov rsi, rdx ; arg3 │ 0x08000236 mov edx, ecx ; arg4 │ 0x08000238 movzx eax, byte [rsi] │ 0x0800023b mov rcx, r8 ; arg5 │ 0x0800023e and eax, 0x7f ; 127 │ 0x08000241 sub eax, 4 │ 0x08000244 cmp al, 0x73 ; 115 │ ╭─< 0x08000246 ja 0x8000268 │ │ 0x08000248 lea r10, [0x0800024f] ; RELOC 32 .rodata @ 0x08001a34 - 0x7fffeaf │ │ ; DATA XREF from sym.owWrite @ 0x8000248 │ │ 0x0800024f movzx eax, al │ │ 0x08000252 movsxd rax, dword [r10 + rax*4] │ │ 0x08000256 add rax, r10 │ │ 0x08000259 jmp rax .. │ │││ ; CODE XREF from sym.owWrite @ 0x8000246 │ │││ ; CODE XREF from reloc.writeEPROM @ +0xc │ │││ ; CODE XREF from reloc.writeAppReg @ +0x13 │ ││╰─> 0x08000268 nop dword [rax + rax] ╰ ││ 0x0800026a ret [0x08000230]> pdg ``` And it stuck for a loooooooong time, after that returning the following error message: ``` Ghidra Decompiler Error: Could not finish collapsing block structure ``` [rawmem.c-gcc-x64-O3.o.zip](https://github.com/rizinorg/rz-ghidra/files/6120419/rawmem.c-gcc-x64-O3.o.zip)
1.0
Ghidra Decompiler Error: Could not finish collapsing block structure - Since the binary is the unlinked object file, be sure to use https://github.com/rizinorg/rizin/pull/799 for the Rizin ``` [i] ℤ rizin rawmem.c-gcc-x64-O3.o Warning: run rizin with -e io.cache=true to fix relocations in disassembly -- give | and > a try piping and redirection [0x08000040]> aaa [x] Analyze all flags starting with sym. and entry0 (aa) [x] Analyze function calls (aac) [x] Analyze len bytes of instructions for references (aar) [x] Check for vtables [x] Type matching analysis for all functions (aaft) [x] Propagate noreturn information [x] Use -AA or aaaa to perform additional experimental analysis. [0x08000040]> s sym.owWrite sym.owWrite sym.owWritePagePacket [0x08000040]> s sym.owWrite [0x08000230]> pdf ╭ sym.owWrite (int64_t arg2, int64_t arg3, int64_t arg4, int64_t arg5); │ ; arg int64_t arg2 @ rsi │ ; arg int64_t arg3 @ rdx │ ; arg int64_t arg4 @ rcx │ ; arg int64_t arg5 @ r8 │ 0x08000230 mov r11d, esi ; arg2 │ 0x08000233 mov rsi, rdx ; arg3 │ 0x08000236 mov edx, ecx ; arg4 │ 0x08000238 movzx eax, byte [rsi] │ 0x0800023b mov rcx, r8 ; arg5 │ 0x0800023e and eax, 0x7f ; 127 │ 0x08000241 sub eax, 4 │ 0x08000244 cmp al, 0x73 ; 115 │ ╭─< 0x08000246 ja 0x8000268 │ │ 0x08000248 lea r10, [0x0800024f] ; RELOC 32 .rodata @ 0x08001a34 - 0x7fffeaf │ │ ; DATA XREF from sym.owWrite @ 0x8000248 │ │ 0x0800024f movzx eax, al │ │ 0x08000252 movsxd rax, dword [r10 + rax*4] │ │ 0x08000256 add rax, r10 │ │ 0x08000259 jmp rax .. │ │││ ; CODE XREF from sym.owWrite @ 0x8000246 │ │││ ; CODE XREF from reloc.writeEPROM @ +0xc │ │││ ; CODE XREF from reloc.writeAppReg @ +0x13 │ ││╰─> 0x08000268 nop dword [rax + rax] ╰ ││ 0x0800026a ret [0x08000230]> pdg ``` And it stuck for a loooooooong time, after that returning the following error message: ``` Ghidra Decompiler Error: Could not finish collapsing block structure ``` [rawmem.c-gcc-x64-O3.o.zip](https://github.com/rizinorg/rz-ghidra/files/6120419/rawmem.c-gcc-x64-O3.o.zip)
priority
ghidra decompiler error could not finish collapsing block structure since the binary is the unlinked object file be sure to use for the rizin ℤ rizin rawmem c gcc o warning run rizin with e io cache true to fix relocations in disassembly give and a try piping and redirection aaa analyze all flags starting with sym and aa analyze function calls aac analyze len bytes of instructions for references aar check for vtables type matching analysis for all functions aaft propagate noreturn information use aa or aaaa to perform additional experimental analysis s sym owwrite sym owwrite sym owwritepagepacket s sym owwrite pdf ╭ sym owwrite t t t t │ arg t rsi │ arg t rdx │ arg t rcx │ arg t │ mov esi │ mov rsi rdx │ mov edx ecx │ movzx eax byte │ mov rcx │ and eax │ sub eax │ cmp al │ ╭─ ja │ │ lea reloc rodata │ │ data xref from sym owwrite │ │ movzx eax al │ │ movsxd rax dword │ │ add rax │ │ jmp rax │ │││ code xref from sym owwrite │ │││ code xref from reloc writeeprom │ │││ code xref from reloc writeappreg │ ││╰─ nop dword ╰ ││ ret pdg and it stuck for a loooooooong time after that returning the following error message ghidra decompiler error could not finish collapsing block structure
1
559,517
16,564,995,135
IssuesEvent
2021-05-29 07:59:03
WarEmu/WarBugs
https://api.github.com/repos/WarEmu/WarBugs
closed
Lord is missing Destro keep CW
High Priority ORvR
The lord is not even inside the keep when we attack it as order and this is the second time it happens. ![Aithriella_004](https://user-images.githubusercontent.com/68448984/94340908-cb440080-0005-11eb-84e6-d05ff9eb1454.jpg)
1.0
Lord is missing Destro keep CW - The lord is not even inside the keep when we attack it as order and this is the second time it happens. ![Aithriella_004](https://user-images.githubusercontent.com/68448984/94340908-cb440080-0005-11eb-84e6-d05ff9eb1454.jpg)
priority
lord is missing destro keep cw the lord is not even inside the keep when we attack it as order and this is the second time it happens
1
432,321
12,491,141,844
IssuesEvent
2020-06-01 02:59:20
UC-Davis-molecular-computing/scadnano
https://api.github.com/repos/UC-Davis-molecular-computing/scadnano
closed
tick marks not saved appropriately
bug high priority
When adding non-regular tick marks, they are not saved appropriately. For example, set tick marks to "10 11": ![image](https://user-images.githubusercontent.com/19274365/83365920-a6de5d00-a360-11ea-8ef4-f2ae93e2aa94.png) then reopen the dialog to set tick marks. Now it reads 10 0 11: ![image](https://user-images.githubusercontent.com/19274365/83365929-b1005b80-a360-11ea-82ff-eb7addd79546.png) Or set it to 0 10 11: ![image](https://user-images.githubusercontent.com/19274365/83365939-c9707600-a360-11ea-8821-d9db2fbc3c4d.png) Reopening, it is 0 0 10 11: ![image](https://user-images.githubusercontent.com/19274365/83365937-c4abc200-a360-11ea-87a5-8e24c872d9f3.png)
1.0
tick marks not saved appropriately - When adding non-regular tick marks, they are not saved appropriately. For example, set tick marks to "10 11": ![image](https://user-images.githubusercontent.com/19274365/83365920-a6de5d00-a360-11ea-8ef4-f2ae93e2aa94.png) then reopen the dialog to set tick marks. Now it reads 10 0 11: ![image](https://user-images.githubusercontent.com/19274365/83365929-b1005b80-a360-11ea-82ff-eb7addd79546.png) Or set it to 0 10 11: ![image](https://user-images.githubusercontent.com/19274365/83365939-c9707600-a360-11ea-8821-d9db2fbc3c4d.png) Reopening, it is 0 0 10 11: ![image](https://user-images.githubusercontent.com/19274365/83365937-c4abc200-a360-11ea-87a5-8e24c872d9f3.png)
priority
tick marks not saved appropriately when adding non regular tick marks they are not saved appropriately for example set tick marks to then reopen the dialog to set tick marks now it reads or set it to reopening it is
1
817,827
30,658,102,432
IssuesEvent
2023-07-25 13:25:54
DDMAL/CantusDB
https://api.github.com/repos/DDMAL/CantusDB
closed
We need to sync users from OldCantus
priority: high necessary for full launch
We discovered yesterday that the [user synchronization process](https://github.com/DDMAL/CantusDB/wiki/Migrating-users-from-old-to-new-CantusDB) is not included in the main [data migration process](https://github.com/DDMAL/CantusDB/wiki/Data-migration-from-the-old-cantus-to-the-new-cantus) instructions. Further, the necessary script depends on several CSV files that are to be "obtained from Junhao". There was some talk of manually making changes to the user list following the final data migration, but this is impractical because users will have been given access to sources - we don't want anyone (developer or Debra) to have to re-grant access to a bunch of necessary sources for a bunch of users. @jwang44 has graciously agreed to try to do his best to recreate these files around when we do the final data synchronization. Many thanks, Junhao! (UPDATE: the following is now complete) **We also need to update these scripts to assign users a random password** (which they will then be able to change via the password reset links), rather than a set placeholder as is done currently.
1.0
We need to sync users from OldCantus - We discovered yesterday that the [user synchronization process](https://github.com/DDMAL/CantusDB/wiki/Migrating-users-from-old-to-new-CantusDB) is not included in the main [data migration process](https://github.com/DDMAL/CantusDB/wiki/Data-migration-from-the-old-cantus-to-the-new-cantus) instructions. Further, the necessary script depends on several CSV files that are to be "obtained from Junhao". There was some talk of manually making changes to the user list following the final data migration, but this is impractical because users will have been given access to sources - we don't want anyone (developer or Debra) to have to re-grant access to a bunch of necessary sources for a bunch of users. @jwang44 has graciously agreed to try to do his best to recreate these files around when we do the final data synchronization. Many thanks, Junhao! (UPDATE: the following is now complete) **We also need to update these scripts to assign users a random password** (which they will then be able to change via the password reset links), rather than a set placeholder as is done currently.
priority
we need to sync users from oldcantus we discovered yesterday that the is not included in the main instructions further the necessary script depends on several csv files that are to be obtained from junhao there was some talk of manually making changes to the user list following the final data migration but this is impractical because users will have been given access to sources we don t want anyone developer or debra to have to re grant access to a bunch of necessary sources for a bunch of users has graciously agreed to try to do his best to recreate these files around when we do the final data synchronization many thanks junhao update the following is now complete we also need to update these scripts to assign users a random password which they will then be able to change via the password reset links rather than a set placeholder as is done currently
1
575,834
17,063,735,709
IssuesEvent
2021-07-07 03:05:44
BeeStation/NSV13
https://api.github.com/repos/BeeStation/NSV13
closed
Zoom Out stuck
Consistency issue Priority: High Stale bug
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable --> ## Round ID: 1237 <!--- **INCLUDE THE ROUND ID** If you discovered this issue from playing tgstation hosted servers: [Round ID]: # (It can be found in the Status panel! The round id let's us look up valuable information and logs for the round the bug happened.)--> ## Testmerges: <!-- If you're certain the issue is to be caused by a test merge [OOC tab -> Show Server Revision], report it in the pull request's comment section rather than on the tracker(If you're unsure you can refer to the issue number by prefixing said number with #. The issue number can be found beside the title after submitting it to the tracker).If no testmerges are active, feel free to remove this section. --> ## Reproduction: How to do it, is to basically go into the tactical computer screen, and then zoom out, then exit out the tactical computer and this is the result: https://pasteboard.co/JyyPv7t.png <!-- Explain your issue in detail, including the steps to reproduce it. Issues without proper reproduction steps or explanation are open to being ignored/closed by maintainers.--> <!-- **For Admins:** Oddities induced by var-edits and other admin tools are not necessarily bugs. Verify that your issues occur under regular circumstances before reporting them. -->
1.0
Zoom Out stuck - <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable --> ## Round ID: 1237 <!--- **INCLUDE THE ROUND ID** If you discovered this issue from playing tgstation hosted servers: [Round ID]: # (It can be found in the Status panel! The round id let's us look up valuable information and logs for the round the bug happened.)--> ## Testmerges: <!-- If you're certain the issue is to be caused by a test merge [OOC tab -> Show Server Revision], report it in the pull request's comment section rather than on the tracker(If you're unsure you can refer to the issue number by prefixing said number with #. The issue number can be found beside the title after submitting it to the tracker).If no testmerges are active, feel free to remove this section. --> ## Reproduction: How to do it, is to basically go into the tactical computer screen, and then zoom out, then exit out the tactical computer and this is the result: https://pasteboard.co/JyyPv7t.png <!-- Explain your issue in detail, including the steps to reproduce it. Issues without proper reproduction steps or explanation are open to being ignored/closed by maintainers.--> <!-- **For Admins:** Oddities induced by var-edits and other admin tools are not necessarily bugs. Verify that your issues occur under regular circumstances before reporting them. -->
priority
zoom out stuck round id include the round id if you discovered this issue from playing tgstation hosted servers it can be found in the status panel the round id let s us look up valuable information and logs for the round the bug happened testmerges reproduction how to do it is to basically go into the tactical computer screen and then zoom out then exit out the tactical computer and this is the result
1
265,140
8,337,811,811
IssuesEvent
2018-09-28 12:28:43
pmem/issues
https://api.github.com/repos/pmem/issues
closed
Unable to build rpm/deb packages when pmdk is not a git repository
Exposure: High OS: Linux Priority: 3 medium Type: Bug
Steps to reproduce: 1) get zipped pmdk from https://github.com/pmem/pmdk/releases 2) $make rpm/dpkg Out: rm -f -r /tmp/pmdk-1.4.2/rpmbuild Makefile:129: *** Not a git repository. Stop.
1.0
Unable to build rpm/deb packages when pmdk is not a git repository - Steps to reproduce: 1) get zipped pmdk from https://github.com/pmem/pmdk/releases 2) $make rpm/dpkg Out: rm -f -r /tmp/pmdk-1.4.2/rpmbuild Makefile:129: *** Not a git repository. Stop.
priority
unable to build rpm deb packages when pmdk is not a git repository steps to reproduce get zipped pmdk from make rpm dpkg out rm f r tmp pmdk rpmbuild makefile not a git repository stop
1
725,225
24,954,641,762
IssuesEvent
2022-11-01 10:35:13
bounswe/bounswe2022group1
https://api.github.com/repos/bounswe/bounswe2022group1
closed
Meeting with Ece, and Kadir Gökhan Sezer on helping them frontend deployment
Help wanted Priority: High
**Issue Description:** Although not again my responsibility, the frontend team didn't finish their project, especially the deployment part and didn't dockerized it yet. I will be helping @ecesrkn and @kadirgokhann on these parts. We couldn't reach @kamilkorkut and @hseyyidkaplan yesterday and today on the matter, while their functionalities are not working. **Tasks to Do:** - [x] Help deploying the frontend project *Task Deadline:* 1.11.2022 *Final Situation:* In progress *Reviewer:* - *Review Deadline:* -
1.0
Meeting with Ece, and Kadir Gökhan Sezer on helping them frontend deployment - **Issue Description:** Although not again my responsibility, the frontend team didn't finish their project, especially the deployment part and didn't dockerized it yet. I will be helping @ecesrkn and @kadirgokhann on these parts. We couldn't reach @kamilkorkut and @hseyyidkaplan yesterday and today on the matter, while their functionalities are not working. **Tasks to Do:** - [x] Help deploying the frontend project *Task Deadline:* 1.11.2022 *Final Situation:* In progress *Reviewer:* - *Review Deadline:* -
priority
meeting with ece and kadir gökhan sezer on helping them frontend deployment issue description although not again my responsibility the frontend team didn t finish their project especially the deployment part and didn t dockerized it yet i will be helping ecesrkn and kadirgokhann on these parts we couldn t reach kamilkorkut and hseyyidkaplan yesterday and today on the matter while their functionalities are not working tasks to do help deploying the frontend project task deadline final situation in progress reviewer review deadline
1
582,063
17,352,020,711
IssuesEvent
2021-07-29 09:54:24
ckeditor/ckeditor4-benderjs-runner
https://api.github.com/repos/ckeditor/ckeditor4-benderjs-runner
opened
IE11 support
priority:high size:L type:feature
We can use either Windows machine or BrowserStack here. Tickets which may need to be fixed along the way: * https://github.com/ckeditor/ckeditor4-benderjs-runner/issues/6 * https://github.com/ckeditor/ckeditor4-benderjs-runner/issues/13
1.0
IE11 support - We can use either Windows machine or BrowserStack here. Tickets which may need to be fixed along the way: * https://github.com/ckeditor/ckeditor4-benderjs-runner/issues/6 * https://github.com/ckeditor/ckeditor4-benderjs-runner/issues/13
priority
support we can use either windows machine or browserstack here tickets which may need to be fixed along the way
1
104,931
4,227,014,847
IssuesEvent
2016-07-02 21:43:53
octobercms/october
https://api.github.com/repos/octobercms/october
closed
Problem with duplicate entry during add a element in relation
Priority: High Status: Completed Type: Bug
Hi everybody, I noticed a problem when i try add a item in relation belongsToMany. https://www.dropbox.com/s/ktil2jwwjqnnqkv/Screenshot%202015-08-31%2012.09.31.png?dl=0 This problem occurs when We add several times the same item to other. For example: We have a two elements Main A & B & C and two subelement d. I adds element of d to A save relation and goes to edit element of B and adds element of d, in this moment "October" adds to my relation 2 elements of d. After save the entry, exit and return to form all is okey i have only one element. In next element of C after this same action, i have 3 elements of d after save all is okey. I think this is a problem with deffered elements. Why? Best regards Jacek Bartoszek P.S Sorry for my English ;)
1.0
Problem with duplicate entry during add a element in relation - Hi everybody, I noticed a problem when i try add a item in relation belongsToMany. https://www.dropbox.com/s/ktil2jwwjqnnqkv/Screenshot%202015-08-31%2012.09.31.png?dl=0 This problem occurs when We add several times the same item to other. For example: We have a two elements Main A & B & C and two subelement d. I adds element of d to A save relation and goes to edit element of B and adds element of d, in this moment "October" adds to my relation 2 elements of d. After save the entry, exit and return to form all is okey i have only one element. In next element of C after this same action, i have 3 elements of d after save all is okey. I think this is a problem with deffered elements. Why? Best regards Jacek Bartoszek P.S Sorry for my English ;)
priority
problem with duplicate entry during add a element in relation hi everybody i noticed a problem when i try add a item in relation belongstomany this problem occurs when we add several times the same item to other for example we have a two elements main a b c and two subelement d i adds element of d to a save relation and goes to edit element of b and adds element of d in this moment october adds to my relation elements of d after save the entry exit and return to form all is okey i have only one element in next element of c after this same action i have elements of d after save all is okey i think this is a problem with deffered elements why best regards jacek bartoszek p s sorry for my english
1
728,951
25,102,245,369
IssuesEvent
2022-11-08 14:23:29
apluslms/a-plus
https://api.github.com/repos/apluslms/a-plus
closed
Add support for MathJax.js v3
type: feature priority: high effort: hours experience: beginner requester: team area: javascript
A+ JavaScript code has three places where the MathJax API is called in order to typeset mathematics in dynamically updated content. The MathJax API has changed in v3, thus A+ JS code must be updated. We must support both v2 and v3. Two functions in chapter.js and one in aplus.js use MathJax: * https://github.com/apluslms/a-plus/blob/73a3e667ccab1ed958314e381149005b9e92f410/exercise/static/exercise/chapter.js#L110 * https://github.com/apluslms/a-plus/blob/73a3e667ccab1ed958314e381149005b9e92f410/exercise/static/exercise/chapter.js#L841 * https://github.com/apluslms/a-plus/blob/73a3e667ccab1ed958314e381149005b9e92f410/assets/js/aplus.js#L413 A+ source code does not include the MathJax.js library. Some courses include it in their materials. A+ code calls the MathJax API so that maths work in dynamically updated content too, such as the submission feedback modal dialog (its content is downloaded with AJAX). MathJax 3: * https://docs.mathjax.org/en/latest/web/typeset.html#typeset-async * when typeset content is removed, we should call MathJax.typesetClear() https://docs.mathjax.org/en/latest/web/typeset.html#updating-previously-typeset-content * new API uses ES6 promises, `MathJax.typesetPromise()`. The API says that promises should be chained if multiple typeset calls are done at the same time, but we could maybe assume that only one is run at a time. Only one submission feedback dialog can be opened at a time or only one exercise can be submitted at a time. It might be cleaner to make a new jQuery plugin for this. Something like this perhaps: ``` (function(window, document, $) { $.fn.aplusTypesetMath = function(options) { if (typeof window.MathJax === "undefined") return; return this.each(function() { if (window.MathJax.VERSION == 2) { window.MathJax.Hub.Queue(["Typeset", window.MathJax.Hub, this]); } else { // typeset in MathJax v3 API } }); }; })(window, document, jQuery); ```
1.0
Add support for MathJax.js v3 - A+ JavaScript code has three places where the MathJax API is called in order to typeset mathematics in dynamically updated content. The MathJax API has changed in v3, thus A+ JS code must be updated. We must support both v2 and v3. Two functions in chapter.js and one in aplus.js use MathJax: * https://github.com/apluslms/a-plus/blob/73a3e667ccab1ed958314e381149005b9e92f410/exercise/static/exercise/chapter.js#L110 * https://github.com/apluslms/a-plus/blob/73a3e667ccab1ed958314e381149005b9e92f410/exercise/static/exercise/chapter.js#L841 * https://github.com/apluslms/a-plus/blob/73a3e667ccab1ed958314e381149005b9e92f410/assets/js/aplus.js#L413 A+ source code does not include the MathJax.js library. Some courses include it in their materials. A+ code calls the MathJax API so that maths work in dynamically updated content too, such as the submission feedback modal dialog (its content is downloaded with AJAX). MathJax 3: * https://docs.mathjax.org/en/latest/web/typeset.html#typeset-async * when typeset content is removed, we should call MathJax.typesetClear() https://docs.mathjax.org/en/latest/web/typeset.html#updating-previously-typeset-content * new API uses ES6 promises, `MathJax.typesetPromise()`. The API says that promises should be chained if multiple typeset calls are done at the same time, but we could maybe assume that only one is run at a time. Only one submission feedback dialog can be opened at a time or only one exercise can be submitted at a time. It might be cleaner to make a new jQuery plugin for this. Something like this perhaps: ``` (function(window, document, $) { $.fn.aplusTypesetMath = function(options) { if (typeof window.MathJax === "undefined") return; return this.each(function() { if (window.MathJax.VERSION == 2) { window.MathJax.Hub.Queue(["Typeset", window.MathJax.Hub, this]); } else { // typeset in MathJax v3 API } }); }; })(window, document, jQuery); ```
priority
add support for mathjax js a javascript code has three places where the mathjax api is called in order to typeset mathematics in dynamically updated content the mathjax api has changed in thus a js code must be updated we must support both and two functions in chapter js and one in aplus js use mathjax a source code does not include the mathjax js library some courses include it in their materials a code calls the mathjax api so that maths work in dynamically updated content too such as the submission feedback modal dialog its content is downloaded with ajax mathjax when typeset content is removed we should call mathjax typesetclear new api uses promises mathjax typesetpromise the api says that promises should be chained if multiple typeset calls are done at the same time but we could maybe assume that only one is run at a time only one submission feedback dialog can be opened at a time or only one exercise can be submitted at a time it might be cleaner to make a new jquery plugin for this something like this perhaps function window document fn aplustypesetmath function options if typeof window mathjax undefined return return this each function if window mathjax version window mathjax hub queue else typeset in mathjax api window document jquery
1
506,627
14,669,375,675
IssuesEvent
2020-12-30 00:27:22
towards-a-new-leftypol/leftypol_lainchan
https://api.github.com/repos/towards-a-new-leftypol/leftypol_lainchan
closed
iconv() errors
High priority bug
Users randomly experience a plethora of error messages related to iconv. iconv is a php extension that translates characters from one character set to another. example: iconv(): Unknown error (84) in /srv/http/lainchan.leftypol.org/inc/functions.php at line 2745
1.0
iconv() errors - Users randomly experience a plethora of error messages related to iconv. iconv is a php extension that translates characters from one character set to another. example: iconv(): Unknown error (84) in /srv/http/lainchan.leftypol.org/inc/functions.php at line 2745
priority
iconv errors users randomly experience a plethora of error messages related to iconv iconv is a php extension that translates characters from one character set to another example iconv unknown error in srv http lainchan leftypol org inc functions php at line
1
443,049
12,758,763,522
IssuesEvent
2020-06-29 03:29:46
a2000-erp-team/WEBERP
https://api.github.com/repos/a2000-erp-team/WEBERP
opened
SAL-POS-SET-PRO-[When click on Apparel product group, nothing appear in product details. It should list out all the 7 color codes]
ADRIAN High Priority
![image.png](https://images.zenhubusercontent.com/5e8e8265b7c1d9906c2bbc2c/a87db096-f430-4e1d-8dda-605b5f3bf271) ![image.png](https://images.zenhubusercontent.com/5e8e8265b7c1d9906c2bbc2c/14fba506-462e-44e0-b927-8e80d74d6d7b) 77. When click on Apparel product group, nothing appear in product details. It should list out all the 7 color codes
1.0
SAL-POS-SET-PRO-[When click on Apparel product group, nothing appear in product details. It should list out all the 7 color codes] - ![image.png](https://images.zenhubusercontent.com/5e8e8265b7c1d9906c2bbc2c/a87db096-f430-4e1d-8dda-605b5f3bf271) ![image.png](https://images.zenhubusercontent.com/5e8e8265b7c1d9906c2bbc2c/14fba506-462e-44e0-b927-8e80d74d6d7b) 77. When click on Apparel product group, nothing appear in product details. It should list out all the 7 color codes
priority
sal pos set pro when click on apparel product group nothing appear in product details it should list out all the color codes
1
157,153
5,996,320,652
IssuesEvent
2017-06-03 13:11:54
kmycode/gunucco
https://api.github.com/repos/kmycode/gunucco
opened
Add api to get global timeline
enhancement priority-high
Server will get other server's local timeline by using streaming.
1.0
Add api to get global timeline - Server will get other server's local timeline by using streaming.
priority
add api to get global timeline server will get other server s local timeline by using streaming
1
742,070
25,835,384,347
IssuesEvent
2022-12-12 19:12:22
naturalcrit/homebrewery
https://api.github.com/repos/naturalcrit/homebrewery
closed
editing tags is broken — throws exception in console
bug P1 - high priority
### Renderer Both ### Browser Chrome ### Operating System MacOS ### What happened? Attempting to commit a change to a tag in the metadata panel has no effect, and throws an error in console. <img width="551" alt="image" src="https://user-images.githubusercontent.com/2605467/204833513-dfbdccc7-b57d-410a-9da1-3a9bb3f1f30c.png"> ``` bundle.js:76373 Uncaught TypeError: e.persist is not a function at ReactClassComponent.handleFieldChange (bundle.js:76373:7) at Object.onChange (bundle.js:76611:23) at ReactClassComponent.handleChange (bundle.js:76945:16) at ReactClassComponent.addValue (bundle.js:76952:10) at onClick (bundle.js:77095:16) at Object.ba (bundle.js:30337:84) at ja (bundle.js:30337:238) at ka (bundle.js:30337:292) at oa (bundle.js:30338:72) at lc (bundle.js:30375:170) ``` Source offender is here: https://github.com/naturalcrit/homebrewery/blob/3e44d0ad130d936a5b90c1ab5d4e1a6dcb770a1d/client/homebrew/editor/metadataEditor/metadataEditor.jsx#L55-L57 `event.persist()` is a react thing, so I have no suggestions on what to do here. This might even not be the true source cause .. it might be some other change that caused the e.persist() to no longer be valid in this context. All I know it has something to do with synthetic (react) events in async functions. Good luck. ### Code _No response_
1.0
editing tags is broken — throws exception in console - ### Renderer Both ### Browser Chrome ### Operating System MacOS ### What happened? Attempting to commit a change to a tag in the metadata panel has no effect, and throws an error in console. <img width="551" alt="image" src="https://user-images.githubusercontent.com/2605467/204833513-dfbdccc7-b57d-410a-9da1-3a9bb3f1f30c.png"> ``` bundle.js:76373 Uncaught TypeError: e.persist is not a function at ReactClassComponent.handleFieldChange (bundle.js:76373:7) at Object.onChange (bundle.js:76611:23) at ReactClassComponent.handleChange (bundle.js:76945:16) at ReactClassComponent.addValue (bundle.js:76952:10) at onClick (bundle.js:77095:16) at Object.ba (bundle.js:30337:84) at ja (bundle.js:30337:238) at ka (bundle.js:30337:292) at oa (bundle.js:30338:72) at lc (bundle.js:30375:170) ``` Source offender is here: https://github.com/naturalcrit/homebrewery/blob/3e44d0ad130d936a5b90c1ab5d4e1a6dcb770a1d/client/homebrew/editor/metadataEditor/metadataEditor.jsx#L55-L57 `event.persist()` is a react thing, so I have no suggestions on what to do here. This might even not be the true source cause .. it might be some other change that caused the e.persist() to no longer be valid in this context. All I know it has something to do with synthetic (react) events in async functions. Good luck. ### Code _No response_
priority
editing tags is broken — throws exception in console renderer both browser chrome operating system macos what happened attempting to commit a change to a tag in the metadata panel has no effect and throws an error in console img width alt image src bundle js uncaught typeerror e persist is not a function at reactclasscomponent handlefieldchange bundle js at object onchange bundle js at reactclasscomponent handlechange bundle js at reactclasscomponent addvalue bundle js at onclick bundle js at object ba bundle js at ja bundle js at ka bundle js at oa bundle js at lc bundle js source offender is here event persist is a react thing so i have no suggestions on what to do here this might even not be the true source cause it might be some other change that caused the e persist to no longer be valid in this context all i know it has something to do with synthetic react events in async functions good luck code no response
1
264,867
8,320,431,290
IssuesEvent
2018-09-25 20:11:48
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
crash when trying to divide or multiply a large tensor on voltas, but not on pascal
blocker high priority
pytorch version: 0.5.0a0+b790bd4 import torch; (torch.randn(547687296).cuda() / 2).sum() on pascal: tensor(6841.8892, device='cuda:0') on volta: THCudaCheck FAIL file=/private/home/myleott/src/pytorch/aten/src/THC/generated/../THCReduceAll.cuh line=317 error=77 : an illegal memory access was encountered Traceback (most recent call last): File "<stdin>", line 1, in <module> RuntimeError: cuda runtime error (77) : an illegal memory access was encountered at /private/home/myleott/src/pytorch/aten/src/THC/generated/../THCReduceAll.cuh:317 any idea what's wrong?
1.0
crash when trying to divide or multiply a large tensor on voltas, but not on pascal - pytorch version: 0.5.0a0+b790bd4 import torch; (torch.randn(547687296).cuda() / 2).sum() on pascal: tensor(6841.8892, device='cuda:0') on volta: THCudaCheck FAIL file=/private/home/myleott/src/pytorch/aten/src/THC/generated/../THCReduceAll.cuh line=317 error=77 : an illegal memory access was encountered Traceback (most recent call last): File "<stdin>", line 1, in <module> RuntimeError: cuda runtime error (77) : an illegal memory access was encountered at /private/home/myleott/src/pytorch/aten/src/THC/generated/../THCReduceAll.cuh:317 any idea what's wrong?
priority
crash when trying to divide or multiply a large tensor on voltas but not on pascal pytorch version import torch torch randn cuda sum on pascal tensor device cuda on volta thcudacheck fail file private home myleott src pytorch aten src thc generated thcreduceall cuh line error an illegal memory access was encountered traceback most recent call last file line in runtimeerror cuda runtime error an illegal memory access was encountered at private home myleott src pytorch aten src thc generated thcreduceall cuh any idea what s wrong
1
553,200
16,359,906,476
IssuesEvent
2021-05-14 07:49:29
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
CustomBlockSets not Displaying In Game
Category: Modkit Priority: High Squad: Pumpkin
I have made 12 different blocksets and none of them display in game, the blocks take up occupancy but the actual block isn't displaying, the code is correct and the custom builders are set up properly as well as the blocksets, i had them display in game once then after that they haven't since The first time they displayed was back in 9.0.2 Back before 9.0 was released they would show up in the pre-release of 9.0
1.0
CustomBlockSets not Displaying In Game - I have made 12 different blocksets and none of them display in game, the blocks take up occupancy but the actual block isn't displaying, the code is correct and the custom builders are set up properly as well as the blocksets, i had them display in game once then after that they haven't since The first time they displayed was back in 9.0.2 Back before 9.0 was released they would show up in the pre-release of 9.0
priority
customblocksets not displaying in game i have made different blocksets and none of them display in game the blocks take up occupancy but the actual block isn t displaying the code is correct and the custom builders are set up properly as well as the blocksets i had them display in game once then after that they haven t since the first time they displayed was back in back before was released they would show up in the pre release of
1
439,238
12,679,705,201
IssuesEvent
2020-06-19 12:20:50
ess-dmsc/forwarder
https://api.github.com/repos/ess-dmsc/forwarder
opened
Add instructions for configuring a running instance
high priority
It isn't obvious that you **need** to set the output broker so that should be made clear. The rest of the details can be copied from the C++ version.
1.0
Add instructions for configuring a running instance - It isn't obvious that you **need** to set the output broker so that should be made clear. The rest of the details can be copied from the C++ version.
priority
add instructions for configuring a running instance it isn t obvious that you need to set the output broker so that should be made clear the rest of the details can be copied from the c version
1
341,225
10,291,152,299
IssuesEvent
2019-08-27 12:49:49
ccrama/Slide
https://api.github.com/repos/ccrama/Slide
opened
Shared Prefs Crashes
Crash High Priority
There's been [reports of crashes](https://redd.it/cvqsa0) after updating to 6.2.2, it seems to be related to the changes in #3041. I'd guess that the prefs are still a string somehow instead of a set, but I'm not sure how that would happen. cc @timawesomeness Stack from the play console: (400+ occurrences) <pre><code>java.lang.RuntimeException: at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6167) at android.app.ActivityThread.access$1200 (ActivityThread.java:235) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1768) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:214) at android.app.ActivityThread.main (ActivityThread.java:6990) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1445) Caused by: java.lang.ClassCastException: at android.app.SharedPreferencesImpl.getStringSet (SharedPreferencesImpl.java:293) <strong>at me.ccrama.redditslide.SettingValues.setAllValues (<a href="https://github.com/ccrama/Slide/blob/6.2.2/app/src/main/java/me/ccrama/redditslide/SettingValues.java#L383">SettingValues.java:383</a>) at me.ccrama.redditslide.Reddit.doMainStuff (<a href="https://github.com/ccrama/Slide/blob/6.2.2/app/src/main/java/me/ccrama/redditslide/Reddit.java#L491">Reddit.java:491</a>) at me.ccrama.redditslide.Reddit.onCreate (<a href="https://github.com/ccrama/Slide/blob/6.2.2/app/src/main/java/me/ccrama/redditslide/Reddit.java#L450">Reddit.java:450</a>)</strong> at android.app.Instrumentation.callApplicationOnCreate (Instrumentation.java:1154) at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6162)</code></pre> There's also a smaller one affecting what seems to be like just one person (10 occurrences) <pre><code>java.lang.RuntimeException: at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6222) at android.app.ActivityThread.access$1200 (ActivityThread.java:237) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1785) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:214) at android.app.ActivityThread.main (ActivityThread.java:7045) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:964) Caused by: java.lang.ClassCastException: at android.app.SharedPreferencesImpl.getString (SharedPreferencesImpl.java:283) <strong>at me.ccrama.redditslide.util.UpgradeUtil.upgrade (<a href="https://github.com/ccrama/Slide/blob/6.2.2/app/src/main/java/me/ccrama/redditslide/util/UpgradeUtil.java#L65">UpgradeUtil.java:65</a>) at me.ccrama.redditslide.Reddit.onCreate (<a href="https://github.com/ccrama/Slide/blob/6.2.2/app/src/main/java/me/ccrama/redditslide/Reddit.java#L449">Reddit.java:449</a>)</strong> at android.app.Instrumentation.callApplicationOnCreate (Instrumentation.java:1154) at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6217)</code></pre>
1.0
Shared Prefs Crashes - There's been [reports of crashes](https://redd.it/cvqsa0) after updating to 6.2.2, it seems to be related to the changes in #3041. I'd guess that the prefs are still a string somehow instead of a set, but I'm not sure how that would happen. cc @timawesomeness Stack from the play console: (400+ occurrences) <pre><code>java.lang.RuntimeException: at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6167) at android.app.ActivityThread.access$1200 (ActivityThread.java:235) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1768) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:214) at android.app.ActivityThread.main (ActivityThread.java:6990) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1445) Caused by: java.lang.ClassCastException: at android.app.SharedPreferencesImpl.getStringSet (SharedPreferencesImpl.java:293) <strong>at me.ccrama.redditslide.SettingValues.setAllValues (<a href="https://github.com/ccrama/Slide/blob/6.2.2/app/src/main/java/me/ccrama/redditslide/SettingValues.java#L383">SettingValues.java:383</a>) at me.ccrama.redditslide.Reddit.doMainStuff (<a href="https://github.com/ccrama/Slide/blob/6.2.2/app/src/main/java/me/ccrama/redditslide/Reddit.java#L491">Reddit.java:491</a>) at me.ccrama.redditslide.Reddit.onCreate (<a href="https://github.com/ccrama/Slide/blob/6.2.2/app/src/main/java/me/ccrama/redditslide/Reddit.java#L450">Reddit.java:450</a>)</strong> at android.app.Instrumentation.callApplicationOnCreate (Instrumentation.java:1154) at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6162)</code></pre> There's also a smaller one affecting what seems to be like just one person (10 occurrences) <pre><code>java.lang.RuntimeException: at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6222) at android.app.ActivityThread.access$1200 (ActivityThread.java:237) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1785) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:214) at android.app.ActivityThread.main (ActivityThread.java:7045) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:964) Caused by: java.lang.ClassCastException: at android.app.SharedPreferencesImpl.getString (SharedPreferencesImpl.java:283) <strong>at me.ccrama.redditslide.util.UpgradeUtil.upgrade (<a href="https://github.com/ccrama/Slide/blob/6.2.2/app/src/main/java/me/ccrama/redditslide/util/UpgradeUtil.java#L65">UpgradeUtil.java:65</a>) at me.ccrama.redditslide.Reddit.onCreate (<a href="https://github.com/ccrama/Slide/blob/6.2.2/app/src/main/java/me/ccrama/redditslide/Reddit.java#L449">Reddit.java:449</a>)</strong> at android.app.Instrumentation.callApplicationOnCreate (Instrumentation.java:1154) at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6217)</code></pre>
priority
shared prefs crashes there s been after updating to it seems to be related to the changes in i d guess that the prefs are still a string somehow instead of a set but i m not sure how that would happen cc timawesomeness stack from the play console occurrences java lang runtimeexception at android app activitythread handlebindapplication activitythread java at android app activitythread access activitythread java at android app activitythread h handlemessage activitythread java at android os handler dispatchmessage handler java at android os looper loop looper java at android app activitythread main activitythread java at java lang reflect method invoke native method at com android internal os runtimeinit methodandargscaller run runtimeinit java at com android internal os zygoteinit main zygoteinit java caused by java lang classcastexception at android app sharedpreferencesimpl getstringset sharedpreferencesimpl java at me ccrama redditslide settingvalues setallvalues a href at me ccrama redditslide reddit domainstuff a href at me ccrama redditslide reddit oncreate a href at android app instrumentation callapplicationoncreate instrumentation java at android app activitythread handlebindapplication activitythread java there s also a smaller one affecting what seems to be like just one person occurrences java lang runtimeexception at android app activitythread handlebindapplication activitythread java at android app activitythread access activitythread java at android app activitythread h handlemessage activitythread java at android os handler dispatchmessage handler java at android os looper loop looper java at android app activitythread main activitythread java at java lang reflect method invoke native method at com android internal os runtimeinit methodandargscaller run runtimeinit java at com android internal os zygoteinit main zygoteinit java caused by java lang classcastexception at android app sharedpreferencesimpl getstring sharedpreferencesimpl java at me ccrama redditslide util upgradeutil upgrade a href at me ccrama redditslide reddit oncreate a href at android app instrumentation callapplicationoncreate instrumentation java at android app activitythread handlebindapplication activitythread java
1
516,925
14,990,987,477
IssuesEvent
2021-01-29 07:31:52
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
opened
Fix generating two different BIR files for cache and --bir-dump-file flag
Area/Compiler Priority/High Team/jBallerina
**Description:** ATM there are changes in two birs generated from --bir-dump-file and one we cached. We should have one bir file.
1.0
Fix generating two different BIR files for cache and --bir-dump-file flag - **Description:** ATM there are changes in two birs generated from --bir-dump-file and one we cached. We should have one bir file.
priority
fix generating two different bir files for cache and bir dump file flag description atm there are changes in two birs generated from bir dump file and one we cached we should have one bir file
1
767,258
26,916,864,722
IssuesEvent
2023-02-07 07:23:17
ballerina-platform/ballerina-dev-website
https://api.github.com/repos/ballerina-platform/ballerina-dev-website
closed
Review All Error Messages of Ballerina
Priority/High Type/Task
**Description:** Need to review all the error messages in Ballerina on consistency and language. **Describe your task(s)** **Related Issues (optional):** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> **Suggested Labels (optional):** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees (optional):** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
1.0
Review All Error Messages of Ballerina - **Description:** Need to review all the error messages in Ballerina on consistency and language. **Describe your task(s)** **Related Issues (optional):** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> **Suggested Labels (optional):** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees (optional):** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
priority
review all error messages of ballerina description need to review all the error messages in ballerina on consistency and language describe your task s related issues optional suggested labels optional suggested assignees optional
1
240,748
7,805,425,056
IssuesEvent
2018-06-11 10:47:36
dhowe/Website
https://api.github.com/repos/dhowe/Website
closed
Automatype: auto mute sketch when not the active tab
enhancement priority: high
https://rednoise.org/daniel/detail.html#automatype the big case is when user clicks on 'online version' to watch the large version it, but the mini-version is still playing, so it sounds/looks like everything is out of sync - so a quick fix is to perhaps to just do a mute in the onclick handler for that link... ?
1.0
Automatype: auto mute sketch when not the active tab - https://rednoise.org/daniel/detail.html#automatype the big case is when user clicks on 'online version' to watch the large version it, but the mini-version is still playing, so it sounds/looks like everything is out of sync - so a quick fix is to perhaps to just do a mute in the onclick handler for that link... ?
priority
automatype auto mute sketch when not the active tab the big case is when user clicks on online version to watch the large version it but the mini version is still playing so it sounds looks like everything is out of sync so a quick fix is to perhaps to just do a mute in the onclick handler for that link
1
331,229
10,062,241,082
IssuesEvent
2019-07-23 00:14:45
zulip/zulip
https://api.github.com/repos/zulip/zulip
closed
Upgrade to latest mypy: big performance improvement
area: tooling in progress priority: high
See the release notes: http://mypy-lang.blogspot.com/2019/04/mypy-0700-released-up-to-4x-faster.html @neiljp FYI
1.0
Upgrade to latest mypy: big performance improvement - See the release notes: http://mypy-lang.blogspot.com/2019/04/mypy-0700-released-up-to-4x-faster.html @neiljp FYI
priority
upgrade to latest mypy big performance improvement see the release notes neiljp fyi
1
110,462
4,427,172,357
IssuesEvent
2016-08-16 20:36:17
mobeets/autocookie
https://api.github.com/repos/mobeets/autocookie
closed
bugs on mobile, firefox, etc.
bug high-priority
### iPhone 4 ### iPhone 4S ### Firefox - [x] Randomize broken (function called from console works though) - [x] Export broken (function called from console works though) - [x] "X" broken ### Safari - [x] "X" broken
1.0
bugs on mobile, firefox, etc. - ### iPhone 4 ### iPhone 4S ### Firefox - [x] Randomize broken (function called from console works though) - [x] Export broken (function called from console works though) - [x] "X" broken ### Safari - [x] "X" broken
priority
bugs on mobile firefox etc iphone iphone firefox randomize broken function called from console works though export broken function called from console works though x broken safari x broken
1
171,680
6,493,146,690
IssuesEvent
2017-08-21 15:51:49
vmware/vic
https://api.github.com/repos/vmware/vic
closed
Longevity: Test is hung on Scrape Logs for Passwords after 30 or so regression tests
kind/bug priority/high
Between here: curl -sk https://10.17.109.6:2378/logs/docker-personality.log -b /tmp/cookies-VCH-0-3520 and here: curl -sk https://10.17.109.6:2378/logs/vicadmin.log -b /tmp/cookies-VCH-0-3520 The test has been hung for ~12 hours. Logs: [container-logs.zip](https://github.com/vmware/vic/files/1231823/container-logs.zip) From vic-admin.log: ``` Aug 16 2017 21:16:14.435Z INFO Got session from vSphere with key: 52b98395-f936-9fd8-3dcd-b92de8596bf3 username: VSPHERE.LOCAL\Administrator Aug 16 2017 21:16:14.486Z DEBUG User administrator@vsphere.local from 10.17.109.220:39372 was successfully authenticated Aug 16 2017 21:16:14.486Z DEBUG [ END ] [main.(*server).loginPage:270] [229.117721ms] Aug 16 2017 21:16:14.589Z INFO User with a valid auth cookie at 10.17.109.220 is authenticated. Aug 16 2017 21:16:14.737Z INFO User with a valid auth cookie at 10.17.109.220 is authenticated. Aug 16 2017 21:16:14.957Z INFO User with a valid auth cookie at 10.17.109.220 is authenticated. Aug 16 2017 21:16:15.105Z INFO User with a valid auth cookie at 10.17.109.220 is authenticated. Aug 16 2017 21:20:01.641Z INFO Reaping old sessions.. Aug 16 2017 21:30:01.641Z INFO Reaping old sessions.. Aug 16 2017 21:40:01.640Z INFO Reaping old sessions.. Aug 16 2017 21:50:01.641Z INFO Reaping old sessions.. Aug 16 2017 22:00:01.641Z INFO Reaping old sessions.. Aug 16 2017 22:10:01.641Z INFO Reaping old sessions.. Aug 16 2017 22:20:01.640Z INFO Reaping old sessions.. Aug 16 2017 22:30:01.641Z INFO Reaping old sessions.. Aug 16 2017 22:40:01.640Z INFO Reaping old sessions.. Aug 16 2017 22:50:01.640Z INFO Reaping old sessions.. Aug 16 2017 23:00:01.641Z INFO Reaping old sessions.. Aug 16 2017 23:10:01.640Z INFO Reaping old sessions.. Aug 16 2017 23:20:01.641Z INFO Reaping old sessions.. Aug 16 2017 23:30:01.641Z INFO Reaping old sessions.. Aug 16 2017 23:40:01.641Z INFO Reaping old sessions.. Aug 16 2017 23:50:01.641Z INFO Reaping old sessions.. Aug 17 2017 00:00:01.641Z INFO Reaping old sessions.. Aug 17 2017 00:10:01.641Z INFO Reaping old sessions.. ```
1.0
Longevity: Test is hung on Scrape Logs for Passwords after 30 or so regression tests - Between here: curl -sk https://10.17.109.6:2378/logs/docker-personality.log -b /tmp/cookies-VCH-0-3520 and here: curl -sk https://10.17.109.6:2378/logs/vicadmin.log -b /tmp/cookies-VCH-0-3520 The test has been hung for ~12 hours. Logs: [container-logs.zip](https://github.com/vmware/vic/files/1231823/container-logs.zip) From vic-admin.log: ``` Aug 16 2017 21:16:14.435Z INFO Got session from vSphere with key: 52b98395-f936-9fd8-3dcd-b92de8596bf3 username: VSPHERE.LOCAL\Administrator Aug 16 2017 21:16:14.486Z DEBUG User administrator@vsphere.local from 10.17.109.220:39372 was successfully authenticated Aug 16 2017 21:16:14.486Z DEBUG [ END ] [main.(*server).loginPage:270] [229.117721ms] Aug 16 2017 21:16:14.589Z INFO User with a valid auth cookie at 10.17.109.220 is authenticated. Aug 16 2017 21:16:14.737Z INFO User with a valid auth cookie at 10.17.109.220 is authenticated. Aug 16 2017 21:16:14.957Z INFO User with a valid auth cookie at 10.17.109.220 is authenticated. Aug 16 2017 21:16:15.105Z INFO User with a valid auth cookie at 10.17.109.220 is authenticated. Aug 16 2017 21:20:01.641Z INFO Reaping old sessions.. Aug 16 2017 21:30:01.641Z INFO Reaping old sessions.. Aug 16 2017 21:40:01.640Z INFO Reaping old sessions.. Aug 16 2017 21:50:01.641Z INFO Reaping old sessions.. Aug 16 2017 22:00:01.641Z INFO Reaping old sessions.. Aug 16 2017 22:10:01.641Z INFO Reaping old sessions.. Aug 16 2017 22:20:01.640Z INFO Reaping old sessions.. Aug 16 2017 22:30:01.641Z INFO Reaping old sessions.. Aug 16 2017 22:40:01.640Z INFO Reaping old sessions.. Aug 16 2017 22:50:01.640Z INFO Reaping old sessions.. Aug 16 2017 23:00:01.641Z INFO Reaping old sessions.. Aug 16 2017 23:10:01.640Z INFO Reaping old sessions.. Aug 16 2017 23:20:01.641Z INFO Reaping old sessions.. Aug 16 2017 23:30:01.641Z INFO Reaping old sessions.. Aug 16 2017 23:40:01.641Z INFO Reaping old sessions.. Aug 16 2017 23:50:01.641Z INFO Reaping old sessions.. Aug 17 2017 00:00:01.641Z INFO Reaping old sessions.. Aug 17 2017 00:10:01.641Z INFO Reaping old sessions.. ```
priority
longevity test is hung on scrape logs for passwords after or so regression tests between here curl sk b tmp cookies vch and here curl sk b tmp cookies vch the test has been hung for hours logs from vic admin log aug info got session from vsphere with key username vsphere local administrator aug debug user administrator vsphere local from was successfully authenticated aug debug aug info user with a valid auth cookie at is authenticated aug info user with a valid auth cookie at is authenticated aug info user with a valid auth cookie at is authenticated aug info user with a valid auth cookie at is authenticated aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions aug info reaping old sessions
1
707,727
24,316,112,976
IssuesEvent
2022-09-30 06:28:58
cloudforet-io/mirinae
https://api.github.com/repos/cloudforet-io/mirinae
closed
[Dynamic Field > Dict] looks block in dynamic field dict type (must be inline-block)
bug Priority: High
**Describe the bug** DictList component is used in dynamic field dict type, and in case of link, there is line break. **Expected behavior** external icon must be next to the badges. **Screenshots** ![image](https://user-images.githubusercontent.com/26986739/193193576-e50542ce-79d3-42b6-bf95-9e13282d542b.png) **Additional context**
1.0
[Dynamic Field > Dict] looks block in dynamic field dict type (must be inline-block) - **Describe the bug** DictList component is used in dynamic field dict type, and in case of link, there is line break. **Expected behavior** external icon must be next to the badges. **Screenshots** ![image](https://user-images.githubusercontent.com/26986739/193193576-e50542ce-79d3-42b6-bf95-9e13282d542b.png) **Additional context**
priority
looks block in dynamic field dict type must be inline block describe the bug dictlist component is used in dynamic field dict type and in case of link there is line break expected behavior external icon must be next to the badges screenshots additional context
1
221,475
7,388,877,461
IssuesEvent
2018-03-16 05:43:06
AppShuttleInc/Shuttle
https://api.github.com/repos/AppShuttleInc/Shuttle
opened
Create basic .shuttle file once the user decides to Create a new project
enhancement priority: high
Once the user clicks the Create Project button. A new file window (Default by operating system, example attached) should show up. Once the user decides the location and name, a file with the file extensión `.shuttle` should be created. For now, the file can contain basic or no metadata. If the user creates the file, then the user should be taken to the main Shuttle Project View (Currently missing) If the user cancels, he will stay in the LandingView with no alterations. <img width="734" alt="screenshot 2018-03-16 00 41 15" src="https://user-images.githubusercontent.com/10634238/37505403-c208e33c-28b2-11e8-847f-055a0d223fac.png"> <img width="1680" alt="screenshot 2018-03-16 00 18 43" src="https://user-images.githubusercontent.com/10634238/37505326-4473a22c-28b2-11e8-97ca-ff9eee0e8461.png">
1.0
Create basic .shuttle file once the user decides to Create a new project - Once the user clicks the Create Project button. A new file window (Default by operating system, example attached) should show up. Once the user decides the location and name, a file with the file extensión `.shuttle` should be created. For now, the file can contain basic or no metadata. If the user creates the file, then the user should be taken to the main Shuttle Project View (Currently missing) If the user cancels, he will stay in the LandingView with no alterations. <img width="734" alt="screenshot 2018-03-16 00 41 15" src="https://user-images.githubusercontent.com/10634238/37505403-c208e33c-28b2-11e8-847f-055a0d223fac.png"> <img width="1680" alt="screenshot 2018-03-16 00 18 43" src="https://user-images.githubusercontent.com/10634238/37505326-4473a22c-28b2-11e8-97ca-ff9eee0e8461.png">
priority
create basic shuttle file once the user decides to create a new project once the user clicks the create project button a new file window default by operating system example attached should show up once the user decides the location and name a file with the file extensión shuttle should be created for now the file can contain basic or no metadata if the user creates the file then the user should be taken to the main shuttle project view currently missing if the user cancels he will stay in the landingview with no alterations img width alt screenshot src img width alt screenshot src
1
617,677
19,402,445,704
IssuesEvent
2021-12-19 12:32:34
dhowe/AdNauseam
https://api.github.com/repos/dhowe/AdNauseam
opened
[v3.11.5] Issues with allow/block requests
PRIORITY: High
It seems that Adnauseam on current dev version is not allowing the requests as it should. Because of that it is collecting less ads than it should. Log output for [nytime.com](https://www.nytimes.com/): v3.11.4 (release): ![release](https://user-images.githubusercontent.com/4967860/146674947-394014a4-f457-438c-9fc9-797312269e6f.PNG) v3.11.5 (dev): ![dev](https://user-images.githubusercontent.com/4967860/146674943-9d1aeed2-7025-4385-a718-72d6bb1b7942.PNG)
1.0
[v3.11.5] Issues with allow/block requests - It seems that Adnauseam on current dev version is not allowing the requests as it should. Because of that it is collecting less ads than it should. Log output for [nytime.com](https://www.nytimes.com/): v3.11.4 (release): ![release](https://user-images.githubusercontent.com/4967860/146674947-394014a4-f457-438c-9fc9-797312269e6f.PNG) v3.11.5 (dev): ![dev](https://user-images.githubusercontent.com/4967860/146674943-9d1aeed2-7025-4385-a718-72d6bb1b7942.PNG)
priority
issues with allow block requests it seems that adnauseam on current dev version is not allowing the requests as it should because of that it is collecting less ads than it should log output for release dev
1
776,011
27,243,451,111
IssuesEvent
2023-02-21 22:48:54
AUBGTheHUB/spa-website-2022
https://api.github.com/repos/AUBGTheHUB/spa-website-2022
closed
HackAUBG Mentors and Judges Section
high priority frontend HackAUBG
For this issue we will need to discuss and decide on either one of the following: (1) When the picture of a mentor/judge is clicked, to redirect to a Hub Facebook post with info about that particular mentor/judge. (2) Have an onHover effect that includes a sentence or two about the mentor/judge.
1.0
HackAUBG Mentors and Judges Section - For this issue we will need to discuss and decide on either one of the following: (1) When the picture of a mentor/judge is clicked, to redirect to a Hub Facebook post with info about that particular mentor/judge. (2) Have an onHover effect that includes a sentence or two about the mentor/judge.
priority
hackaubg mentors and judges section for this issue we will need to discuss and decide on either one of the following when the picture of a mentor judge is clicked to redirect to a hub facebook post with info about that particular mentor judge have an onhover effect that includes a sentence or two about the mentor judge
1
247,886
7,924,791,384
IssuesEvent
2018-07-05 18:14:15
solgenomics/sgn
https://api.github.com/repos/solgenomics/sgn
closed
add a loading message to pedigree viewer
Priority: High Type: Bug
Expected Behavior <!-- Describe the desired or expected behavour here. --> -------------------------------------------------------------------------- When a pedigree is large it takes a moment to load and user may think there is no data available. Having a loading message/animation would prevent that Here is an example: https://cassavabase.org/stock/56849/view For Bugs: --------- ### Environment <!-- Where did you encounter the error. --> #### Steps to Reproduce <!-- Provide an example, or an unambiguous set of steps to reproduce --> <!-- this bug. Include code to reproduce, if relevant. -->
1.0
add a loading message to pedigree viewer - Expected Behavior <!-- Describe the desired or expected behavour here. --> -------------------------------------------------------------------------- When a pedigree is large it takes a moment to load and user may think there is no data available. Having a loading message/animation would prevent that Here is an example: https://cassavabase.org/stock/56849/view For Bugs: --------- ### Environment <!-- Where did you encounter the error. --> #### Steps to Reproduce <!-- Provide an example, or an unambiguous set of steps to reproduce --> <!-- this bug. Include code to reproduce, if relevant. -->
priority
add a loading message to pedigree viewer expected behavior when a pedigree is large it takes a moment to load and user may think there is no data available having a loading message animation would prevent that here is an example for bugs environment steps to reproduce
1
190,163
6,810,481,504
IssuesEvent
2017-11-05 06:15:47
spring-projects/spring-boot
https://api.github.com/repos/spring-projects/spring-boot
closed
Using together with mybatis-spring-boot occurred the StackOverflowError when deploying war file
for: team-attention priority: high type: regression
Since 2.0.0.M5, the StackOverflowError occur at deploying the war file to the application server(such as Tomcat). ### Log ``` ... 2017-10-18 15:23:21.649 INFO 14288 --- [ost-startStop-1] utoConfigurationReportLoggingInitializer : Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled. 2017-10-18 15:23:21.659 ERROR 14288 --- [ost-startStop-1] o.s.boot.SpringApplication : Application startup failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mybatis-org.mybatis.spring.boot.autoconfigure.MybatisProperties': Initialization of bean failed; nested exception is java.lang.StackOverflowError at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:723) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:192) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1269) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1126) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:756) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) ~[spring-context-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) ~[spring-context-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:122) ~[spring-boot-2.0.0.M5.jar:2.0.0.M5] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) ~[spring-boot-2.0.0.M5.jar:2.0.0.M5] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:386) ~[spring-boot-2.0.0.M5.jar:2.0.0.M5] at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) ~[spring-boot-2.0.0.M5.jar:2.0.0.M5] at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:155) [spring-boot-2.0.0.M5.jar:2.0.0.M5] ... ``` ### Reproduce application * https://github.com/spring-projects/spring-boot-issues/tree/master/gh-10702 ### Remarks * It works fine until 2.0.0.M4 * It works fine using IDE execution feature * It works fine using `./mvnw clean spring-boot:run` * It works fine using `java -jar foo.war` ### Related Issues * mybatis/spring-boot-starter#193
1.0
Using together with mybatis-spring-boot occurred the StackOverflowError when deploying war file - Since 2.0.0.M5, the StackOverflowError occur at deploying the war file to the application server(such as Tomcat). ### Log ``` ... 2017-10-18 15:23:21.649 INFO 14288 --- [ost-startStop-1] utoConfigurationReportLoggingInitializer : Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled. 2017-10-18 15:23:21.659 ERROR 14288 --- [ost-startStop-1] o.s.boot.SpringApplication : Application startup failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mybatis-org.mybatis.spring.boot.autoconfigure.MybatisProperties': Initialization of bean failed; nested exception is java.lang.StackOverflowError at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:723) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:192) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1269) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1126) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:756) ~[spring-beans-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) ~[spring-context-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) ~[spring-context-5.0.0.RELEASE.jar:5.0.0.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:122) ~[spring-boot-2.0.0.M5.jar:2.0.0.M5] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) ~[spring-boot-2.0.0.M5.jar:2.0.0.M5] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:386) ~[spring-boot-2.0.0.M5.jar:2.0.0.M5] at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) ~[spring-boot-2.0.0.M5.jar:2.0.0.M5] at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:155) [spring-boot-2.0.0.M5.jar:2.0.0.M5] ... ``` ### Reproduce application * https://github.com/spring-projects/spring-boot-issues/tree/master/gh-10702 ### Remarks * It works fine until 2.0.0.M4 * It works fine using IDE execution feature * It works fine using `./mvnw clean spring-boot:run` * It works fine using `java -jar foo.war` ### Related Issues * mybatis/spring-boot-starter#193
priority
using together with mybatis spring boot occurred the stackoverflowerror when deploying war file since the stackoverflowerror occur at deploying the war file to the application server such as tomcat log info utoconfigurationreportlogginginitializer error starting applicationcontext to display the auto configuration report re run your application with debug enabled error o s boot springapplication application startup failed org springframework beans factory unsatisfieddependencyexception error creating bean with name org mybatis spring boot autoconfigure mybatisautoconfiguration unsatisfied dependency expressed through constructor parameter nested exception is org springframework beans factory beancreationexception error creating bean with name mybatis org mybatis spring boot autoconfigure mybatisproperties initialization of bean failed nested exception is java lang stackoverflowerror at org springframework beans factory support constructorresolver createargumentarray constructorresolver java at org springframework beans factory support constructorresolver autowireconstructor constructorresolver java at org springframework beans factory support abstractautowirecapablebeanfactory autowireconstructor abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory createbeaninstance abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory docreatebean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory createbean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractbeanfactory lambda dogetbean abstractbeanfactory java at org springframework beans factory support defaultsingletonbeanregistry getsingleton defaultsingletonbeanregistry java at org springframework beans factory support abstractbeanfactory dogetbean abstractbeanfactory java at org springframework beans factory support abstractbeanfactory getbean abstractbeanfactory java at org springframework beans factory support defaultlistablebeanfactory preinstantiatesingletons defaultlistablebeanfactory java at org springframework context support abstractapplicationcontext finishbeanfactoryinitialization abstractapplicationcontext java at org springframework context support abstractapplicationcontext refresh abstractapplicationcontext java at org springframework boot web servlet context servletwebserverapplicationcontext refresh servletwebserverapplicationcontext java at org springframework boot springapplication refresh springapplication java at org springframework boot springapplication refreshcontext springapplication java at org springframework boot springapplication run springapplication java at org springframework boot web servlet support springbootservletinitializer run springbootservletinitializer java reproduce application remarks it works fine until it works fine using ide execution feature it works fine using mvnw clean spring boot run it works fine using java jar foo war related issues mybatis spring boot starter
1
490,497
14,135,098,444
IssuesEvent
2020-11-10 00:52:13
dev-protocol/DIPs
https://api.github.com/repos/dev-protocol/DIPs
closed
Withdraw staking by one transaction
core priority - high usability
Currently, before withdraw staking, you need to create a cancellation transaction. You also need another transaction to withdraw your staking reward. These will force you to pay for unnecessary gas fees and cause damage to UX. As a solution, I( and @defi-er ) propose a specification that cancels staking in one transaction. Details: - Staking can be withdrawn after a certain lockup from the starting block. The lockup is defined by Policy. (Currently, the value is 1 block.) - You cannot withdraw staking from the beginning of staking to the end of lockup. - After the lockup has expired, you can withdraw staking by sending a staking withdrawal transaction. (There is no automatic withdraw of staking) - You can withdraw staking rewards while staking. - When you withdraw staking, you also withdraw a staking reward at the same time. - The last staking extends the lockup. Regarding the specifications that the lockup is extended from the last staking, there is a trade-off with the gas fees. When the withdrawable staking amount varies according to the elapsed block, more state variables are required, so higher gas fees are required. It ruins UX and introduces unnecessary complexity. --- The reason we've ever needed a cancellation transaction is related to the staking lockup. Since it is difficult to consider the lockup period when staking, we have developed a specification that can be withdrawn after the lockup from the application to withdraw staking. However, we have found that UX can be significantly improved by merely simplifying the specifications. Therefore I propose this DIP.
1.0
Withdraw staking by one transaction - Currently, before withdraw staking, you need to create a cancellation transaction. You also need another transaction to withdraw your staking reward. These will force you to pay for unnecessary gas fees and cause damage to UX. As a solution, I( and @defi-er ) propose a specification that cancels staking in one transaction. Details: - Staking can be withdrawn after a certain lockup from the starting block. The lockup is defined by Policy. (Currently, the value is 1 block.) - You cannot withdraw staking from the beginning of staking to the end of lockup. - After the lockup has expired, you can withdraw staking by sending a staking withdrawal transaction. (There is no automatic withdraw of staking) - You can withdraw staking rewards while staking. - When you withdraw staking, you also withdraw a staking reward at the same time. - The last staking extends the lockup. Regarding the specifications that the lockup is extended from the last staking, there is a trade-off with the gas fees. When the withdrawable staking amount varies according to the elapsed block, more state variables are required, so higher gas fees are required. It ruins UX and introduces unnecessary complexity. --- The reason we've ever needed a cancellation transaction is related to the staking lockup. Since it is difficult to consider the lockup period when staking, we have developed a specification that can be withdrawn after the lockup from the application to withdraw staking. However, we have found that UX can be significantly improved by merely simplifying the specifications. Therefore I propose this DIP.
priority
withdraw staking by one transaction currently before withdraw staking you need to create a cancellation transaction you also need another transaction to withdraw your staking reward these will force you to pay for unnecessary gas fees and cause damage to ux as a solution i and defi er propose a specification that cancels staking in one transaction details staking can be withdrawn after a certain lockup from the starting block the lockup is defined by policy currently the value is block you cannot withdraw staking from the beginning of staking to the end of lockup after the lockup has expired you can withdraw staking by sending a staking withdrawal transaction there is no automatic withdraw of staking you can withdraw staking rewards while staking when you withdraw staking you also withdraw a staking reward at the same time the last staking extends the lockup regarding the specifications that the lockup is extended from the last staking there is a trade off with the gas fees when the withdrawable staking amount varies according to the elapsed block more state variables are required so higher gas fees are required it ruins ux and introduces unnecessary complexity the reason we ve ever needed a cancellation transaction is related to the staking lockup since it is difficult to consider the lockup period when staking we have developed a specification that can be withdrawn after the lockup from the application to withdraw staking however we have found that ux can be significantly improved by merely simplifying the specifications therefore i propose this dip
1
528,847
15,375,568,391
IssuesEvent
2021-03-02 15:03:53
VocaDB/vocadb
https://api.github.com/repos/VocaDB/vocadb
closed
Can't add an additional image to an album
albums bug high-priority
**Website** VocaDB / TouhouDB (I'm not sure about UtaiteDB) **Describe the bug** I've got an error page whenever I try to add an additional image on album edit page. **To Reproduce** Steps to reproduce the behavior: 1. Go to an albums page, 2. Click on 'edit' 3. Go to 'Additional pictures' 4. Click on 'Create new' 5. Click on 'Browse' 6. Choose any image from your file system (I've tried with jpg files) 7. Click on 'Save' 8. See error **Desktop (please complete the following information):** - OS: Windows 7 - Browser: Firefox 81
1.0
Can't add an additional image to an album - **Website** VocaDB / TouhouDB (I'm not sure about UtaiteDB) **Describe the bug** I've got an error page whenever I try to add an additional image on album edit page. **To Reproduce** Steps to reproduce the behavior: 1. Go to an albums page, 2. Click on 'edit' 3. Go to 'Additional pictures' 4. Click on 'Create new' 5. Click on 'Browse' 6. Choose any image from your file system (I've tried with jpg files) 7. Click on 'Save' 8. See error **Desktop (please complete the following information):** - OS: Windows 7 - Browser: Firefox 81
priority
can t add an additional image to an album website vocadb touhoudb i m not sure about utaitedb describe the bug i ve got an error page whenever i try to add an additional image on album edit page to reproduce steps to reproduce the behavior go to an albums page click on edit go to additional pictures click on create new click on browse choose any image from your file system i ve tried with jpg files click on save see error desktop please complete the following information os windows browser firefox
1
779,669
27,361,936,507
IssuesEvent
2023-02-27 16:24:07
AY2223S2-CS2103-T17-2/tp
https://api.github.com/repos/AY2223S2-CS2103-T17-2/tp
opened
Add project manager class to support creation of projects
priority.High
As a user, I can add projects that an employee is working on.
1.0
Add project manager class to support creation of projects - As a user, I can add projects that an employee is working on.
priority
add project manager class to support creation of projects as a user i can add projects that an employee is working on
1
467,201
13,443,362,349
IssuesEvent
2020-09-08 08:15:02
aeternity/superhero-wallet
https://api.github.com/repos/aeternity/superhero-wallet
closed
Mainnet view on SH Web wallet (UX/UI)
kind/bug priority/high
I tried to check the transaction on my web wallet and was redirected to the mainnet directly in my wallet view.
But now, I don't know how to return to my wallet?
 I logged with Web wallet and want to join Jitsi Meet via the invite link. My steps: 1. Click on invite Link: https://superhero.com/meet/AdequateMarriagesCorrectEqually 2. Click on Join meeting 3. Redirect to the Room 4. Choose random message 5. Click on Tip Button (Blue Diamant) 6. Enter amount. The amount should be >0.1 ae token 7. Click on Tip 8. Click on Confirm on Pop up 9. Check transaction on superhero.com feed or https://mainnet.aeternal.io/transactions/ 10. Click on "eye" on my wallet ![Знімок екрана 2020-09-03 о 2 18 21 пп](https://user-images.githubusercontent.com/69896204/92110133-ed75a480-edf2-11ea-8c4c-abc6622c9ce1.png) I think that the user will be confused if there no option to return in the wallet. I have not seen such a button.  * OS: Mac OS 10.13.6 * Browser: chrome * Version: 85.0.4183.83 P.S. User should use Go back button on the browser to return the previous view on the wallet. ![Знімок екрана 2020-09-03 о 2 38 37 пп](https://user-images.githubusercontent.com/69896204/92110404-50673b80-edf3-11ea-96d6-6eb21db3873f.png)
1.0
Mainnet view on SH Web wallet (UX/UI) - I tried to check the transaction on my web wallet and was redirected to the mainnet directly in my wallet view.
But now, I don't know how to return to my wallet?
 I logged with Web wallet and want to join Jitsi Meet via the invite link. My steps: 1. Click on invite Link: https://superhero.com/meet/AdequateMarriagesCorrectEqually 2. Click on Join meeting 3. Redirect to the Room 4. Choose random message 5. Click on Tip Button (Blue Diamant) 6. Enter amount. The amount should be >0.1 ae token 7. Click on Tip 8. Click on Confirm on Pop up 9. Check transaction on superhero.com feed or https://mainnet.aeternal.io/transactions/ 10. Click on "eye" on my wallet ![Знімок екрана 2020-09-03 о 2 18 21 пп](https://user-images.githubusercontent.com/69896204/92110133-ed75a480-edf2-11ea-8c4c-abc6622c9ce1.png) I think that the user will be confused if there no option to return in the wallet. I have not seen such a button.  * OS: Mac OS 10.13.6 * Browser: chrome * Version: 85.0.4183.83 P.S. User should use Go back button on the browser to return the previous view on the wallet. ![Знімок екрана 2020-09-03 о 2 38 37 пп](https://user-images.githubusercontent.com/69896204/92110404-50673b80-edf3-11ea-96d6-6eb21db3873f.png)
priority
mainnet view on sh web wallet ux ui i tried to check the transaction on my web wallet and was redirected to the mainnet directly in my wallet view 
but now i don t know how to return to my wallet 
 i logged with web wallet and want to join jitsi meet via the invite link my steps click on invite link   click on join meeting redirect to the room choose random message click on tip button blue diamant enter amount the amount should be ae token click on tip click on confirm on pop up check transaction on superhero com feed or  click on eye on my wallet i think that the user will be confused if there no option to return in the wallet i have not seen such a button  os mac os browser chrome version p s user should use go back button on the browser to return the previous view on the wallet
1
648,472
21,187,233,041
IssuesEvent
2022-04-08 13:54:17
openvk/openvk
https://api.github.com/repos/openvk/openvk
closed
Image Optimization
type:performance priority:very-high section:photos
Due to recent events (DDoS) main OpenVK instance has started being really slow, especially if there's no cache. So what about generating miniatures for photos so site would load faster?
1.0
Image Optimization - Due to recent events (DDoS) main OpenVK instance has started being really slow, especially if there's no cache. So what about generating miniatures for photos so site would load faster?
priority
image optimization due to recent events ddos main openvk instance has started being really slow especially if there s no cache so what about generating miniatures for photos so site would load faster
1
274,584
8,563,175,162
IssuesEvent
2018-11-09 13:13:58
trimstray/htrace.sh
https://api.github.com/repos/trimstray/htrace.sh
closed
Improve 'issuer' and 'owner' metadata.
Priority: High Status: Completed Type: Enhancement
- add/update `o` and `cn` for issuer - add/update `o` and `ou` for owner
1.0
Improve 'issuer' and 'owner' metadata. - - add/update `o` and `cn` for issuer - add/update `o` and `ou` for owner
priority
improve issuer and owner metadata add update o and cn for issuer add update o and ou for owner
1
764,638
26,809,659,851
IssuesEvent
2023-02-01 21:12:07
dvrpc/TrackingProgress
https://api.github.com/repos/dvrpc/TrackingProgress
closed
3 indicator page reconfigurations
high priority
@hachadorian To reconfiguring the 3 indicator pages I suggest: - "Income Disparities" becomes "Income" - "Racial and Ethnic Disparities" becomes "Segregation" - "Sex Disparities" becomes "Labor Force" Here's the new pages and location of their charts on the current pages. There's a chance I will do some renaming, but would like to see them in their new homes first. Also, Income now will break the record for having 6 charts. This makes me want to do that consolidation of Gaps and Totals in a double toggle that I mentioned, so they could reduce to 3 charts. But I'll put that in as a separate issue with medium priority. Current Page | Chart Number | Chart Name | New Page | New Number -- | -- | -- | -- | -- Income Disparities | 1 | Income Growth Gap between Highest Quintile & Lowest Quintile Households | Income | 1 Income Disparities | 2 | Average Income by Household Income Grouping | Income | 2 Racial and Ethnic Disparities | 1 | Median Income Gap Relative to Households with White, non-Latinx Householder | Income | 3 Racial and Ethnic Disparities | 2 | Median Household Income by Householder’s Major Race or Ethnic Group | Income | 4 Sex Disparities | 1 | Median Income Gap between Sexes | Income | 5 Sex Disparities | 2 | Median Income by Sex | Income | 6 Sex Disparities | 3 | Labor Force Participation Gap between Sexes | Labor Force | 1 Sex Disparities | 4 | Labor Force Participation by Sex | Labor Force | 2 Racial and Ethnic Disparities | 4 | Labor Force Participation Gap Relative to White Participation Rate | Labor Force | 3 Racial and Ethnic Disparities | 5 | Labor Force Participation by Race | Labor Force | 4 Racial and Ethnic Disparities | 3 | Racial/Ethnic Segregation Index | Segregation | 1 Income Disparities | 3 | Income Segregation Index | Segregation | 2
1.0
3 indicator page reconfigurations - @hachadorian To reconfiguring the 3 indicator pages I suggest: - "Income Disparities" becomes "Income" - "Racial and Ethnic Disparities" becomes "Segregation" - "Sex Disparities" becomes "Labor Force" Here's the new pages and location of their charts on the current pages. There's a chance I will do some renaming, but would like to see them in their new homes first. Also, Income now will break the record for having 6 charts. This makes me want to do that consolidation of Gaps and Totals in a double toggle that I mentioned, so they could reduce to 3 charts. But I'll put that in as a separate issue with medium priority. Current Page | Chart Number | Chart Name | New Page | New Number -- | -- | -- | -- | -- Income Disparities | 1 | Income Growth Gap between Highest Quintile & Lowest Quintile Households | Income | 1 Income Disparities | 2 | Average Income by Household Income Grouping | Income | 2 Racial and Ethnic Disparities | 1 | Median Income Gap Relative to Households with White, non-Latinx Householder | Income | 3 Racial and Ethnic Disparities | 2 | Median Household Income by Householder’s Major Race or Ethnic Group | Income | 4 Sex Disparities | 1 | Median Income Gap between Sexes | Income | 5 Sex Disparities | 2 | Median Income by Sex | Income | 6 Sex Disparities | 3 | Labor Force Participation Gap between Sexes | Labor Force | 1 Sex Disparities | 4 | Labor Force Participation by Sex | Labor Force | 2 Racial and Ethnic Disparities | 4 | Labor Force Participation Gap Relative to White Participation Rate | Labor Force | 3 Racial and Ethnic Disparities | 5 | Labor Force Participation by Race | Labor Force | 4 Racial and Ethnic Disparities | 3 | Racial/Ethnic Segregation Index | Segregation | 1 Income Disparities | 3 | Income Segregation Index | Segregation | 2
priority
indicator page reconfigurations hachadorian to reconfiguring the indicator pages i suggest income disparities becomes income racial and ethnic disparities becomes segregation sex disparities becomes labor force here s the new pages and location of their charts on the current pages there s a chance i will do some renaming but would like to see them in their new homes first also income now will break the record for having charts this makes me want to do that consolidation of gaps and totals in a double toggle that i mentioned so they could reduce to charts but i ll put that in as a separate issue with medium priority current page chart number chart name new page new number income disparities income growth gap between highest quintile lowest quintile households income income disparities average income by household income grouping income racial and ethnic disparities median income gap relative to households with white non latinx householder income racial and ethnic disparities median household income by householder’s major race or ethnic group income sex disparities median income gap between sexes income sex disparities median income by sex income sex disparities labor force participation gap between sexes labor force sex disparities labor force participation by sex labor force racial and ethnic disparities labor force participation gap relative to white participation rate labor force racial and ethnic disparities labor force participation by race labor force racial and ethnic disparities racial ethnic segregation index segregation income disparities income segregation index segregation
1
226,256
7,516,853,679
IssuesEvent
2018-04-12 00:08:50
mozafari/verdictdb
https://api.github.com/repos/mozafari/verdictdb
closed
multiple inner joins from a parse tree get rewritten to SQL incorrectly
bug high priority
Since we parse inner joins recursively, we get a parse tree that is nested for inner joins. The problem here is that SQL from the parse tree writes multiple inner joins in a nested fashion, which makes the result query incorrect. For example, with the following parse tree: ``` ApproxLimitedRelation(vt22) [100] ApproxOrderedRelation(vt22) [i_item_id ASC, i_item_desc ASC, s_state ASC] ApproxAggregatedRelation(vt22) [vt12.`i_item_id` AS `i_item_id`, vt12.`i_item_desc` AS `i_item_desc`, vt11.`s_state` AS `s_state`, count(*) AS `store_sales_quantitycount`, avg(vt5.`ss_quantity`) AS `store_sales_quantityave`, stddev_samp(vt5.`ss_quantity`) AS `store_sales_quantitystdev`, (stddev_samp(`ss_quantity`) / avg(`ss_quantity`)) AS `store_sales_quantitycov`, count(*) AS `as_store_returns_quantitycount`, avg(vt6.`sr_return_quantity`) AS `as_store_returns_quantityave`, stddev_samp(vt6.`sr_return_quantity`) AS `as_store_returns_quantitystdev`, (stddev_samp(`sr_return_quantity`) / avg(`sr_return_quantity`)) AS `store_returns_quantitycov`, count(*) AS `catalog_sales_quantitycount`, avg(vt7.`cs_quantity`) AS `catalog_sales_quantityave`, (stddev_samp(`cs_quantity`) / avg(`cs_quantity`)) AS `catalog_sales_quantitystdev`, (stddev_samp(`cs_quantity`) / avg(`cs_quantity`)) AS `catalog_sales_quantitycov`] type: grouped-stratified ([cs_call_center_sk]), cost: 1026106.000000 ApproxGroupedRelation(d1_vt11_vt12_vt5_vt6_d2_vt7_d3, grouped-stratified ([cs_call_center_sk])) [vt12.`i_item_id`, vt12.`i_item_desc`, vt11.`s_state`] ApproxFilteredRelation(d1_vt11_vt12_vt5_vt6_d2_vt7_d3) [((d1.`d_quarter_name` = '2000Q1') AND (d2.`d_quarter_name` IN ('2000Q1', '2000Q2', '2000Q3'))) AND (d3.`d_quarter_name` IN ('2000Q1', '2000Q2', '2000Q3'))] ApproxJoinedRelation(d1_vt11_vt12_vt5_vt6_d2_vt7_d3) [(vt7.`cs_sold_date_sk`,d3.`d_date_sk`)], sample type: stratified ([cs_call_center_sk]), sampling prob: 0.001740, cost: 1026106.000000 ApproxJoinedRelation(d1_vt11_vt12_vt5_vt6_d2_vt7) [(vt6.`sr_customer_sk`,vt7.`cs_bill_customer_sk`), (vt6.`sr_item_sk`,vt7.`cs_item_sk`)], sample type: stratified ([cs_call_center_sk]), sampling prob: 0.001740, cost: 1026106.000000 ApproxJoinedRelation(d1_vt11_vt12_vt5_vt6_d2) [(vt6.`sr_returned_date_sk`,d2.`d_date_sk`)], sample type: uniform ([]), sampling prob: 0.174000, cost: 1000495.000000 ApproxJoinedRelation(d1_vt11_vt12_vt5_vt6) [(d1.`d_date_sk`,vt5.`ss_sold_date_sk`)], sample type: uniform ([]), sampling prob: 0.174000, cost: 1000495.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.date_dim, d1), (date_dim,nosample,1.00,), cost: 0.000000 ApproxJoinedRelation(vt11_vt12_vt5_vt6) [(vt5.`ss_customer_sk`,vt6.`sr_customer_sk`), (vt5.`ss_item_sk`,vt6.`sr_item_sk`), (vt5.`ss_ticket_number`,vt6.`sr_ticket_number`)], sample type: uniform ([]), sampling prob: 0.174000, cost: 1000495.000000 ApproxJoinedRelation(vt11_vt12_vt5) [(vt11.`s_store_sk`,vt5.`ss_store_sk`)], sample type: uniform ([]), sampling prob: 0.174000, cost: 1000495.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.store, vt11), (store,nosample,1.00,), cost: 0.000000 ApproxJoinedRelation(vt12_vt5) [(vt12.`i_item_sk`,vt5.`ss_item_sk`)], sample type: uniform ([]), sampling prob: 0.174000, cost: 1000495.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.item, vt12), (item,nosample,1.00,), cost: 0.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.store_sales, vt5), (store_sales,uniform,0.17,), cost: 1000495.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.store_returns, vt6), (store_returns,nosample,1.00,), cost: 0.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.date_dim, d2), (date_dim,nosample,1.00,), cost: 0.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.catalog_sales, vt7), (catalog_sales,stratified,0.01,cs_call_center_sk), cost: 25611.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.date_dim, d3), (date_dim,nosample,1.00,), cost: 0.000000 ``` We get following 'FROM ... INNER JOIN ... ON" clause: ```sql FROM tpcds_bin_partitioned_orc_2.date_dim AS d1 INNER JOIN tpcds_bin_partitioned_orc_2.store AS vt11 INNER JOIN tpcds_bin_partitioned_orc_2.item AS vt12 INNER JOIN tpcds_bin_partitioned_orc_2_verdict.vs_store_sales_uf_0_1740 AS vt5 ON vt12.`i_item_sk` = vt5.`ss_item_sk` ON vt11.`s_store_sk` = vt5.`ss_store_sk` INNER JOIN tpcds_bin_partitioned_orc_2.store_returns AS vt6 ON vt5.`ss_customer_sk` = vt6.`sr_customer_sk` AND vt5.`ss_item_sk` = vt6.`sr_item_sk` AND vt5.`ss_ticket_number` = vt6.`sr_ticket_number` ON d1.`d_date_sk` = vt5.`ss_sold_date_sk` INNER JOIN tpcds_bin_partitioned_orc_2.date_dim AS d2 ON vt6.`sr_returned_date_sk` = d2.`d_date_sk` INNER JOIN tpcds_bin_partitioned_orc_2_verdict.vs_catalog_sales_st_0_0100_cs_call_center_sk AS vt7 ON vt6.`sr_customer_sk` = vt7.`cs_bill_customer_sk` AND vt6.`sr_item_sk` = vt7.`cs_item_sk` INNER JOIN tpcds_bin_partitioned_orc_2.date_dim AS d3 ON vt7.`cs_sold_date_sk` = d3.`d_date_sk` ``` which is incorrect due to it being nested. We need to somehow flatten them out when we write SQL from the parse tree.
1.0
multiple inner joins from a parse tree get rewritten to SQL incorrectly - Since we parse inner joins recursively, we get a parse tree that is nested for inner joins. The problem here is that SQL from the parse tree writes multiple inner joins in a nested fashion, which makes the result query incorrect. For example, with the following parse tree: ``` ApproxLimitedRelation(vt22) [100] ApproxOrderedRelation(vt22) [i_item_id ASC, i_item_desc ASC, s_state ASC] ApproxAggregatedRelation(vt22) [vt12.`i_item_id` AS `i_item_id`, vt12.`i_item_desc` AS `i_item_desc`, vt11.`s_state` AS `s_state`, count(*) AS `store_sales_quantitycount`, avg(vt5.`ss_quantity`) AS `store_sales_quantityave`, stddev_samp(vt5.`ss_quantity`) AS `store_sales_quantitystdev`, (stddev_samp(`ss_quantity`) / avg(`ss_quantity`)) AS `store_sales_quantitycov`, count(*) AS `as_store_returns_quantitycount`, avg(vt6.`sr_return_quantity`) AS `as_store_returns_quantityave`, stddev_samp(vt6.`sr_return_quantity`) AS `as_store_returns_quantitystdev`, (stddev_samp(`sr_return_quantity`) / avg(`sr_return_quantity`)) AS `store_returns_quantitycov`, count(*) AS `catalog_sales_quantitycount`, avg(vt7.`cs_quantity`) AS `catalog_sales_quantityave`, (stddev_samp(`cs_quantity`) / avg(`cs_quantity`)) AS `catalog_sales_quantitystdev`, (stddev_samp(`cs_quantity`) / avg(`cs_quantity`)) AS `catalog_sales_quantitycov`] type: grouped-stratified ([cs_call_center_sk]), cost: 1026106.000000 ApproxGroupedRelation(d1_vt11_vt12_vt5_vt6_d2_vt7_d3, grouped-stratified ([cs_call_center_sk])) [vt12.`i_item_id`, vt12.`i_item_desc`, vt11.`s_state`] ApproxFilteredRelation(d1_vt11_vt12_vt5_vt6_d2_vt7_d3) [((d1.`d_quarter_name` = '2000Q1') AND (d2.`d_quarter_name` IN ('2000Q1', '2000Q2', '2000Q3'))) AND (d3.`d_quarter_name` IN ('2000Q1', '2000Q2', '2000Q3'))] ApproxJoinedRelation(d1_vt11_vt12_vt5_vt6_d2_vt7_d3) [(vt7.`cs_sold_date_sk`,d3.`d_date_sk`)], sample type: stratified ([cs_call_center_sk]), sampling prob: 0.001740, cost: 1026106.000000 ApproxJoinedRelation(d1_vt11_vt12_vt5_vt6_d2_vt7) [(vt6.`sr_customer_sk`,vt7.`cs_bill_customer_sk`), (vt6.`sr_item_sk`,vt7.`cs_item_sk`)], sample type: stratified ([cs_call_center_sk]), sampling prob: 0.001740, cost: 1026106.000000 ApproxJoinedRelation(d1_vt11_vt12_vt5_vt6_d2) [(vt6.`sr_returned_date_sk`,d2.`d_date_sk`)], sample type: uniform ([]), sampling prob: 0.174000, cost: 1000495.000000 ApproxJoinedRelation(d1_vt11_vt12_vt5_vt6) [(d1.`d_date_sk`,vt5.`ss_sold_date_sk`)], sample type: uniform ([]), sampling prob: 0.174000, cost: 1000495.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.date_dim, d1), (date_dim,nosample,1.00,), cost: 0.000000 ApproxJoinedRelation(vt11_vt12_vt5_vt6) [(vt5.`ss_customer_sk`,vt6.`sr_customer_sk`), (vt5.`ss_item_sk`,vt6.`sr_item_sk`), (vt5.`ss_ticket_number`,vt6.`sr_ticket_number`)], sample type: uniform ([]), sampling prob: 0.174000, cost: 1000495.000000 ApproxJoinedRelation(vt11_vt12_vt5) [(vt11.`s_store_sk`,vt5.`ss_store_sk`)], sample type: uniform ([]), sampling prob: 0.174000, cost: 1000495.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.store, vt11), (store,nosample,1.00,), cost: 0.000000 ApproxJoinedRelation(vt12_vt5) [(vt12.`i_item_sk`,vt5.`ss_item_sk`)], sample type: uniform ([]), sampling prob: 0.174000, cost: 1000495.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.item, vt12), (item,nosample,1.00,), cost: 0.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.store_sales, vt5), (store_sales,uniform,0.17,), cost: 1000495.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.store_returns, vt6), (store_returns,nosample,1.00,), cost: 0.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.date_dim, d2), (date_dim,nosample,1.00,), cost: 0.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.catalog_sales, vt7), (catalog_sales,stratified,0.01,cs_call_center_sk), cost: 25611.000000 ApproxSingleRelation(tpcds_bin_partitioned_orc_2.date_dim, d3), (date_dim,nosample,1.00,), cost: 0.000000 ``` We get following 'FROM ... INNER JOIN ... ON" clause: ```sql FROM tpcds_bin_partitioned_orc_2.date_dim AS d1 INNER JOIN tpcds_bin_partitioned_orc_2.store AS vt11 INNER JOIN tpcds_bin_partitioned_orc_2.item AS vt12 INNER JOIN tpcds_bin_partitioned_orc_2_verdict.vs_store_sales_uf_0_1740 AS vt5 ON vt12.`i_item_sk` = vt5.`ss_item_sk` ON vt11.`s_store_sk` = vt5.`ss_store_sk` INNER JOIN tpcds_bin_partitioned_orc_2.store_returns AS vt6 ON vt5.`ss_customer_sk` = vt6.`sr_customer_sk` AND vt5.`ss_item_sk` = vt6.`sr_item_sk` AND vt5.`ss_ticket_number` = vt6.`sr_ticket_number` ON d1.`d_date_sk` = vt5.`ss_sold_date_sk` INNER JOIN tpcds_bin_partitioned_orc_2.date_dim AS d2 ON vt6.`sr_returned_date_sk` = d2.`d_date_sk` INNER JOIN tpcds_bin_partitioned_orc_2_verdict.vs_catalog_sales_st_0_0100_cs_call_center_sk AS vt7 ON vt6.`sr_customer_sk` = vt7.`cs_bill_customer_sk` AND vt6.`sr_item_sk` = vt7.`cs_item_sk` INNER JOIN tpcds_bin_partitioned_orc_2.date_dim AS d3 ON vt7.`cs_sold_date_sk` = d3.`d_date_sk` ``` which is incorrect due to it being nested. We need to somehow flatten them out when we write SQL from the parse tree.
priority
multiple inner joins from a parse tree get rewritten to sql incorrectly since we parse inner joins recursively we get a parse tree that is nested for inner joins the problem here is that sql from the parse tree writes multiple inner joins in a nested fashion which makes the result query incorrect for example with the following parse tree approxlimitedrelation approxorderedrelation approxaggregatedrelation type grouped stratified cost approxgroupedrelation grouped stratified approxfilteredrelation approxjoinedrelation sample type stratified sampling prob cost approxjoinedrelation sample type stratified sampling prob cost approxjoinedrelation sample type uniform sampling prob cost approxjoinedrelation sample type uniform sampling prob cost approxsinglerelation tpcds bin partitioned orc date dim date dim nosample cost approxjoinedrelation sample type uniform sampling prob cost approxjoinedrelation sample type uniform sampling prob cost approxsinglerelation tpcds bin partitioned orc store store nosample cost approxjoinedrelation sample type uniform sampling prob cost approxsinglerelation tpcds bin partitioned orc item item nosample cost approxsinglerelation tpcds bin partitioned orc store sales store sales uniform cost approxsinglerelation tpcds bin partitioned orc store returns store returns nosample cost approxsinglerelation tpcds bin partitioned orc date dim date dim nosample cost approxsinglerelation tpcds bin partitioned orc catalog sales catalog sales stratified cs call center sk cost approxsinglerelation tpcds bin partitioned orc date dim date dim nosample cost we get following from inner join on clause sql from tpcds bin partitioned orc date dim as inner join tpcds bin partitioned orc store as inner join tpcds bin partitioned orc item as inner join tpcds bin partitioned orc verdict vs store sales uf as on i item sk ss item sk on s store sk ss store sk inner join tpcds bin partitioned orc store returns as on ss customer sk sr customer sk and ss item sk sr item sk and ss ticket number sr ticket number on d date sk ss sold date sk inner join tpcds bin partitioned orc date dim as on sr returned date sk d date sk inner join tpcds bin partitioned orc verdict vs catalog sales st cs call center sk as on sr customer sk cs bill customer sk and sr item sk cs item sk inner join tpcds bin partitioned orc date dim as on cs sold date sk d date sk which is incorrect due to it being nested we need to somehow flatten them out when we write sql from the parse tree
1
374,744
11,094,908,134
IssuesEvent
2019-12-16 07:46:45
arcticicestudio/nord-jetbrains
https://api.github.com/repos/arcticicestudio/nord-jetbrains
closed
Go syntax highlighting support for IntelliJ/Goland 2019.3
context-syntax priority-high scope-compatibility scope-ux target-goland target-intellij-idea type-bug
Related to #69, #70 --- Like already documented and fixed in #70, IntelliJ/Goland version 2019.3 also [changes in Go's syntax highlight for the default bundled color schemes][goland]. This again requires to explicitly define the values for some attributes in order to achieve the same highlight like in previous versions that are matching Nord's style guidelines. [goland]: https://www.jetbrains.com/go/whatsnew/#v2019-3-code-editing
1.0
Go syntax highlighting support for IntelliJ/Goland 2019.3 - Related to #69, #70 --- Like already documented and fixed in #70, IntelliJ/Goland version 2019.3 also [changes in Go's syntax highlight for the default bundled color schemes][goland]. This again requires to explicitly define the values for some attributes in order to achieve the same highlight like in previous versions that are matching Nord's style guidelines. [goland]: https://www.jetbrains.com/go/whatsnew/#v2019-3-code-editing
priority
go syntax highlighting support for intellij goland related to like already documented and fixed in intellij goland version also this again requires to explicitly define the values for some attributes in order to achieve the same highlight like in previous versions that are matching nord s style guidelines
1
432,467
12,493,905,869
IssuesEvent
2020-06-01 10:08:33
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
closed
"Edit Group Discussion" Text is not translatable
bug priority: high
**Describe the bug** "Edit Group Discussion" text in adminbar is not translatable. **Expected behavior** Text should be written using WP "__" function **Screenshots** http://prntscr.com/srku9c Code LINE(80): https://github.com/buddyboss/buddyboss-platform/blob/dev/src/bp-groups/bp-groups-adminbar.php#L80
1.0
"Edit Group Discussion" Text is not translatable - **Describe the bug** "Edit Group Discussion" text in adminbar is not translatable. **Expected behavior** Text should be written using WP "__" function **Screenshots** http://prntscr.com/srku9c Code LINE(80): https://github.com/buddyboss/buddyboss-platform/blob/dev/src/bp-groups/bp-groups-adminbar.php#L80
priority
edit group discussion text is not translatable describe the bug edit group discussion text in adminbar is not translatable expected behavior text should be written using wp function screenshots code line
1
666,382
22,352,642,826
IssuesEvent
2022-06-15 13:20:48
aseprite/aseprite
https://api.github.com/repos/aseprite/aseprite
closed
File > Export resize destroys the redo buffer
bug high priority refactor complexity wip
This is similar to Issue #839 1. Make a new document. 2. Make a stroke. 3. Make a second stroke. 4. Undo the second stroke. 5. Save Copy As using a resize value different from 100% 6. Redoing resizes instead of making the second stroke. ![redobufferdestroy](https://cloud.githubusercontent.com/assets/8582123/15008752/76ed17d0-11b0-11e6-809e-f84ce331c500.gif) On Aseprite v1.1.4.1 on Windows Vista 32 Bit I think I got burned on this once trying to save an earlier version of a file I was working on by using undo. I'm trying to report some stuff I've known about but never bothered to report.
1.0
File > Export resize destroys the redo buffer - This is similar to Issue #839 1. Make a new document. 2. Make a stroke. 3. Make a second stroke. 4. Undo the second stroke. 5. Save Copy As using a resize value different from 100% 6. Redoing resizes instead of making the second stroke. ![redobufferdestroy](https://cloud.githubusercontent.com/assets/8582123/15008752/76ed17d0-11b0-11e6-809e-f84ce331c500.gif) On Aseprite v1.1.4.1 on Windows Vista 32 Bit I think I got burned on this once trying to save an earlier version of a file I was working on by using undo. I'm trying to report some stuff I've known about but never bothered to report.
priority
file export resize destroys the redo buffer this is similar to issue make a new document make a stroke make a second stroke undo the second stroke save copy as using a resize value different from redoing resizes instead of making the second stroke on aseprite on windows vista bit i think i got burned on this once trying to save an earlier version of a file i was working on by using undo i m trying to report some stuff i ve known about but never bothered to report
1
406,112
11,887,028,173
IssuesEvent
2020-03-27 23:52:21
matsengrp/olmsted
https://api.github.com/repos/matsengrp/olmsted
closed
Sliders only work in Chrome
high-priority viz-interaction
@metasoarous and I have both experienced that in Firefox if you move one of the sliders rendered by Vega for the tree component, they will instantly reset themselves. This seems new but we agree that it seems like either a CSS oddity or a Vega bug because there are no Redux actions being triggered by these sliders that might cause an actual reset of the viz (and because this only happens in Firefox).
1.0
Sliders only work in Chrome - @metasoarous and I have both experienced that in Firefox if you move one of the sliders rendered by Vega for the tree component, they will instantly reset themselves. This seems new but we agree that it seems like either a CSS oddity or a Vega bug because there are no Redux actions being triggered by these sliders that might cause an actual reset of the viz (and because this only happens in Firefox).
priority
sliders only work in chrome metasoarous and i have both experienced that in firefox if you move one of the sliders rendered by vega for the tree component they will instantly reset themselves this seems new but we agree that it seems like either a css oddity or a vega bug because there are no redux actions being triggered by these sliders that might cause an actual reset of the viz and because this only happens in firefox
1
206,365
7,111,940,444
IssuesEvent
2018-01-17 15:38:45
marklogic-community/data-explorer
https://api.github.com/repos/marklogic-community/data-explorer
opened
FERR-90 - CRUD for queries and views
JIRA Migration component:UI priority:high type:task
**Original Reporter:** @markschiffner **Created:** 13/Jan/18 8:00 PM # Description Have CRUD (Create, Read, Update, Delete) management on the UI for query and views. Currently we can only create queries through the UI. Any updates and deletes would have to be done via QConsole. # Comments @markschiffner added a comment - 13/Jan/18 8:01 PM This can be worked in conjunction with FERR-38 (#12). It can also be broken down into multiple tickets if needed.
1.0
FERR-90 - CRUD for queries and views - **Original Reporter:** @markschiffner **Created:** 13/Jan/18 8:00 PM # Description Have CRUD (Create, Read, Update, Delete) management on the UI for query and views. Currently we can only create queries through the UI. Any updates and deletes would have to be done via QConsole. # Comments @markschiffner added a comment - 13/Jan/18 8:01 PM This can be worked in conjunction with FERR-38 (#12). It can also be broken down into multiple tickets if needed.
priority
ferr crud for queries and views original reporter markschiffner created jan pm description have crud create read update delete management on the ui for query and views currently we can only create queries through the ui any updates and deletes would have to be done via qconsole comments markschiffner added a comment jan pm this can be worked in conjunction with ferr it can also be broken down into multiple tickets if needed
1
672,877
22,843,158,872
IssuesEvent
2022-07-13 01:21:05
PollBuddy/PollBuddy
https://api.github.com/repos/PollBuddy/PollBuddy
closed
Results page table and download button
frontend high-priority
**Please describe what has to be done** Create a view in the frontend poll results page that shows results as a table instead of a graph, similar to how the CSV export (#646) looks, but we can be a bit more flexible without the CSV format restrictions. Also, add a download button that uses the CSV export function to let the poll admin download a CSV with the results of the poll. These will require endpoints made in #646.
1.0
Results page table and download button - **Please describe what has to be done** Create a view in the frontend poll results page that shows results as a table instead of a graph, similar to how the CSV export (#646) looks, but we can be a bit more flexible without the CSV format restrictions. Also, add a download button that uses the CSV export function to let the poll admin download a CSV with the results of the poll. These will require endpoints made in #646.
priority
results page table and download button please describe what has to be done create a view in the frontend poll results page that shows results as a table instead of a graph similar to how the csv export looks but we can be a bit more flexible without the csv format restrictions also add a download button that uses the csv export function to let the poll admin download a csv with the results of the poll these will require endpoints made in
1
362,976
10,735,798,552
IssuesEvent
2019-10-29 09:33:09
AY1920S1-CS2113T-W13-2/main
https://api.github.com/repos/AY1920S1-CS2113T-W13-2/main
closed
Create and edit notes feature.
priority.High type.Task
Allow users to create and edit their own personal notes to enhance their learning experience.
1.0
Create and edit notes feature. - Allow users to create and edit their own personal notes to enhance their learning experience.
priority
create and edit notes feature allow users to create and edit their own personal notes to enhance their learning experience
1
407,690
11,935,833,719
IssuesEvent
2020-04-02 09:16:14
droidconKE/droidconKE2020App
https://api.github.com/repos/droidconKE/droidconKE2020App
opened
Testing Guidlines
High Priority help wanted
Come up with Testing Guidelines for the various tests to be done by anyone working on an issue and how to write and do the tests. This is to help those who are new to test and would love to contribute to the development of the app. The guidelines are supposed to be outlined in the [ReadME](https://github.com/droidconKE/droidconKE2020App/blob/master/README.md)
1.0
Testing Guidlines - Come up with Testing Guidelines for the various tests to be done by anyone working on an issue and how to write and do the tests. This is to help those who are new to test and would love to contribute to the development of the app. The guidelines are supposed to be outlined in the [ReadME](https://github.com/droidconKE/droidconKE2020App/blob/master/README.md)
priority
testing guidlines come up with testing guidelines for the various tests to be done by anyone working on an issue and how to write and do the tests this is to help those who are new to test and would love to contribute to the development of the app the guidelines are supposed to be outlined in the
1
632,426
20,196,574,214
IssuesEvent
2022-02-11 11:12:55
hackforla/expunge-assist
https://api.github.com/repos/hackforla/expunge-assist
closed
Content Guidelines
priority: high size: large role: UX content writing feature: missing
### Overview The content team on EA was established in June/July 2021. Since there were no previous writers on the team, there were no guides or best practices. The guidelines are for anyone who writes at EA. The guidelines help the content and copy to remain consistent, regardless of who is writing (Content team, Design, or UXResearch for example). The guidelines can also help marketing/communications in maintaining the voice and tone of Expunge Assist. The guidelines must be updated and revised on an ongoing basis as practices and needs change for Expunge Assist. This is the initial iteration. ### Action Items - [x] Background research into content guidelines and specific issues for this project - [x] Draft the guidelines - [x] Edit, revise - [x] Present to all teams for feedback - [x] Edit, revise, iterate - [x] Approval by all teams Guidelines should be continuously reviewed and updated when necessary. ### Resources/Instructions [Guidelines doc](https://docs.google.com/document/d/1w8iHLEjgBlkwi6jm7XgLoI0RE3JtmUnJtCq3psks1nI/edit#heading=h.xtnbl0fl5vs6)
1.0
Content Guidelines - ### Overview The content team on EA was established in June/July 2021. Since there were no previous writers on the team, there were no guides or best practices. The guidelines are for anyone who writes at EA. The guidelines help the content and copy to remain consistent, regardless of who is writing (Content team, Design, or UXResearch for example). The guidelines can also help marketing/communications in maintaining the voice and tone of Expunge Assist. The guidelines must be updated and revised on an ongoing basis as practices and needs change for Expunge Assist. This is the initial iteration. ### Action Items - [x] Background research into content guidelines and specific issues for this project - [x] Draft the guidelines - [x] Edit, revise - [x] Present to all teams for feedback - [x] Edit, revise, iterate - [x] Approval by all teams Guidelines should be continuously reviewed and updated when necessary. ### Resources/Instructions [Guidelines doc](https://docs.google.com/document/d/1w8iHLEjgBlkwi6jm7XgLoI0RE3JtmUnJtCq3psks1nI/edit#heading=h.xtnbl0fl5vs6)
priority
content guidelines overview the content team on ea was established in june july since there were no previous writers on the team there were no guides or best practices the guidelines are for anyone who writes at ea the guidelines help the content and copy to remain consistent regardless of who is writing content team design or uxresearch for example the guidelines can also help marketing communications in maintaining the voice and tone of expunge assist the guidelines must be updated and revised on an ongoing basis as practices and needs change for expunge assist this is the initial iteration action items background research into content guidelines and specific issues for this project draft the guidelines edit revise present to all teams for feedback edit revise iterate approval by all teams guidelines should be continuously reviewed and updated when necessary resources instructions
1
576,399
17,086,201,854
IssuesEvent
2021-07-08 12:11:23
HEPData/hepdata
https://api.github.com/repos/HEPData/hepdata
closed
email: send notification to Coordinator when a new record has been created
complexity: low priority: high type: enhancement
The email should contain the paper title, a link to the record, and the names and email addresses of the Uploader and Reviewer. This notification would be particularly useful to keep everyone informed when multiple Coordinators share a group email address.
1.0
email: send notification to Coordinator when a new record has been created - The email should contain the paper title, a link to the record, and the names and email addresses of the Uploader and Reviewer. This notification would be particularly useful to keep everyone informed when multiple Coordinators share a group email address.
priority
email send notification to coordinator when a new record has been created the email should contain the paper title a link to the record and the names and email addresses of the uploader and reviewer this notification would be particularly useful to keep everyone informed when multiple coordinators share a group email address
1
794,680
28,044,466,828
IssuesEvent
2023-03-28 21:20:23
DSpace/dspace-angular
https://api.github.com/repos/DSpace/dspace-angular
closed
Media viewer thumbnails don't take viewport width into account
bug high priority component: Item claimed: Atmire
**Describe the bug** When running with `mediaViewer.image = true`, thumbnails on Item pages have a fixed width which doesn't look right on screen widths between 768px and 1200px <img width="802" alt="20221017-120217" src="https://user-images.githubusercontent.com/31547038/196149786-14d81203-a5ea-4721-9d9f-dfe154c8c57f.png"> **To Reproduce** Open any Item on the demo server (or start a local instance with `mediaViewer.image = true`) Resize the screen somewhere between 768px and 1200px **Expected behavior** The "Media viewer thumbnail" should resize to fit in the left column without overlapping with the right column **Related work** Could be fixed at the same time as https://github.com/DSpace/dspace-angular/issues/1887
1.0
Media viewer thumbnails don't take viewport width into account - **Describe the bug** When running with `mediaViewer.image = true`, thumbnails on Item pages have a fixed width which doesn't look right on screen widths between 768px and 1200px <img width="802" alt="20221017-120217" src="https://user-images.githubusercontent.com/31547038/196149786-14d81203-a5ea-4721-9d9f-dfe154c8c57f.png"> **To Reproduce** Open any Item on the demo server (or start a local instance with `mediaViewer.image = true`) Resize the screen somewhere between 768px and 1200px **Expected behavior** The "Media viewer thumbnail" should resize to fit in the left column without overlapping with the right column **Related work** Could be fixed at the same time as https://github.com/DSpace/dspace-angular/issues/1887
priority
media viewer thumbnails don t take viewport width into account describe the bug when running with mediaviewer image true thumbnails on item pages have a fixed width which doesn t look right on screen widths between and img width alt src to reproduce open any item on the demo server or start a local instance with mediaviewer image true resize the screen somewhere between and expected behavior the media viewer thumbnail should resize to fit in the left column without overlapping with the right column related work could be fixed at the same time as
1
133,843
5,215,425,973
IssuesEvent
2017-01-26 04:55:25
HutchBusinessGroup/ELDv3.0
https://api.github.com/repos/HutchBusinessGroup/ELDv3.0
opened
Change the brightness to max upon close of gauge cluster
bug High Priority Task
Driver's are changing to night mode on gauge cluster and then going home. Brightness gets to minimum and second day driver comes in and he/she cannot see the screen. I think we should turn the brightness to max upon vehicle shutdown.
1.0
Change the brightness to max upon close of gauge cluster - Driver's are changing to night mode on gauge cluster and then going home. Brightness gets to minimum and second day driver comes in and he/she cannot see the screen. I think we should turn the brightness to max upon vehicle shutdown.
priority
change the brightness to max upon close of gauge cluster driver s are changing to night mode on gauge cluster and then going home brightness gets to minimum and second day driver comes in and he she cannot see the screen i think we should turn the brightness to max upon vehicle shutdown
1
241,728
7,833,792,468
IssuesEvent
2018-06-16 03:28:20
ThreadNet/ThreadNet
https://api.github.com/repos/ThreadNet/ThreadNet
closed
Allow reading of XES files
Highest priority Interactivity Research Opportunity!
We need to be able to read in data in XES format (IEEE standard event logs).
1.0
Allow reading of XES files - We need to be able to read in data in XES format (IEEE standard event logs).
priority
allow reading of xes files we need to be able to read in data in xes format ieee standard event logs
1
340,901
10,279,885,256
IssuesEvent
2019-08-26 02:27:44
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
Libtorch binaries compiled with flag _GLIBCXX_USE_CXX11_ABI = 1
high priority module: binaries module: cpp topic: abi triaged
Libtorch binaries can be installed from https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip, but these are build with _GLIBCXX_USE_CXX11_ABI = 0 which make it incompatible for certain cases. Is it possible to get latest ompiled with _GLIBCXX_USE_CXX11_ABI = 1
1.0
Libtorch binaries compiled with flag _GLIBCXX_USE_CXX11_ABI = 1 - Libtorch binaries can be installed from https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip, but these are build with _GLIBCXX_USE_CXX11_ABI = 0 which make it incompatible for certain cases. Is it possible to get latest ompiled with _GLIBCXX_USE_CXX11_ABI = 1
priority
libtorch binaries compiled with flag glibcxx use abi libtorch binaries can be installed from but these are build with glibcxx use abi which make it incompatible for certain cases is it possible to get latest ompiled with glibcxx use abi
1
372,365
11,013,241,831
IssuesEvent
2019-12-04 20:02:25
red-hat-storage/ocs-ci
https://api.github.com/repos/red-hat-storage/ocs-ci
closed
We need to have possibility to deploy with: installPlanApproval: Manual
High Priority RFE team/ecosystem
Subscription should have possibility to change to: installPlanApproval: Manual This will allow us to not upgrade env when new build come.
1.0
We need to have possibility to deploy with: installPlanApproval: Manual - Subscription should have possibility to change to: installPlanApproval: Manual This will allow us to not upgrade env when new build come.
priority
we need to have possibility to deploy with installplanapproval manual subscription should have possibility to change to installplanapproval manual this will allow us to not upgrade env when new build come
1
378,005
11,189,313,268
IssuesEvent
2020-01-02 09:08:47
wflms20110333/EZTourney
https://api.github.com/repos/wflms20110333/EZTourney
closed
Add indexes for registrations
enhancement high priority
Add indexes for registrations by timestamp, either as a field for the registration or as the document ID (thus automatically sorting them). This will make viewing changes in the registration list much easier.
1.0
Add indexes for registrations - Add indexes for registrations by timestamp, either as a field for the registration or as the document ID (thus automatically sorting them). This will make viewing changes in the registration list much easier.
priority
add indexes for registrations add indexes for registrations by timestamp either as a field for the registration or as the document id thus automatically sorting them this will make viewing changes in the registration list much easier
1
123,805
4,876,211,370
IssuesEvent
2016-11-16 12:04:49
ably/ably-js
https://api.github.com/repos/ably/ably-js
closed
authorise should store AuthOptions and TokenParams as defaults for subsequent requests
bug high priority
See http://docs.ably.io/client-lib-development-guide/features/#RSA10g I believe [this functionality is not implemented](https://github.com/ably/ably-js/blob/master/common/lib/client/auth.js#L139-L187), yet is documented in our documentation, so we should fix quickly
1.0
authorise should store AuthOptions and TokenParams as defaults for subsequent requests - See http://docs.ably.io/client-lib-development-guide/features/#RSA10g I believe [this functionality is not implemented](https://github.com/ably/ably-js/blob/master/common/lib/client/auth.js#L139-L187), yet is documented in our documentation, so we should fix quickly
priority
authorise should store authoptions and tokenparams as defaults for subsequent requests see i believe yet is documented in our documentation so we should fix quickly
1