Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
4
112
repo_url
stringlengths
33
141
action
stringclasses
3 values
title
stringlengths
1
970
labels
stringlengths
4
625
body
stringlengths
3
247k
index
stringclasses
9 values
text_combine
stringlengths
96
247k
label
stringclasses
2 values
text
stringlengths
96
218k
binary_label
int64
0
1
28,623
13,764,327,917
IssuesEvent
2020-10-07 11:54:57
ppy/osu
https://api.github.com/repos/ppy/osu
closed
osu! freezes within a beatmap
type:performance
Hi there, I just tested out osu lazer for a bit and came across some freezes in which the whole screen freezes for a second or more in the normal osu mode. I don't know what's causing the issue, maybe something with the database (?) as I had a few errors importing my beatmaps. Windows 10 (1709, x64) Intel ...
True
osu! freezes within a beatmap - Hi there, I just tested out osu lazer for a bit and came across some freezes in which the whole screen freezes for a second or more in the normal osu mode. I don't know what's causing the issue, maybe something with the database (?) as I had a few errors importing my beatmaps. ...
perf
osu freezes within a beatmap hi there i just tested out osu lazer for a bit and came across some freezes in which the whole screen freezes for a second or more in the normal osu mode i don t know what s causing the issue maybe something with the database as i had a few errors importing my beatmaps ...
1
506,648
14,669,807,730
IssuesEvent
2020-12-30 02:17:03
GrapheneOS/os_issue_tracker
https://api.github.com/repos/GrapheneOS/os_issue_tracker
closed
roll back changes to vndk ABI caused by churn from compiler hardening
enhancement low-priority upstream
This seems to have been triggered by enabling -ftrivial-auto-var-init=zero. It doesn't seem like anything is actually wrong but rather a lot of non-public things leak into the C++ ABI potentially due to them not using -fvisibility=hidden.
1.0
roll back changes to vndk ABI caused by churn from compiler hardening - This seems to have been triggered by enabling -ftrivial-auto-var-init=zero. It doesn't seem like anything is actually wrong but rather a lot of non-public things leak into the C++ ABI potentially due to them not using -fvisibility=hidden.
non_perf
roll back changes to vndk abi caused by churn from compiler hardening this seems to have been triggered by enabling ftrivial auto var init zero it doesn t seem like anything is actually wrong but rather a lot of non public things leak into the c abi potentially due to them not using fvisibility hidden
0
18,258
10,053,584,003
IssuesEvent
2019-07-21 18:00:21
raoulvdberge/refinedstorage
https://api.github.com/repos/raoulvdberge/refinedstorage
closed
Server crash-loop
Performance
#### Issue description: Server goes into crash-loop #### What happens: On boot, server hangs for a bit, then the watchdog service reboots the server for ticks taking longer than 60 seconds. #### What you expected to happen: No crashing #### Steps to reproduce: 1.boot server 2.wait a minute 3. server rebo...
True
Server crash-loop - #### Issue description: Server goes into crash-loop #### What happens: On boot, server hangs for a bit, then the watchdog service reboots the server for ticks taking longer than 60 seconds. #### What you expected to happen: No crashing #### Steps to reproduce: 1.boot server 2.wait a mi...
perf
server crash loop issue description server goes into crash loop what happens on boot server hangs for a bit then the watchdog service reboots the server for ticks taking longer than seconds what you expected to happen no crashing steps to reproduce boot server wait a min...
1
9,114
6,767,111,023
IssuesEvent
2017-10-26 01:10:36
ianstormtaylor/slate
https://api.github.com/repos/ianstormtaylor/slate
closed
optimize `state.toJSON` performance by being lazier
improvement ⚑ performance
Right now when we do `state.toJSON()`, we serialize all the potential properties of the state, and then delete the ones that shouldn't be included. This is obviously the slower way, we should add in properties if the options call for it instead.
True
optimize `state.toJSON` performance by being lazier - Right now when we do `state.toJSON()`, we serialize all the potential properties of the state, and then delete the ones that shouldn't be included. This is obviously the slower way, we should add in properties if the options call for it instead.
perf
optimize state tojson performance by being lazier right now when we do state tojson we serialize all the potential properties of the state and then delete the ones that shouldn t be included this is obviously the slower way we should add in properties if the options call for it instead
1
23,453
11,966,281,074
IssuesEvent
2020-04-06 02:52:11
Quarantine-Help/quarantine-hybrid-app
https://api.github.com/repos/Quarantine-Help/quarantine-hybrid-app
opened
Modularize the app and implement SelectivePreloadingStrategy
performance refactor
Group the page into modules and consolidate routing. The proposed hierarchy needs to be updated with the latest workflow changes before being implemented. ### Proposed Module Hierarchy **OnboardModule** * Landing pages * Registration pages for Volunteer & Quarantined **MainModule** * Maps page * Request crea...
True
Modularize the app and implement SelectivePreloadingStrategy - Group the page into modules and consolidate routing. The proposed hierarchy needs to be updated with the latest workflow changes before being implemented. ### Proposed Module Hierarchy **OnboardModule** * Landing pages * Registration pages for Volunt...
perf
modularize the app and implement selectivepreloadingstrategy group the page into modules and consolidate routing the proposed hierarchy needs to be updated with the latest workflow changes before being implemented proposed module hierarchy onboardmodule landing pages registration pages for volunt...
1
56,357
31,884,564,610
IssuesEvent
2023-09-16 19:48:15
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
opened
Very slow in those type of calcs
tenet-performance
Net (all versions, 6, 7 and coming 8 are all very slow compared to other languages) I do not expect to be as fast as e.g. rust, but being 10x slower than slow python is a bit of a shame: https://programming-language-benchmarks.vercel.app/problem/edigits I'm not sure if this will work there, but this is a sugges...
True
Very slow in those type of calcs - Net (all versions, 6, 7 and coming 8 are all very slow compared to other languages) I do not expect to be as fast as e.g. rust, but being 10x slower than slow python is a bit of a shame: https://programming-language-benchmarks.vercel.app/problem/edigits I'm not sure if this wi...
perf
very slow in those type of calcs net all versions and coming are all very slow compared to other languages i do not expect to be as fast as e g rust but being slower than slow python is a bit of a shame i m not sure if this will work there but this is a suggestion for possible optimisations ...
1
26,568
13,055,871,729
IssuesEvent
2020-07-30 02:59:07
fused-effects/fused-effects
https://api.github.com/repos/fused-effects/fused-effects
closed
Manually-fused RWST carrier is significantly faster than StateC+ReaderC+WriterC
bug performance
Given [this RWSC carrier](https://gist.github.com/patrickt/0ea924b742bf675b3b1d47cf4091d720) and the following computation: ```haskell go :: ( Member (State Int) sig , Member (Writer String) sig , Member (Reader Bool) sig , Carrier sig m ) => Int -> m () go n = forM_ (take n (cy...
True
Manually-fused RWST carrier is significantly faster than StateC+ReaderC+WriterC - Given [this RWSC carrier](https://gist.github.com/patrickt/0ea924b742bf675b3b1d47cf4091d720) and the following computation: ```haskell go :: ( Member (State Int) sig , Member (Writer String) sig , Member (Reader Bool) si...
perf
manually fused rwst carrier is significantly faster than statec readerc writerc given and the following computation haskell go member state int sig member writer string sig member reader bool sig carrier sig m int m go n form take n cyc...
1
285,518
8,761,701,155
IssuesEvent
2018-12-16 20:05:49
FSPNet/Orion
https://api.github.com/repos/FSPNet/Orion
opened
HTTP Method shouldn't be GET
🐛 Bug 🔖 Version/1.0 🚨 Priority/P0
**Describe the bug** HTTP Method shouldn't be GET, it should be POST, **Expected behavior** Change some GET routes to POST. like 'warband', 'factorio', **Environment (please complete the following information):** - Orion version(s): 1.0.2
1.0
HTTP Method shouldn't be GET - **Describe the bug** HTTP Method shouldn't be GET, it should be POST, **Expected behavior** Change some GET routes to POST. like 'warband', 'factorio', **Environment (please complete the following information):** - Orion version(s): 1.0.2
non_perf
http method shouldn t be get describe the bug http method shouldn t be get it should be post expected behavior change some get routes to post like warband factorio environment please complete the following information orion version s
0
197,997
14,953,083,623
IssuesEvent
2021-01-26 16:16:22
pints-team/pints
https://api.github.com/repos/pints-team/pints
closed
Add value-based (numerical) tests for all samplers / optimisers
unit-testing
E.g. - Seed - Run 100 iterations - Check that there's sufficient change within those iterations (and reduce n if possible) - Store output, either in CSV or in code - Compare This would be _in addition to_ functional testing, and would be slightly annoying because you'd need to update the stored results any ti...
1.0
Add value-based (numerical) tests for all samplers / optimisers - E.g. - Seed - Run 100 iterations - Check that there's sufficient change within those iterations (and reduce n if possible) - Store output, either in CSV or in code - Compare This would be _in addition to_ functional testing, and would be slight...
non_perf
add value based numerical tests for all samplers optimisers e g seed run iterations check that there s sufficient change within those iterations and reduce n if possible store output either in csv or in code compare this would be in addition to functional testing and would be slightly...
0
37,990
18,871,891,643
IssuesEvent
2021-11-13 10:23:46
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
reopened
sql: don't touch ranges unnecessarily during limited scans
C-performance A-sql-execution T-sql-queries
A user saw a case where selecting all rows from a (small) partitioned table was significantly faster than selecting one row using LIMIT 1. The reason was that the first region was also the farthest away, and it only had one row. There is a single TableReader planned in that region (because of the limit); the kv fetc...
True
sql: don't touch ranges unnecessarily during limited scans - A user saw a case where selecting all rows from a (small) partitioned table was significantly faster than selecting one row using LIMIT 1. The reason was that the first region was also the farthest away, and it only had one row. There is a single TableRead...
perf
sql don t touch ranges unnecessarily during limited scans a user saw a case where selecting all rows from a small partitioned table was significantly faster than selecting one row using limit the reason was that the first region was also the farthest away and it only had one row there is a single tableread...
1
23,460
11,887,072,937
IssuesEvent
2020-03-28 00:02:55
microsoft/vscode-cpptools
https://api.github.com/repos/microsoft/vscode-cpptools
closed
Compiler path with spaces produces error
Feature: Configuration Language Service bug quick fix regression
Related topic https://community.platformio.org/t/platform-io-compiler-error/12684 1) We provide a full path to the compiler using `compilerPath` option 2) This a path option, so we do not do any modifications because arguments are passed to `compilerArgs` Yes, we can escape `compilerPath` by default but it looks...
1.0
Compiler path with spaces produces error - Related topic https://community.platformio.org/t/platform-io-compiler-error/12684 1) We provide a full path to the compiler using `compilerPath` option 2) This a path option, so we do not do any modifications because arguments are passed to `compilerArgs` Yes, we can es...
non_perf
compiler path with spaces produces error related topic we provide a full path to the compiler using compilerpath option this a path option so we do not do any modifications because arguments are passed to compilerargs yes we can escape compilerpath by default but it looks like a bug thanks ...
0
12,872
8,029,252,919
IssuesEvent
2018-07-27 15:25:07
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
storage: Raft not committing new entries incrementally
A-core-replication C-performance
A cluster that got into a weird state has revealed something that doesn't appear to be working correctly in raft. The cluster was running 2.0.4 with the patch in https://github.com/cockroachdb/cockroach/issues/27804#issuecomment-406635478 A range had gotten into a state with only two replicas, and one of them had be...
True
storage: Raft not committing new entries incrementally - A cluster that got into a weird state has revealed something that doesn't appear to be working correctly in raft. The cluster was running 2.0.4 with the patch in https://github.com/cockroachdb/cockroach/issues/27804#issuecomment-406635478 A range had gotten in...
perf
storage raft not committing new entries incrementally a cluster that got into a weird state has revealed something that doesn t appear to be working correctly in raft the cluster was running with the patch in a range had gotten into a state with only two replicas and one of them had been down for a long...
1
176,051
13,625,085,484
IssuesEvent
2020-09-24 09:00:10
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
[Test] Test runner doesn't seem to honor weak/strong flag
area-test
See detailed transcript below, but in summary: Running test.py on a test with `--nnbd=weak` passed as an argument results in this command line: ``` DART_CONFIGURATION=ReleaseX64 xcodebuild/ReleaseX64/dart --enable-experiment=non-nullable --ignore-unrecognized-flags --packages=/Users/leafp/src/dart-repo/sdk/.pack...
1.0
[Test] Test runner doesn't seem to honor weak/strong flag - See detailed transcript below, but in summary: Running test.py on a test with `--nnbd=weak` passed as an argument results in this command line: ``` DART_CONFIGURATION=ReleaseX64 xcodebuild/ReleaseX64/dart --enable-experiment=non-nullable --ignore-unreco...
non_perf
test runner doesn t seem to honor weak strong flag see detailed transcript below but in summary running test py on a test with nnbd weak passed as an argument results in this command line dart configuration xcodebuild dart enable experiment non nullable ignore unrecognized flags packages...
0
23,646
12,056,063,823
IssuesEvent
2020-04-15 13:56:08
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
opened
Request to change SQL data type for Tabular Data from text to value
Performance
Issue overview -------------- Interface developer notes performance problems accessing SQLite database because the data type for tabular data are strings instead of a value. Heavy use of custom and predefined tabular data makes for large database files. Interface developer feels that they can improve performance du...
True
Request to change SQL data type for Tabular Data from text to value - Issue overview -------------- Interface developer notes performance problems accessing SQLite database because the data type for tabular data are strings instead of a value. Heavy use of custom and predefined tabular data makes for large database ...
perf
request to change sql data type for tabular data from text to value issue overview interface developer notes performance problems accessing sqlite database because the data type for tabular data are strings instead of a value heavy use of custom and predefined tabular data makes for large database ...
1
316,214
23,619,773,455
IssuesEvent
2022-08-24 19:19:46
Kong/gateway-operator
https://api.github.com/repos/Kong/gateway-operator
opened
Document Supported Gateway Topologies
documentation area/kep area/scalability
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement Currently in our early alpha stage we support only a single monolithic `Gateway` in that there's only one `DataPlane` behind it, and only one "instance" (`Pod`, to be precise) behind that. We do however have noti...
1.0
Document Supported Gateway Topologies - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement Currently in our early alpha stage we support only a single monolithic `Gateway` in that there's only one `DataPlane` behind it, and only one "instance" (`Pod`, to be preci...
non_perf
document supported gateway topologies is there an existing issue for this i have searched the existing issues problem statement currently in our early alpha stage we support only a single monolithic gateway in that there s only one dataplane behind it and only one instance pod to be precise...
0
829,767
31,897,169,510
IssuesEvent
2023-09-18 03:39:59
wso2/api-manager
https://api.github.com/repos/wso2/api-manager
closed
[4.2.0] Upgrade REST API version in Docs
Priority/Highest Component/APIM
This issue is used to track the REST API upgrade in Docs. Major Rest API versions are modified as below publisher : v3--> v4 (major version: v4 , latest version : v4) admin : v3 --> v4 (major version: v4 , latest version : v4) devportal : v2 --> (major version: v3 , latest version : v3)
1.0
[4.2.0] Upgrade REST API version in Docs - This issue is used to track the REST API upgrade in Docs. Major Rest API versions are modified as below publisher : v3--> v4 (major version: v4 , latest version : v4) admin : v3 --> v4 (major version: v4 , latest version : v4) devportal : v2 --> (major version: v3 , la...
non_perf
upgrade rest api version in docs this issue is used to track the rest api upgrade in docs major rest api versions are modified as below publisher major version latest version admin major version latest version devportal major version latest version ...
0
48,373
25,498,732,103
IssuesEvent
2022-11-28 00:22:20
cessen/ropey
https://api.github.com/repos/cessen/ropey
closed
Make Lines iterator more efficient
performance
Currently the `Lines` iterator is roughly equivalent to just calling `Rope::line()` repeatedly with an incrementing index. This is O(log N) for each call to `Lines::next()`, and also is just generally less efficient than it needs to be. This is not only sub-optimal, but also stands out compared to the other iterators...
True
Make Lines iterator more efficient - Currently the `Lines` iterator is roughly equivalent to just calling `Rope::line()` repeatedly with an incrementing index. This is O(log N) for each call to `Lines::next()`, and also is just generally less efficient than it needs to be. This is not only sub-optimal, but also stand...
perf
make lines iterator more efficient currently the lines iterator is roughly equivalent to just calling rope line repeatedly with an incrementing index this is o log n for each call to lines next and also is just generally less efficient than it needs to be this is not only sub optimal but also stand...
1
24,158
12,226,403,415
IssuesEvent
2020-05-03 10:45:17
returntocorp/semgrep
https://api.github.com/repos/returntocorp/semgrep
closed
Investigate slow semgrep perf
performance
Scanning over https://github.com/sobolevn/python-code-disasters has my CPU pinned at 100% for 2 hours. ``` docker run --rm -v $(pwd):/home/repo returntocorp/sgrep:0.4.9 --json --config=https://sgrep.live/c/r/r2c --skip-pattern-validation ``` Adding as a performance investigation / something to add to our perf r...
True
Investigate slow semgrep perf - Scanning over https://github.com/sobolevn/python-code-disasters has my CPU pinned at 100% for 2 hours. ``` docker run --rm -v $(pwd):/home/repo returntocorp/sgrep:0.4.9 --json --config=https://sgrep.live/c/r/r2c --skip-pattern-validation ``` Adding as a performance investigation ...
perf
investigate slow semgrep perf scanning over has my cpu pinned at for hours docker run rm v pwd home repo returntocorp sgrep json config skip pattern validation adding as a performance investigation something to add to our perf regression suite
1
40,875
21,259,429,633
IssuesEvent
2022-04-13 01:21:19
reclosedev/requests-cache
https://api.github.com/repos/reclosedev/requests-cache
opened
Filesystem backend: Add option to store response content in a separate file
enhancement performance
Related to #407. This would help with a few use cases that have come up a few of times now: * Efficiently storing large response contents (without the serialization bottleneck) * Caching responses that primarily contain media or other files you want to access outsize of requests-cache
True
Filesystem backend: Add option to store response content in a separate file - Related to #407. This would help with a few use cases that have come up a few of times now: * Efficiently storing large response contents (without the serialization bottleneck) * Caching responses that primarily contain media or other files...
perf
filesystem backend add option to store response content in a separate file related to this would help with a few use cases that have come up a few of times now efficiently storing large response contents without the serialization bottleneck caching responses that primarily contain media or other files y...
1
22,410
11,595,707,394
IssuesEvent
2020-02-24 17:30:18
qbittorrent/qBittorrent
https://api.github.com/repos/qbittorrent/qBittorrent
closed
stutters
Duplicate Performance
**Please provide the following information** ### qBittorrent version and Operating System Os: Windows 7 64 Bit Ultimate Qbittorrent 4.1.1 64 Bit ### If on linux, libtorrent and Qt version N/A ### What is the problem the setup menu stops every time I open it. Or, when downloading 1 torrent, it will still be b...
True
stutters - **Please provide the following information** ### qBittorrent version and Operating System Os: Windows 7 64 Bit Ultimate Qbittorrent 4.1.1 64 Bit ### If on linux, libtorrent and Qt version N/A ### What is the problem the setup menu stops every time I open it. Or, when downloading 1 torrent, it will...
perf
stutters please provide the following information qbittorrent version and operating system os windows bit ultimate qbittorrent bit if on linux libtorrent and qt version n a what is the problem the setup menu stops every time i open it or when downloading torrent it will s...
1
56,665
8,109,213,931
IssuesEvent
2018-08-14 06:36:54
emotion-js/emotion
https://api.github.com/repos/emotion-js/emotion
closed
Browser Support?
documentation question stale
Just curious if there's a spot I wasn't able to find in the docs that lists what browsers are supported by emotion. I just deployed a component that uses it and have a torrent of errors from IE11 saying that it doesn't understand `WeakMap` - is this an oversight, recommended to be polyfilled independently, or intended ...
1.0
Browser Support? - Just curious if there's a spot I wasn't able to find in the docs that lists what browsers are supported by emotion. I just deployed a component that uses it and have a torrent of errors from IE11 saying that it doesn't understand `WeakMap` - is this an oversight, recommended to be polyfilled independ...
non_perf
browser support just curious if there s a spot i wasn t able to find in the docs that lists what browsers are supported by emotion i just deployed a component that uses it and have a torrent of errors from saying that it doesn t understand weakmap is this an oversight recommended to be polyfilled independent...
0
365,907
10,799,585,405
IssuesEvent
2019-11-06 12:31:23
DFO-Ocean-Navigator/Ocean-Data-Map-Project
https://api.github.com/repos/DFO-Ocean-Navigator/Ocean-Data-Map-Project
closed
Enable OpenLayers zoom slider
Javascript New Feature Priority: Low
I'm thinking the version with the slider in between the zoom buttons. ![image](https://user-images.githubusercontent.com/5572045/64077766-f5fe4100-ccad-11e9-97a4-f2e14634f54c.png) Example code: https://openlayers.org/en/latest/examples/zoomslider.html
1.0
Enable OpenLayers zoom slider - I'm thinking the version with the slider in between the zoom buttons. ![image](https://user-images.githubusercontent.com/5572045/64077766-f5fe4100-ccad-11e9-97a4-f2e14634f54c.png) Example code: https://openlayers.org/en/latest/examples/zoomslider.html
non_perf
enable openlayers zoom slider i m thinking the version with the slider in between the zoom buttons example code
0
651,023
21,448,104,383
IssuesEvent
2022-04-25 08:37:06
space-wizards/space-station-14
https://api.github.com/repos/space-wizards/space-station-14
closed
Implement hardsuits properly
Priority: 2-Before Release Issue: Feature Request Difficulty: 2-Medium
<!-- To automatically tag this issue, add the uppercase label(s) surrounded by brackets below, for example: [LABEL] --> ## Description <!-- Explain your issue in detail, including the steps to reproduce it if applicable. Issues without proper explanation are liable to be closed by maintainers.--> Currently hards...
1.0
Implement hardsuits properly - <!-- To automatically tag this issue, add the uppercase label(s) surrounded by brackets below, for example: [LABEL] --> ## Description <!-- Explain your issue in detail, including the steps to reproduce it if applicable. Issues without proper explanation are liable to be closed by mai...
non_perf
implement hardsuits properly description currently hardsuits are two pieces a helmet and a torso they are functional in game currently as they protect against depressurization through pressureprotection cs however the hardsuit should be one piece a torso that when donned puts a helmet icon in y...
0
12,064
7,775,270,400
IssuesEvent
2018-06-05 01:48:00
deeplearning4j/deeplearning4j
https://api.github.com/repos/deeplearning4j/deeplearning4j
opened
DL4J: Benchmarks, resnet50: can't run batch size 16, can run batch 32
Bug DL4J Performance
I believe this is related to how CuDNN is configured... this particular model is set to ```ConvolutionLayer.AlgoMode.PREFER_FASTEST```; I suspect it's the CuDNN mode internally that is the reason (i.e., batch size 32 uses a different mode that requires less memory). Now, CuDNN (or at least some of the more recent ve...
True
DL4J: Benchmarks, resnet50: can't run batch size 16, can run batch 32 - I believe this is related to how CuDNN is configured... this particular model is set to ```ConvolutionLayer.AlgoMode.PREFER_FASTEST```; I suspect it's the CuDNN mode internally that is the reason (i.e., batch size 32 uses a different mode that requ...
perf
benchmarks can t run batch size can run batch i believe this is related to how cudnn is configured this particular model is set to convolutionlayer algomode prefer fastest i suspect it s the cudnn mode internally that is the reason i e batch size uses a different mode that requires less mem...
1
7,323
5,970,677,253
IssuesEvent
2017-05-30 23:29:30
mozilla/thimble.mozilla.org
https://api.github.com/repos/mozilla/thimble.mozilla.org
closed
Publish server - Update knexjs
Performance publish.webmaker.org
We should update knex.js to the latest version as their changelog indicates some perf fixes as well as a switch from `pool2` to `generic-pool` as their connection pooling interface (I don't know if there will be significant implications for this but I assume better connection management). It is a bit of a random fix bu...
True
Publish server - Update knexjs - We should update knex.js to the latest version as their changelog indicates some perf fixes as well as a switch from `pool2` to `generic-pool` as their connection pooling interface (I don't know if there will be significant implications for this but I assume better connection management...
perf
publish server update knexjs we should update knex js to the latest version as their changelog indicates some perf fixes as well as a switch from to generic pool as their connection pooling interface i don t know if there will be significant implications for this but i assume better connection management i...
1
600,774
18,356,285,077
IssuesEvent
2021-10-08 18:41:18
vtdangg/fa21-cse110-lab3
https://api.github.com/repos/vtdangg/fa21-cse110-lab3
opened
Use CSS Selectors
enhancement high priority collaborate
## What is the purpose fo the new feature or addition? To style the HTML elements from the meeting minutes. ## A clear and concise description of what the addition is and what it does. Each selector to be used will target a different identifier on the HTML element.
1.0
Use CSS Selectors - ## What is the purpose fo the new feature or addition? To style the HTML elements from the meeting minutes. ## A clear and concise description of what the addition is and what it does. Each selector to be used will target a different identifier on the HTML element.
non_perf
use css selectors what is the purpose fo the new feature or addition to style the html elements from the meeting minutes a clear and concise description of what the addition is and what it does each selector to be used will target a different identifier on the html element
0
13,468
8,228,076,532
IssuesEvent
2018-09-07 02:54:55
deeplearning4j/deeplearning4j
https://api.github.com/repos/deeplearning4j/deeplearning4j
opened
DL4J: MLP Profiling
DL4J Performance
ERROR: type should be string, got "\r\nhttps://gist.github.com/AlexDBlack/7fa542887d5e7933fc2c866819d9e1ac\r\n\r\nTracing results: (tracing adds per-method overhead: 5400 ms per epoch average)\r\n\r\n- Updater: 10500ms (41%)\r\n- Dropout, forward pass: 1649ms (6%) - mainly RNG op\r\n- Gemm, forward pass: 1423ms (6%)\r\n- Score calculation (output layer) is 2200ms (9%)\r\n\r\nNote also that for profiling (less accurate for small method calls), updater is 53% of runtime.\r\n\r\nNote that this is AMSGrapd updater, so one of the more complex ones (IIRC it has 3x parameters as state).\r\n\r\nAnyway, I see two main areas for improvement here:\r\n1. Dropout (known issue; there's multiple github issues open about it)\r\n2. Native updaters (mainly for better memory access patterns - iterate over arrays once, rather than N times)\r\n\r\n\r\n[Perf-2018-09-07.zip](https://github.com/deeplearning4j/deeplearning4j/files/2359313/Perf-2018-09-07.zip)\r\n\r\n\r\n"
True
DL4J: MLP Profiling - https://gist.github.com/AlexDBlack/7fa542887d5e7933fc2c866819d9e1ac Tracing results: (tracing adds per-method overhead: 5400 ms per epoch average) - Updater: 10500ms (41%) - Dropout, forward pass: 1649ms (6%) - mainly RNG op - Gemm, forward pass: 1423ms (6%) - Score calculation (output ...
perf
mlp profiling tracing results tracing adds per method overhead ms per epoch average updater dropout forward pass mainly rng op gemm forward pass score calculation output layer is note also that for profiling less accurate for small method calls ...
1
13,171
8,135,211,436
IssuesEvent
2018-08-20 01:10:03
OctopusDeploy/Issues
https://api.github.com/repos/OctopusDeploy/Issues
closed
As more tasks are queued, starting new tasks takes longer
area/performance
The more tasks that are queued, the longer it takes to start a new task. This starts being noticeable at the 500 queued task mark. Consequently the server has trouble reaching it's task cap if the tasks are relatively short.
True
As more tasks are queued, starting new tasks takes longer - The more tasks that are queued, the longer it takes to start a new task. This starts being noticeable at the 500 queued task mark. Consequently the server has trouble reaching it's task cap if the tasks are relatively short.
perf
as more tasks are queued starting new tasks takes longer the more tasks that are queued the longer it takes to start a new task this starts being noticeable at the queued task mark consequently the server has trouble reaching it s task cap if the tasks are relatively short
1
23,677
12,061,071,834
IssuesEvent
2020-04-15 22:42:30
microsoft/MixedRealityToolkit-Unity
https://api.github.com/repos/microsoft/MixedRealityToolkit-Unity
closed
Add Unity profiler markers to key MRTK code to assist in performance understanding / optimization
Feature Request Performance
MRTK does a lot of work on the behalf of applications. That work has a cost associated. Adding profiler markers can help the MRTK team better optimize critical code paths. This will also allow customers to better understand the costs associated with MRTK and to best optimize their applications. These markers are ...
True
Add Unity profiler markers to key MRTK code to assist in performance understanding / optimization - MRTK does a lot of work on the behalf of applications. That work has a cost associated. Adding profiler markers can help the MRTK team better optimize critical code paths. This will also allow customers to better und...
perf
add unity profiler markers to key mrtk code to assist in performance understanding optimization mrtk does a lot of work on the behalf of applications that work has a cost associated adding profiler markers can help the mrtk team better optimize critical code paths this will also allow customers to better und...
1
8,749
2,611,542,789
IssuesEvent
2015-02-27 06:11:31
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
opened
siPointType (LuaAPI: constant for SendStat) doesn’t work when used the first time in game.
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Start one of the new target practice missions 2. Finish it or lose by failing (doesn’t matter) 3. See the ranking. Is it the word “kills” or “points”? 4. Start the mission again 5. Repeat step 3 What is the expected output? What do you see instead? At steps 3 and 5, I want...
1.0
siPointType (LuaAPI: constant for SendStat) doesn’t work when used the first time in game. - ``` What steps will reproduce the problem? 1. Start one of the new target practice missions 2. Finish it or lose by failing (doesn’t matter) 3. See the ranking. Is it the word “kills” or “points”? 4. Start the mission again 5. ...
non_perf
sipointtype luaapi constant for sendstat doesn’t work when used the first time in game what steps will reproduce the problem start one of the new target practice missions finish it or lose by failing doesn’t matter see the ranking is it the word “kills” or “points” start the mission again ...
0
23,292
11,902,321,336
IssuesEvent
2020-03-30 13:48:29
scalableminds/webknossos
https://api.github.com/repos/scalableminds/webknossos
closed
The comment tab can be quite slow when there are lots of comments
frontend performance
`getDerivedStateFromProps` is a major performance bottleneck when there are lots of trees with comments. Even clicking on one comment can take up to 7 seconds until something happens. The culprit is most likely the sorting in `getDerivedStateFromProps` which could be easily cached (and maybe optimized in another way, a...
True
The comment tab can be quite slow when there are lots of comments - `getDerivedStateFromProps` is a major performance bottleneck when there are lots of trees with comments. Even clicking on one comment can take up to 7 seconds until something happens. The culprit is most likely the sorting in `getDerivedStateFromProps`...
perf
the comment tab can be quite slow when there are lots of comments getderivedstatefromprops is a major performance bottleneck when there are lots of trees with comments even clicking on one comment can take up to seconds until something happens the culprit is most likely the sorting in getderivedstatefromprops ...
1
78,694
15,051,594,451
IssuesEvent
2021-02-03 14:17:32
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
[4.0] UnknownAssetException: There is no "bootstrap.dropdown" asset of a "script" type in the registry.
No Code Attached Yet
### Steps to reproduce the issue I updated my copy of J4 from git this morning (past git update was from Jan 26) and now I get this error when trying to access the Administrator. ### Expected result Administrator opens. ### Actual result Get this error. Below is the call stack. Is there a database updat...
1.0
[4.0] UnknownAssetException: There is no "bootstrap.dropdown" asset of a "script" type in the registry. - ### Steps to reproduce the issue I updated my copy of J4 from git this morning (past git update was from Jan 26) and now I get this error when trying to access the Administrator. ### Expected result Admini...
non_perf
unknownassetexception there is no bootstrap dropdown asset of a script type in the registry steps to reproduce the issue i updated my copy of from git this morning past git update was from jan and now i get this error when trying to access the administrator expected result administrato...
0
69,574
17,767,908,845
IssuesEvent
2021-08-30 09:55:13
srodrigo/anime-suupu
https://api.github.com/repos/srodrigo/anime-suupu
closed
Upgrade to node 14.17
build
This removes some warnings then doing npm install. ``` #10 1.887 npm WARN EBADENGINE Unsupported engine { #10 1.887 npm WARN EBADENGINE package: '@jest/console@27.0.6', #10 1.887 npm WARN EBADENGINE required: { node: '^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0' }, #10 1.887 npm WARN EBADENGINE current: {...
1.0
Upgrade to node 14.17 - This removes some warnings then doing npm install. ``` #10 1.887 npm WARN EBADENGINE Unsupported engine { #10 1.887 npm WARN EBADENGINE package: '@jest/console@27.0.6', #10 1.887 npm WARN EBADENGINE required: { node: '^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0' }, #10 1.887 npm WARN...
non_perf
upgrade to node this removes some warnings then doing npm install npm warn ebadengine unsupported engine npm warn ebadengine package jest console npm warn ebadengine required node npm warn ebadengine current ...
0
195,256
22,295,916,439
IssuesEvent
2022-06-13 01:32:21
n-devs/uiWebView
https://api.github.com/repos/n-devs/uiWebView
opened
CVE-2022-25851 (High) detected in jpeg-js-0.3.5.tgz
security vulnerability
## CVE-2022-25851 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jpeg-js-0.3.5.tgz</b></p></summary> <p>A pure javascript JPEG encoder and decoder</p> <p>Library home page: <a href="h...
True
CVE-2022-25851 (High) detected in jpeg-js-0.3.5.tgz - ## CVE-2022-25851 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jpeg-js-0.3.5.tgz</b></p></summary> <p>A pure javascript JPEG en...
non_perf
cve high detected in jpeg js tgz cve high severity vulnerability vulnerable library jpeg js tgz a pure javascript jpeg encoder and decoder library home page a href path to dependency file uiwebview package json path to vulnerable library node modules jpeg js packag...
0
54,219
29,868,003,707
IssuesEvent
2023-06-20 06:21:21
eclipse-ee4j/jersey
https://api.github.com/repos/eclipse-ee4j/jersey
closed
Having @QueryParam without @DefaultValue throws expensive IllegalArgumentException for every missing querystring parameter
performance
When performance testing our new Jersey 2.38 application, i noticed that some endpoints were much slower than before (when using Apache Wink). I narrowed it down with Yourkit and noticed that `IllegalArgumentException` is thrown for every querystring parameter that's not present in the request querystring. When add...
True
Having @QueryParam without @DefaultValue throws expensive IllegalArgumentException for every missing querystring parameter - When performance testing our new Jersey 2.38 application, i noticed that some endpoints were much slower than before (when using Apache Wink). I narrowed it down with Yourkit and noticed that...
perf
having queryparam without defaultvalue throws expensive illegalargumentexception for every missing querystring parameter when performance testing our new jersey application i noticed that some endpoints were much slower than before when using apache wink i narrowed it down with yourkit and noticed that ...
1
6,545
5,514,507,125
IssuesEvent
2017-03-17 15:17:35
catapult-project/catapult
https://api.github.com/repos/catapult-project/catapult
opened
Dashboard - Investigate memcache calls in stored_object.
Hotlist:Perf Dashboard Performance Perf Dashboard
NDB is supposed to managed memcache for you, unless you explicitly change the functionality so the extra memcache calls in here seem redundant. Possibly remove them?
True
Dashboard - Investigate memcache calls in stored_object. - NDB is supposed to managed memcache for you, unless you explicitly change the functionality so the extra memcache calls in here seem redundant. Possibly remove them?
perf
dashboard investigate memcache calls in stored object ndb is supposed to managed memcache for you unless you explicitly change the functionality so the extra memcache calls in here seem redundant possibly remove them
1
403,733
27,432,327,275
IssuesEvent
2023-03-02 03:02:25
amishpatel0423/Ticket_tracker
https://api.github.com/repos/amishpatel0423/Ticket_tracker
opened
Account creation, login and logout
documentation
- Research and implement user authentication and authorization using a library in node.js. - Create routes for handling account creation and login. - Test the account creation and login functionality using Mocha - Create login sign-up pages using bootstrap.
1.0
Account creation, login and logout - - Research and implement user authentication and authorization using a library in node.js. - Create routes for handling account creation and login. - Test the account creation and login functionality using Mocha - Create login sign-up pages using bootstrap.
non_perf
account creation login and logout research and implement user authentication and authorization using a library in node js create routes for handling account creation and login test the account creation and login functionality using mocha create login sign up pages using bootstrap
0
20,162
10,616,409,247
IssuesEvent
2019-10-12 11:30:03
coq/coq
https://api.github.com/repos/coq/coq
closed
master uses 1.8x+ the memory as 8.9.1
kind: performance kind: regression part: vernac
<!-- Thank you for reporting a bug to Coq! --> #### Description of the problem Coq master seems to use almost twice as much memory as 8.9.1 when processing `Kami/CompileVerifiable.v`. This means we cannot run coq master in our CI, and thus cannot add kami to coq CI (#10306, and afaik this is the only remaining bl...
True
master uses 1.8x+ the memory as 8.9.1 - <!-- Thank you for reporting a bug to Coq! --> #### Description of the problem Coq master seems to use almost twice as much memory as 8.9.1 when processing `Kami/CompileVerifiable.v`. This means we cannot run coq master in our CI, and thus cannot add kami to coq CI (#10306,...
perf
master uses the memory as description of the problem coq master seems to use almost twice as much memory as when processing kami compileverifiable v this means we cannot run coq master in our ci and thus cannot add kami to coq ci and afaik this is the only remaining blocker for ...
1
54,213
29,865,514,488
IssuesEvent
2023-06-20 03:13:34
NuGet/Home
https://api.github.com/repos/NuGet/Home
opened
GetContentFileFolderRelativeToFramework allocates too much
Type:Bug Tenet:Performance
GetContentFileFolderRelativeToFramework allocates too many strings, enumerators and arrays. It can be made to allocate only the output string.
True
GetContentFileFolderRelativeToFramework allocates too much - GetContentFileFolderRelativeToFramework allocates too many strings, enumerators and arrays. It can be made to allocate only the output string.
perf
getcontentfilefolderrelativetoframework allocates too much getcontentfilefolderrelativetoframework allocates too many strings enumerators and arrays it can be made to allocate only the output string
1
23,844
16,618,506,307
IssuesEvent
2021-06-02 20:10:30
yt-project/yt
https://api.github.com/repos/yt-project/yt
closed
CI: failures on the main branch (?)
blocker infrastructure tests: running tests
### Bug report **Bug summary** Jenkins CI is apparently broken as some 44 failures are showing up on different PRs (#3234, #3236, #3270, #3295, to name a few I could identify) see for instance : PR #3295 https://tests.yt-project.org/job/yt_py38_git/3236/#showFailuresLink The errors seem to be related to incor...
1.0
CI: failures on the main branch (?) - ### Bug report **Bug summary** Jenkins CI is apparently broken as some 44 failures are showing up on different PRs (#3234, #3236, #3270, #3295, to name a few I could identify) see for instance : PR #3295 https://tests.yt-project.org/job/yt_py38_git/3236/#showFailuresLink ...
non_perf
ci failures on the main branch bug report bug summary jenkins ci is apparently broken as some failures are showing up on different prs to name a few i could identify see for instance pr the errors seem to be related to incorrect field access though it s not clear to ...
0
13,076
8,101,225,624
IssuesEvent
2018-08-12 11:06:18
phpstan/phpstan
https://api.github.com/repos/phpstan/phpstan
closed
phpstan becomes slow in 0.10.x
performance
### Summary of a problem or a feature request Exuding the file ([libraries/classes/Controllers/Server/ServerVariablesController.php](https://github.com/phpmyadmin/phpmyadmin/blob/2334119d8a6f25f40fde966fb6252ffe169d3bd6/libraries/classes/Controllers/Server/ServerVariablesController.php#L392)), the analysis takes 5 m...
True
phpstan becomes slow in 0.10.x - ### Summary of a problem or a feature request Exuding the file ([libraries/classes/Controllers/Server/ServerVariablesController.php](https://github.com/phpmyadmin/phpmyadmin/blob/2334119d8a6f25f40fde966fb6252ffe169d3bd6/libraries/classes/Controllers/Server/ServerVariablesController.p...
perf
phpstan becomes slow in x summary of a problem or a feature request exuding the file the analysis takes minutes more than minutes if not excluded i had to stop the process because it is unacceptable using command bash starttime date s vendor bin phpstan analyse co...
1
25,705
12,709,500,556
IssuesEvent
2020-06-23 12:28:07
unoplatform/uno
https://api.github.com/repos/unoplatform/uno
closed
Layouts with lots of buttons are taking too much time to load
area/wasm kind/bug kind/performance triage/needs-information
## Current behavior A page that have a great number of control takes too much to load. ## Expected behavior The page should take the same amount of time to load as in the UWP solution. ## How to reproduce it (as minimally and precisely as possible) Repo link: https://github.com/JhonH3avy/ControlLoading...
True
Layouts with lots of buttons are taking too much time to load - ## Current behavior A page that have a great number of control takes too much to load. ## Expected behavior The page should take the same amount of time to load as in the UWP solution. ## How to reproduce it (as minimally and precisely as pos...
perf
layouts with lots of buttons are taking too much time to load current behavior a page that have a great number of control takes too much to load expected behavior the page should take the same amount of time to load as in the uwp solution how to reproduce it as minimally and precisely as pos...
1
36,014
17,391,977,748
IssuesEvent
2021-08-02 08:35:55
NVIDIA/TensorRT
https://api.github.com/repos/NVIDIA/TensorRT
closed
converted bart model is slower than the original one during inference time
Component: ONNX Runtime: Performance triaged
hi there, I have a project to use facebook bart for news summerization. In order to make the inference faster, we are trying to convert part of the model to tensorrt and then interegerated into the original model. Via this repo, I have successfully converted facebook bart decoder layers to tensorrt model, and success...
True
converted bart model is slower than the original one during inference time - hi there, I have a project to use facebook bart for news summerization. In order to make the inference faster, we are trying to convert part of the model to tensorrt and then interegerated into the original model. Via this repo, I have succe...
perf
converted bart model is slower than the original one during inference time hi there i have a project to use facebook bart for news summerization in order to make the inference faster we are trying to convert part of the model to tensorrt and then interegerated into the original model via this repo i have succe...
1
48,249
25,451,172,388
IssuesEvent
2022-11-24 10:33:42
topling/toplingdb
https://api.github.com/repos/topling/toplingdb
closed
FindFileInRange: devirtualize comparator and add prefix cache
performance
## This was a PR to upstream https://github.com/facebook/rocksdb/pull/10646 ## Copied from https://github.com/facebook/rocksdb/pull/10646 This PR is based on https://github.com/facebook/rocksdb/pull/10645. If comparator is BytewiseComparator or ReverseBytewiseComparator: devirtualize comparator: specialize th...
True
FindFileInRange: devirtualize comparator and add prefix cache - ## This was a PR to upstream https://github.com/facebook/rocksdb/pull/10646 ## Copied from https://github.com/facebook/rocksdb/pull/10646 This PR is based on https://github.com/facebook/rocksdb/pull/10645. If comparator is BytewiseComparator or Reve...
perf
findfileinrange devirtualize comparator and add prefix cache this was a pr to upstream copied from this pr is based on if comparator is bytewisecomparator or reversebytewisecomparator devirtualize comparator specialize the impl by direct call memcmp add prefix cache narrow the search range ...
1
41,349
21,647,405,864
IssuesEvent
2022-05-06 04:51:45
JuliaData/TypedTables.jl
https://api.github.com/repos/JuliaData/TypedTables.jl
closed
How to deal with latency with large number of columns?
performance
Currently I have a column type that is lazy. It represents ~GB of stuff that needs to be read and decompressed on the fly and cached (by chunk). Turns out I can construct `Table` nicely and the laziness works. However, sometimes we have 1000+ columns, in this case the compiler struggles a lot. Is it possible to h...
True
How to deal with latency with large number of columns? - Currently I have a column type that is lazy. It represents ~GB of stuff that needs to be read and decompressed on the fly and cached (by chunk). Turns out I can construct `Table` nicely and the laziness works. However, sometimes we have 1000+ columns, in this ...
perf
how to deal with latency with large number of columns currently i have a column type that is lazy it represents gb of stuff that needs to be read and decompressed on the fly and cached by chunk turns out i can construct table nicely and the laziness works however sometimes we have columns in this cas...
1
18,051
9,986,346,257
IssuesEvent
2019-07-10 18:52:05
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
TF2 - apparent memory leak when running dataset ops eagerly
2.0.0-beta0 comp:data type:bug/performance
**System information** - Have I written custom code: yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): OSX - TensorFlow installed from (source or binary): 2.0.0beta - TensorFlow version (use command below): v1.12.1-3259-gf59745a381 2.0.0-beta0 - Python version: 3.6.8 **Describe the current behavior...
True
TF2 - apparent memory leak when running dataset ops eagerly - **System information** - Have I written custom code: yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): OSX - TensorFlow installed from (source or binary): 2.0.0beta - TensorFlow version (use command below): v1.12.1-3259-gf59745a381 2.0.0-bet...
perf
apparent memory leak when running dataset ops eagerly system information have i written custom code yes os platform and distribution e g linux ubuntu osx tensorflow installed from source or binary tensorflow version use command below python version ...
1
18,575
13,046,744,677
IssuesEvent
2020-07-29 09:30:21
OpenRA/OpenRA
https://api.github.com/repos/OpenRA/OpenRA
closed
macOS: suppress shortcut cmd+Q
Idea/Wishlist OS: MacOS X Usability
The default key combination for terminating applications under macOS is cmd+Q. In OpenRA, the key combination cmd+<number key> combines units into a group. This can lead to a premature end of the game. In the hotkey settings the key combination for cmd+Q can be assigned, but it will always terminate the application...
True
macOS: suppress shortcut cmd+Q - The default key combination for terminating applications under macOS is cmd+Q. In OpenRA, the key combination cmd+<number key> combines units into a group. This can lead to a premature end of the game. In the hotkey settings the key combination for cmd+Q can be assigned, but it will...
non_perf
macos suppress shortcut cmd q the default key combination for terminating applications under macos is cmd q in openra the key combination cmd combines units into a group this can lead to a premature end of the game in the hotkey settings the key combination for cmd q can be assigned but it will always ter...
0
77,195
3,506,270,780
IssuesEvent
2016-01-08 05:10:03
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Talent's Bug Important ! (BB #257)
duplicate migrated Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** **Original Date:** 07.08.2010 05:12:57 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** duplicate **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/257 <hr> when Get talent point for example 0/3, 1/3 , 2/3 , 3/...
1.0
Talent's Bug Important ! (BB #257) - This issue was migrated from bitbucket. **Original Reporter:** **Original Date:** 07.08.2010 05:12:57 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** duplicate **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/257 <hr> when Get talent ...
non_perf
talent s bug important bb this issue was migrated from bitbucket original reporter original date gmt original priority major original type bug original state duplicate direct link when get talent point for example here if again hit the tale...
0
102,656
12,814,349,540
IssuesEvent
2020-07-04 18:13:13
magento/adobe-stock-integration
https://api.github.com/repos/magento/adobe-stock-integration
closed
[Spike] Investigate meta data extracting
Priority: P1 Progress: PR created requires technical design
As a Merchant I want Magento Media Storage to parse image meta data that is available in the file and expose it on image details page so that I can manage it and use for filtering images **Additional context** https://github.com/magento/adobe-stock-integration/issues/1183 # Open questions: - is there any requi...
1.0
[Spike] Investigate meta data extracting - As a Merchant I want Magento Media Storage to parse image meta data that is available in the file and expose it on image details page so that I can manage it and use for filtering images **Additional context** https://github.com/magento/adobe-stock-integration/issues/1183 ...
non_perf
investigate meta data extracting as a merchant i want magento media storage to parse image meta data that is available in the file and expose it on image details page so that i can manage it and use for filtering images additional context open questions is there any required set of fields that e...
0
6,579
5,533,877,465
IssuesEvent
2017-03-21 14:19:49
wojtpl2/ExtendedXmlSerializer
https://api.github.com/repos/wojtpl2/ExtendedXmlSerializer
opened
Performance Issues
help wanted performance
Well, double whammy. While implementing the feature for #56, I found out two issues. 1. We have a performance creep between 4f015846a5fb899eb5865e432b095722b273d0c1 and the current commit (b61e39944009dc07fa9124e7de7ad2df6179ae92). Here is the performance from the first: ``` Method ...
True
Performance Issues - Well, double whammy. While implementing the feature for #56, I found out two issues. 1. We have a performance creep between 4f015846a5fb899eb5865e432b095722b273d0c1 and the current commit (b61e39944009dc07fa9124e7de7ad2df6179ae92). Here is the performance from the first: ``` ...
perf
performance issues well double whammy while implementing the feature for i found out two issues we have a performance creep between and the current commit here is the performance from the first method mean stddev ...
1
44,315
23,551,478,880
IssuesEvent
2022-08-21 22:10:03
neovim/neovim
https://api.github.com/repos/neovim/neovim
closed
Expanding wildcards in directories with several self-referential links is very, very slow
performance bug-vim filesystem
### Neovim version (nvim -v) 0.6.1 ### Vim (not Nvim) behaves the same? yes, 8.2.3995 ### Operating system/version PoP OS 22.04 ### Terminal name/version GNOME Terminal 3.44.0 using VTE 0.68.0 +BIDI +GNUTLS +ICU +SYSTEMD ### $TERM environment variable xterm-256color ### Installation apt ### How to reproduce...
True
Expanding wildcards in directories with several self-referential links is very, very slow - ### Neovim version (nvim -v) 0.6.1 ### Vim (not Nvim) behaves the same? yes, 8.2.3995 ### Operating system/version PoP OS 22.04 ### Terminal name/version GNOME Terminal 3.44.0 using VTE 0.68.0 +BIDI +GNUTLS +ICU +SYSTEMD ...
perf
expanding wildcards in directories with several self referential links is very very slow neovim version nvim v vim not nvim behaves the same yes operating system version pop os terminal name version gnome terminal using vte bidi gnutls icu systemd t...
1
31,545
14,988,488,580
IssuesEvent
2021-01-29 01:22:33
GaloisInc/crucible
https://api.github.com/repos/GaloisInc/crucible
opened
crux-mir performance regression
MIR crux performance
`crux-mir`'s `symb_eval/scalar/test1.rs` test case has gotten slower: on my machine, it takes around 2m30s to run in commit 9bb4b78b0412698046837d8057b99adf6ab81459 (when `crux-mir` was merged into this repository), and now takes around 3m30s as of 09532645133d39cda983bca67c2dbb91d05e4373 (current `master`). `git bise...
True
crux-mir performance regression - `crux-mir`'s `symb_eval/scalar/test1.rs` test case has gotten slower: on my machine, it takes around 2m30s to run in commit 9bb4b78b0412698046837d8057b99adf6ab81459 (when `crux-mir` was merged into this repository), and now takes around 3m30s as of 09532645133d39cda983bca67c2dbb91d05e4...
perf
crux mir performance regression crux mir s symb eval scalar rs test case has gotten slower on my machine it takes around to run in commit when crux mir was merged into this repository and now takes around as of current master git bisect blames add a configuration option that controls i...
1
29,396
14,108,654,560
IssuesEvent
2020-11-06 18:11:06
nvm-sh/nvm
https://api.github.com/repos/nvm-sh/nvm
closed
init-nvm.sh - slow (mostly while executing "npm")
performance
<!-- Thank you for being interested in nvm! Please help us by filling out the following form if you‘re having trouble. If you have a feature request, or some other question, please feel free to clear out the form. Thanks! --> #### Operating system and version: #### `nvm debug` output: <details> <!-- do not dele...
True
init-nvm.sh - slow (mostly while executing "npm") - <!-- Thank you for being interested in nvm! Please help us by filling out the following form if you‘re having trouble. If you have a feature request, or some other question, please feel free to clear out the form. Thanks! --> #### Operating system and version: #...
perf
init nvm sh slow mostly while executing npm operating system and version nvm debug output sh nvm version shell bin bash shlvl home home kolorafa nvm dir home nvm path nvm dir versions node bin usr local sbin usr local bin usr...
1
81,369
23,449,062,922
IssuesEvent
2022-08-15 23:21:53
trilinos/Trilinos
https://api.github.com/repos/trilinos/Trilinos
closed
Many packages erroneously using abs dir CMAKE_PREFIX_PATH for argument to install()
type: bug pkg: Kokkos pkg: STK pkg: Teuchos pkg: Intrepid2 pkg: ROL pkg: ShyLU impacting: configure or build pkg: KokkosKernels pkg: Krino
@tasmith4 ## Bug Report @trilinos/kokkos, @trilinos/kokkos-kernels, @trilinos/teuchos ### Description While setting up automated installation testing for Trilinos needed to build and run tests for simpleBuildAgainstTrilinos, I ran into a problem with Kokkos and KokkosKernels install() commands using abs di...
1.0
Many packages erroneously using abs dir CMAKE_PREFIX_PATH for argument to install() - @tasmith4 ## Bug Report @trilinos/kokkos, @trilinos/kokkos-kernels, @trilinos/teuchos ### Description While setting up automated installation testing for Trilinos needed to build and run tests for simpleBuildAgainstTrilin...
non_perf
many packages erroneously using abs dir cmake prefix path for argument to install bug report trilinos kokkos trilinos kokkos kernels trilinos teuchos description while setting up automated installation testing for trilinos needed to build and run tests for simplebuildagainsttrilinos i r...
0
89,670
18,019,568,097
IssuesEvent
2021-09-16 17:36:22
WordPress/openverse-frontend
https://api.github.com/repos/WordPress/openverse-frontend
closed
[Bug] Managing playback of multiple media files
🟧 priority: high 🛠 goal: fix 💻 aspect: code
## Description <!-- Concisely describe the bug. --> The current setup allows for multiple audio files to be played concurrently, which is a bad user experience. ## Reproduction <!-- Provide detailed steps to reproduce the bug. --> 1. View any page with multiple audio players 2. Press play on multiple audio ...
1.0
[Bug] Managing playback of multiple media files - ## Description <!-- Concisely describe the bug. --> The current setup allows for multiple audio files to be played concurrently, which is a bad user experience. ## Reproduction <!-- Provide detailed steps to reproduce the bug. --> 1. View any page with multip...
non_perf
managing playback of multiple media files description the current setup allows for multiple audio files to be played concurrently which is a bad user experience reproduction view any page with multiple audio players press play on multiple audio players listen to the resulting chao...
0
28,649
13,771,817,941
IssuesEvent
2020-10-07 22:52:01
metabase/metabase
https://api.github.com/repos/metabase/metabase
closed
Option to limit tables/fields that are synced to specific schemas
Administration/Data Model Administration/Metadata & Sync Type:New Feature Type:Performance
We're working on a relatively small system in redshift that uses a shared redshift cluster. There are lots of schemas most of which are not ours (and we don't have permission to read) but our local postgres is becoming unnecessarily heavy due to the automatic caching of fields in all schemas into metabase_field (it wou...
True
Option to limit tables/fields that are synced to specific schemas - We're working on a relatively small system in redshift that uses a shared redshift cluster. There are lots of schemas most of which are not ours (and we don't have permission to read) but our local postgres is becoming unnecessarily heavy due to the au...
perf
option to limit tables fields that are synced to specific schemas we re working on a relatively small system in redshift that uses a shared redshift cluster there are lots of schemas most of which are not ours and we don t have permission to read but our local postgres is becoming unnecessarily heavy due to the au...
1
117,388
25,106,327,580
IssuesEvent
2022-11-08 16:53:29
serbanghita/Mobile-Detect
https://api.github.com/repos/serbanghita/Mobile-Detect
closed
Feature request: getDevice and getDeviceCategory
area: Code Quality deprecated
Great and usefull work! Is there already a way to get a string which device was detected? If not, it would be great to get 2 methods: function getDevice() -> returns the device which was detected (like "iPhone", "iPad", "Samsung", "SamsungTablet" etc). And (just for convenience): function getDeviceCategory(...
1.0
Feature request: getDevice and getDeviceCategory - Great and usefull work! Is there already a way to get a string which device was detected? If not, it would be great to get 2 methods: function getDevice() -> returns the device which was detected (like "iPhone", "iPad", "Samsung", "SamsungTablet" etc). And (...
non_perf
feature request getdevice and getdevicecategory great and usefull work is there already a way to get a string which device was detected if not it would be great to get methods function getdevice returns the device which was detected like iphone ipad samsung samsungtablet etc and ...
0
30,317
14,517,239,049
IssuesEvent
2020-12-13 18:50:44
johnboiles/obs-mac-virtualcam
https://api.github.com/repos/johnboiles/obs-mac-virtualcam
opened
Use `OBSDALCMSampleBufferCreateFromDataNoCopy` to eliminate a framebuffer memory copy
enhancement performance
We could potentially improve performance by using [`OBSDALCMSampleBufferCreateFromDataNoCopy`](https://github.com/johnboiles/obs-mac-virtualcam/blob/d6b5db2f07d92e354e5a1f8f8783360eaca1c8bc/src/dal-plugin/OBSDALCMSampleBufferUtils.mm#L102) instead of `OBSDALCMSampleBufferCreateFromData` which should remove a memory cop...
True
Use `OBSDALCMSampleBufferCreateFromDataNoCopy` to eliminate a framebuffer memory copy - We could potentially improve performance by using [`OBSDALCMSampleBufferCreateFromDataNoCopy`](https://github.com/johnboiles/obs-mac-virtualcam/blob/d6b5db2f07d92e354e5a1f8f8783360eaca1c8bc/src/dal-plugin/OBSDALCMSampleBufferUtils.m...
perf
use obsdalcmsamplebuffercreatefromdatanocopy to eliminate a framebuffer memory copy we could potentially improve performance by using instead of obsdalcmsamplebuffercreatefromdata which should remove a memory copy of the framebuffer saving a bit of performance and latency transferring the frames from obs to ...
1
11,625
7,625,401,191
IssuesEvent
2018-05-03 21:19:07
Microsoft/BotBuilder
https://api.github.com/repos/Microsoft/BotBuilder
closed
Bot memory leak in .Net SDK
.NET SDK bug investigate performance
## Bot Info * SDK Platform: .NET * SDK Version: 3.11.0 ## Issue Description Everytime u send a msg to the bot the memory usage stacks up but never gets down. even when the client ends the session with the bot In the picture u can see the diagnostic session from visual studio the events around 1:10min are m...
True
Bot memory leak in .Net SDK - ## Bot Info * SDK Platform: .NET * SDK Version: 3.11.0 ## Issue Description Everytime u send a msg to the bot the memory usage stacks up but never gets down. even when the client ends the session with the bot In the picture u can see the diagnostic session from visual studio t...
perf
bot memory leak in net sdk bot info sdk platform net sdk version issue description everytime u send a msg to the bot the memory usage stacks up but never gets down even when the client ends the session with the bot in the picture u can see the diagnostic session from visual studio th...
1
28,103
13,531,456,961
IssuesEvent
2020-09-15 21:41:13
osate/osate2
https://api.github.com/repos/osate/osate2
opened
Populating AADL property values view is slow
category:performance core
<!-- If you want to ask a question or if you are not sure if there really is a bug in OSATE, post on the google group first, please. https://groups.google.com/forum/#!forum/osate --> <!-- Use regular sentence capitalization in issue title and use the preview tab to check the bug report before submitting it, ple...
True
Populating AADL property values view is slow - <!-- If you want to ask a question or if you are not sure if there really is a bug in OSATE, post on the google group first, please. https://groups.google.com/forum/#!forum/osate --> <!-- Use regular sentence capitalization in issue title and use the preview tab to...
perf
populating aadl property values view is slow if you want to ask a question or if you are not sure if there really is a bug in osate post on the google group first please use regular sentence capitalization in issue title and use the preview tab to check the bug report before submitting it ...
1
16,662
9,481,659,817
IssuesEvent
2019-04-21 07:35:44
Mararsh/MyBox
https://api.github.com/repos/Mararsh/MyBox
closed
Monitor stages openning and closing
New Feature/Function Performance
No general method about stages opened: "StageHelper.getStages()" in Java 8 while " Window.getWindows()" after Java 8. So have to manage the opened stages by MyBox itself.
True
Monitor stages openning and closing - No general method about stages opened: "StageHelper.getStages()" in Java 8 while " Window.getWindows()" after Java 8. So have to manage the opened stages by MyBox itself.
perf
monitor stages openning and closing no general method about stages opened stagehelper getstages in java while window getwindows after java so have to manage the opened stages by mybox itself
1
36,563
15,026,149,549
IssuesEvent
2021-02-01 22:11:57
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
RenewLock API missing?
Pri2 assigned-to-author product-question service-bus-messaging/svc triaged
I couldn't find any API in the ruby sdk to renew or extend the lock for a given message. In C# it is [this](https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.servicebus.core.messagereceiver.renewlockasync?view=azure-dotnet). Also, is there any support for a [AutoRenewTimeout property](https://docs.microso...
1.0
RenewLock API missing? - I couldn't find any API in the ruby sdk to renew or extend the lock for a given message. In C# it is [this](https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.servicebus.core.messagereceiver.renewlockasync?view=azure-dotnet). Also, is there any support for a [AutoRenewTimeout prope...
non_perf
renewlock api missing i couldn t find any api in the ruby sdk to renew or extend the lock for a given message in c it is also is there any support for a like we have in c sdk document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking ...
0
389,586
11,504,254,038
IssuesEvent
2020-02-12 22:51:05
google/ground-android
https://api.github.com/repos/google/ground-android
closed
[Code health] Replace Firestore toObject() with runtime type checking
priority: p2 type: cleanup
`DocumentSnapshot#toObject()` auto fills POJOs, but has some shortcomings: * Fields in the db with a different type than the POJO fields result in `toObject()` failing with and error. * We need Yet Another Model Class for the intermediate representation (e.g., `ProjectDoc`). * We still need field names in strings co...
1.0
[Code health] Replace Firestore toObject() with runtime type checking - `DocumentSnapshot#toObject()` auto fills POJOs, but has some shortcomings: * Fields in the db with a different type than the POJO fields result in `toObject()` failing with and error. * We need Yet Another Model Class for the intermediate represe...
non_perf
replace firestore toobject with runtime type checking documentsnapshot toobject auto fills pojos but has some shortcomings fields in the db with a different type than the pojo fields result in toobject failing with and error we need yet another model class for the intermediate representation e g...
0
8,413
6,540,586,283
IssuesEvent
2017-09-01 16:00:17
scalameta/scalameta
https://api.github.com/repos/scalameta/scalameta
closed
Benchmark List vs Seq in Database
Performance
We changed Database.entries from List to Seq based on a hypothesis that Seq is going to be significantly more efficient (https://github.com/scalameta/scalameta/issues/996). We owe it to ourselves to confirm this hypothesis.
True
Benchmark List vs Seq in Database - We changed Database.entries from List to Seq based on a hypothesis that Seq is going to be significantly more efficient (https://github.com/scalameta/scalameta/issues/996). We owe it to ourselves to confirm this hypothesis.
perf
benchmark list vs seq in database we changed database entries from list to seq based on a hypothesis that seq is going to be significantly more efficient we owe it to ourselves to confirm this hypothesis
1
47,553
25,065,296,348
IssuesEvent
2022-11-07 07:44:07
TryQuiet/quiet
https://api.github.com/repos/TryQuiet/quiet
closed
Lag while typing messages on Android 13
bug performance
Steps to reproduce: 1. Join our existing community using Android 13 2. Send a few messages and wait a while Expected: characters appear immediately as you type. Actual: characters appear after a huge delay as you type. This is bad enough as to make the app unusable for me, on the latest hardware. Pixel 6...
True
Lag while typing messages on Android 13 - Steps to reproduce: 1. Join our existing community using Android 13 2. Send a few messages and wait a while Expected: characters appear immediately as you type. Actual: characters appear after a huge delay as you type. This is bad enough as to make the app unusab...
perf
lag while typing messages on android steps to reproduce join our existing community using android send a few messages and wait a while expected characters appear immediately as you type actual characters appear after a huge delay as you type this is bad enough as to make the app unusable...
1
16,092
20,261,157,186
IssuesEvent
2022-02-15 07:35:49
quark-engine/quark-engine
https://api.github.com/repos/quark-engine/quark-engine
closed
Prepare to release version v22.2.1
work-in-progress issue-processing-state-04
Update the version number in `__init__.py` for the latest release of Quark. In this release, the following changes will be included. - #301 - #304 - #300 - #303
1.0
Prepare to release version v22.2.1 - Update the version number in `__init__.py` for the latest release of Quark. In this release, the following changes will be included. - #301 - #304 - #300 - #303
non_perf
prepare to release version update the version number in init py for the latest release of quark in this release the following changes will be included
0
81,497
10,144,236,866
IssuesEvent
2019-08-04 19:05:07
JuliaRobotics/IncrementalInference.jl
https://api.github.com/repos/JuliaRobotics/IncrementalInference.jl
opened
Transition to LightGraphsDFG as default
design dfg upstream
what is the best way to introduce LightGraphsDFG and Arena. Guess the major decision is to move away from Graphs.jl to MetaGraphs.jl. Graphs.jl is on JuliaArchive, so long term prospects won't go too far there. Since Graphs.jl is working and has legacy I would not want just drop Graphs.jl outright. Can we make some...
1.0
Transition to LightGraphsDFG as default - what is the best way to introduce LightGraphsDFG and Arena. Guess the major decision is to move away from Graphs.jl to MetaGraphs.jl. Graphs.jl is on JuliaArchive, so long term prospects won't go too far there. Since Graphs.jl is working and has legacy I would not want just ...
non_perf
transition to lightgraphsdfg as default what is the best way to introduce lightgraphsdfg and arena guess the major decision is to move away from graphs jl to metagraphs jl graphs jl is on juliaarchive so long term prospects won t go too far there since graphs jl is working and has legacy i would not want just ...
0
363,635
25,459,588,312
IssuesEvent
2022-11-24 17:11:53
Juguetear/juguetear-web
https://api.github.com/repos/Juguetear/juguetear-web
closed
Armar un diagrama de la BBDD
documentation :books:
Habria que armar un diagrama de como se va a relacionar toda la información en la BBDD en base a los diseños. Diseños: https://www.figma.com/file/FS9WsAYrmkESsmUAGzYdNo/Juguetear?node-id=0%3A1 Diagrama: https://lucid.app/lucidchart/ca407ce2-9ad8-4fd9-bce4-35d46ed0cfc0/edit?view_items=yRKqh-dGCGV0&invitationId=inv_897...
1.0
Armar un diagrama de la BBDD - Habria que armar un diagrama de como se va a relacionar toda la información en la BBDD en base a los diseños. Diseños: https://www.figma.com/file/FS9WsAYrmkESsmUAGzYdNo/Juguetear?node-id=0%3A1 Diagrama: https://lucid.app/lucidchart/ca407ce2-9ad8-4fd9-bce4-35d46ed0cfc0/edit?view_items=yR...
non_perf
armar un diagrama de la bbdd habria que armar un diagrama de como se va a relacionar toda la información en la bbdd en base a los diseños diseños diagrama documentación
0
52,637
27,700,160,623
IssuesEvent
2023-03-14 07:17:14
rerun-io/rerun
https://api.github.com/repos/rerun-io/rerun
closed
The time panel is slow when viewing a lot of data points
📉 performance
Repro: run `just py-build && examples/clock/main.py --steps 250000` A lot of time is spent by the time panel to view all the data points. The problem is that all the logged times are stored in a `BTreeSet<TimeInt>` which is iterated through each frame (because who knows, it might have changed since last frame). ...
True
The time panel is slow when viewing a lot of data points - Repro: run `just py-build && examples/clock/main.py --steps 250000` A lot of time is spent by the time panel to view all the data points. The problem is that all the logged times are stored in a `BTreeSet<TimeInt>` which is iterated through each frame (be...
perf
the time panel is slow when viewing a lot of data points repro run just py build examples clock main py steps a lot of time is spent by the time panel to view all the data points the problem is that all the logged times are stored in a btreeset which is iterated through each frame because who kno...
1
59,067
17,015,410,758
IssuesEvent
2021-07-02 11:17:01
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
opened
Right-to-left writing direction letters are not concatenated
Component: potlatch2 Priority: major Type: defect
**[Submitted to the original trac issue database at 10.36am, Wednesday, 9th March 2011]** How to reproduce: Enter a name on a node or way feature using a language with right-to-left writing direction (arabic, hebrew, farsi,...) like "". Result: Rendering shows each letter seperately, like "" (exagerrated dispay i...
1.0
Right-to-left writing direction letters are not concatenated - **[Submitted to the original trac issue database at 10.36am, Wednesday, 9th March 2011]** How to reproduce: Enter a name on a node or way feature using a language with right-to-left writing direction (arabic, hebrew, farsi,...) like "". Result: Render...
non_perf
right to left writing direction letters are not concatenated how to reproduce enter a name on a node or way feature using a language with right to left writing direction arabic hebrew farsi like result rendering shows each letter seperately like exagerrated dispay in here expected r...
0
471,745
13,609,498,815
IssuesEvent
2020-09-23 05:25:46
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Impossible to interact with block toolbars on Firefox
Browser Issues [Priority] High [Type] Bug [Type] Regression
On any block and any theme, just trying to hover/edit a block it's impossible to interract with the block's toolbar. As soon as I try, it disappears. Investigated using `git bisect`, the issue is a result of https://github.com/WordPress/gutenberg/pull/23034 **To reproduce** Steps to reproduce the behavior: 1. A...
1.0
Impossible to interact with block toolbars on Firefox - On any block and any theme, just trying to hover/edit a block it's impossible to interract with the block's toolbar. As soon as I try, it disappears. Investigated using `git bisect`, the issue is a result of https://github.com/WordPress/gutenberg/pull/23034 ...
non_perf
impossible to interact with block toolbars on firefox on any block and any theme just trying to hover edit a block it s impossible to interract with the block s toolbar as soon as i try it disappears investigated using git bisect the issue is a result of to reproduce steps to reproduce the behavio...
0
46,573
24,609,727,817
IssuesEvent
2022-10-14 19:59:49
mozilla-mobile/android-components
https://api.github.com/repos/mozilla-mobile/android-components
closed
Network `Response.Body.string()` would optimally allocate `Content-Length` header rather than 16 KiB default
performance perf:P3 perf:resource-use
_follow-up from https://github.com/mozilla-mobile/android-components/issues/11015 which is a child of https://github.com/mozilla-mobile/fenix/issues/21293_ In researching https://github.com/mozilla-mobile/fenix/issues/21293#issuecomment-921365710, I noticed that when we do the following STR: - initial state: search sc...
True
Network `Response.Body.string()` would optimally allocate `Content-Length` header rather than 16 KiB default - _follow-up from https://github.com/mozilla-mobile/android-components/issues/11015 which is a child of https://github.com/mozilla-mobile/fenix/issues/21293_ In researching https://github.com/mozilla-mobile/fen...
perf
network response body string would optimally allocate content length header rather than kib default follow up from which is a child of in researching i noticed that when we do the following str initial state search screen opened with a typed type s we allocate kib bytes in response body ...
1
113,966
9,669,728,254
IssuesEvent
2019-05-21 18:05:55
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
UI Shows only 1000 nodes on a fresh load
[zube]: To Test internal kind/bug priority/1 status/ready-for-review status/resolved status/to-test status/triaged team/cn
**Rancher versions:** rancher/server or rancher/rancher: 2.0.x **Infrastructure Stack versions:** If you add more then 1000 nodes across all clusters and do a hard refresh on the global clusters tab you will only see the sum of all nodes equal a 1000.
2.0
UI Shows only 1000 nodes on a fresh load - **Rancher versions:** rancher/server or rancher/rancher: 2.0.x **Infrastructure Stack versions:** If you add more then 1000 nodes across all clusters and do a hard refresh on the global clusters tab you will only see the sum of all nodes equal a 1000.
non_perf
ui shows only nodes on a fresh load rancher versions rancher server or rancher rancher x infrastructure stack versions if you add more then nodes across all clusters and do a hard refresh on the global clusters tab you will only see the sum of all nodes equal a
0
12,565
7,919,614,768
IssuesEvent
2018-07-04 17:52:52
Alexander-Miller/treemacs
https://api.github.com/repos/Alexander-Miller/treemacs
opened
Granular filewatch updates
Enhancement Feature:Filewatch Performance
## First a description of the status quo: ### The shadow tree Every treemacs buffer possesses a backing data structure that is similar to a limited dom, except that I call it the shadow-tree, since it shadows the visible file tree(s). Specifically it mirrors the structure of expanded directories and tag groups. ...
True
Granular filewatch updates - ## First a description of the status quo: ### The shadow tree Every treemacs buffer possesses a backing data structure that is similar to a limited dom, except that I call it the shadow-tree, since it shadows the visible file tree(s). Specifically it mirrors the structure of expanded...
perf
granular filewatch updates first a description of the status quo the shadow tree every treemacs buffer possesses a backing data structure that is similar to a limited dom except that i call it the shadow tree since it shadows the visible file tree s specifically it mirrors the structure of expanded...
1
7,367
6,007,008,016
IssuesEvent
2017-06-06 01:13:14
explosion/spaCy
https://api.github.com/repos/explosion/spaCy
closed
Wrong lemmatisation of the verb 'Hope'
language / english performance
Hey Matthew, great fan of yours! I just found out a bug in the lemmatisation of the verb 'hope' (any tense). `doc = nlp(u'I hoped for the best')[1].lemma_ -> u'hop'` Is there any way to fix it? Thanks in advance!
True
Wrong lemmatisation of the verb 'Hope' - Hey Matthew, great fan of yours! I just found out a bug in the lemmatisation of the verb 'hope' (any tense). `doc = nlp(u'I hoped for the best')[1].lemma_ -> u'hop'` Is there any way to fix it? Thanks in advance!
perf
wrong lemmatisation of the verb hope hey matthew great fan of yours i just found out a bug in the lemmatisation of the verb hope any tense doc nlp u i hoped for the best lemma u hop is there any way to fix it thanks in advance
1
52,245
13,731,536,525
IssuesEvent
2020-10-05 01:24:36
doc-ai/nlp.js
https://api.github.com/repos/doc-ai/nlp.js
opened
CVE-2019-20920 (High) detected in handlebars-4.1.2.tgz
security vulnerability
## CVE-2019-20920 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.2.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates ...
True
CVE-2019-20920 (High) detected in handlebars-4.1.2.tgz - ## CVE-2019-20920 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.2.tgz</b></p></summary> <p>Handlebars provides...
non_perf
cve high detected in handlebars tgz cve high severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file nlp js pac...
0
13,572
8,278,939,279
IssuesEvent
2018-09-18 00:12:41
select2/select2
https://api.github.com/repos/select2/select2
closed
How to add Delay to keydown event ?
feature: search performance
Select2 is slow when typing keywords if the select has a fair number of items. Maybe everytime keydown event runs searching. I want to insert like ```setTimeout```
True
How to add Delay to keydown event ? - Select2 is slow when typing keywords if the select has a fair number of items. Maybe everytime keydown event runs searching. I want to insert like ```setTimeout```
perf
how to add delay to keydown event is slow when typing keywords if the select has a fair number of items maybe everytime keydown event runs searching i want to insert like settimeout
1
209,666
23,730,737,668
IssuesEvent
2022-08-31 01:18:21
samqws-marketing/walmartlabs-concord
https://api.github.com/repos/samqws-marketing/walmartlabs-concord
opened
CVE-2022-25857 (High) detected in snakeyaml-1.27.jar
security vulnerability
## CVE-2022-25857 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.27.jar</b></p></summary> <p>YAML 1.1 parser and emitter for Java</p> <p>Library home page: <a href="http:/...
True
CVE-2022-25857 (High) detected in snakeyaml-1.27.jar - ## CVE-2022-25857 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.27.jar</b></p></summary> <p>YAML 1.1 parser and emi...
non_perf
cve high detected in snakeyaml jar cve high severity vulnerability vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file server plugins noderoster db pom xml path to vulnerable library home wss scanner ...
0
17,357
9,740,299,752
IssuesEvent
2019-06-01 19:05:55
xamarin/Xamarin.Forms
https://api.github.com/repos/xamarin/Xamarin.Forms
closed
[Bug] Memory leak in Xamarin forms if Android Activity is killed but process is not
a/performance p/Android s/unverified t/bug :bug:
<!-- Bug report best practices: https://github.com/xamarin/Xamarin.Forms/wiki/Submitting-Issues --> ### Description There is an issue that I believe is related to [this](https://forums.xamarin.com/discussion/90940/improve-how-forms-handles-activity-restarts-on-android) which causes leaking memory. But I have found ...
True
[Bug] Memory leak in Xamarin forms if Android Activity is killed but process is not - <!-- Bug report best practices: https://github.com/xamarin/Xamarin.Forms/wiki/Submitting-Issues --> ### Description There is an issue that I believe is related to [this](https://forums.xamarin.com/discussion/90940/improve-how-form...
perf
memory leak in xamarin forms if android activity is killed but process is not description there is an issue that i believe is related to which causes leaking memory but i have found another scenario where this seems to be pretty bad it is related to objects not being destroyed when a main activity i...
1
10,927
7,347,504,835
IssuesEvent
2018-03-08 01:58:38
orbeon/orbeon-forms
https://api.github.com/repos/orbeon/orbeon-forms
closed
fr:wizard slow to keep list of top-level sections with errors
Form Runner Performance XBL Components
A lot of time is spent in `fr-update-section-status`, which is called upon `xforms-enabled`, `xxforms-constraints-changed`, `xforms-disabled`. With a large form (#3442), 19% of the load time is spent in `gatherSectionStatusJava`, mostly in `topLevelSectionsWithErrors`. And the reason is that for each control in th...
True
fr:wizard slow to keep list of top-level sections with errors - A lot of time is spent in `fr-update-section-status`, which is called upon `xforms-enabled`, `xxforms-constraints-changed`, `xforms-disabled`. With a large form (#3442), 19% of the load time is spent in `gatherSectionStatusJava`, mostly in `topLevelSecti...
perf
fr wizard slow to keep list of top level sections with errors a lot of time is spent in fr update section status which is called upon xforms enabled xxforms constraints changed xforms disabled with a large form of the load time is spent in gathersectionstatusjava mostly in toplevelsectionsw...
1
32,933
8,971,527,532
IssuesEvent
2019-01-29 16:06:25
avast-tl/retdec
https://api.github.com/repos/avast-tl/retdec
closed
CMake rules for pelib contain an unitialized variable
C-build-system C-pelib bug
File `deps/pelib/CMakeLists.txt` contains the following piece of code: ``` 44 # Force rebuild if switch happened. 45 # Seems like this is not needed on Linux, and not working on Windows :-( 46 BUILD_ALWAYS ${CHANGED} ``` However, the `CHANGED` variable is defined later on line ``` 57 check_if_variable_chang...
1.0
CMake rules for pelib contain an unitialized variable - File `deps/pelib/CMakeLists.txt` contains the following piece of code: ``` 44 # Force rebuild if switch happened. 45 # Seems like this is not needed on Linux, and not working on Windows :-( 46 BUILD_ALWAYS ${CHANGED} ``` However, the `CHANGED` variable is...
non_perf
cmake rules for pelib contain an unitialized variable file deps pelib cmakelists txt contains the following piece of code force rebuild if switch happened seems like this is not needed on linux and not working on windows build always changed however the changed variable is de...
0
21,850
11,410,755,357
IssuesEvent
2020-02-01 00:45:41
microsoft/STL
https://api.github.com/repos/microsoft/STL
closed
<string>: basic_string's operator+ does strlen on the input one too many times
enhancement performance
While reviewing #419 I noticed something strange about how we handle `operator+`. Consider the following: https://github.com/microsoft/STL/blob/c5cde6ecbaa661fd23ad085e9e716e843059b104/stl/inc/xstring#L4279-L4289 Here, we do the obvious `strlen` (`_Traits::length`) on line 4285 to figure out the length of the `co...
True
<string>: basic_string's operator+ does strlen on the input one too many times - While reviewing #419 I noticed something strange about how we handle `operator+`. Consider the following: https://github.com/microsoft/STL/blob/c5cde6ecbaa661fd23ad085e9e716e843059b104/stl/inc/xstring#L4279-L4289 Here, we do the obvi...
perf
basic string s operator does strlen on the input one too many times while reviewing i noticed something strange about how we handle operator consider the following here we do the obvious strlen traits length on line to figure out the length of the const elem parameter however then...
1
115,407
24,760,469,546
IssuesEvent
2022-10-21 23:07:27
WordPress/openverse-catalog
https://api.github.com/repos/WordPress/openverse-catalog
opened
Capture thumbnails for Rawpixel
🟨 priority: medium ✨ goal: improvement 💻 aspect: code ⛔ status: blocked
## Description <!-- Describe the feature and how it solves the problem. --> For context, see the refactor PR: https://github.com/WordPress/openverse-catalog/pull/795#discussion_r1002145671 Presently we do not have a well-defined field for thumbnails. We will going to be deciding where thumbnails will go in a discussio...
1.0
Capture thumbnails for Rawpixel - ## Description <!-- Describe the feature and how it solves the problem. --> For context, see the refactor PR: https://github.com/WordPress/openverse-catalog/pull/795#discussion_r1002145671 Presently we do not have a well-defined field for thumbnails. We will going to be deciding where...
non_perf
capture thumbnails for rawpixel description for context see the refactor pr presently we do not have a well defined field for thumbnails we will going to be deciding where thumbnails will go in a discussion on our but until we do it s best to exclude this field for now a potential implementation is a...
0
41,664
21,875,782,180
IssuesEvent
2022-05-19 09:59:57
playcanvas/engine
https://api.github.com/repos/playcanvas/engine
closed
Consider OVR_multiview2 extension to speed up multiview rendering
enhancement performance area: graphics area: xr
The OVR_multiview2 extension is part of the [WebGL API](https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API) and adds support for rendering into multiple views simultaneously. This especially useful for virtual reality (VR) and WebXR. https://developer.mozilla.org/en-US/docs/Web/API/OVR_multiview2 https://co...
True
Consider OVR_multiview2 extension to speed up multiview rendering - The OVR_multiview2 extension is part of the [WebGL API](https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API) and adds support for rendering into multiple views simultaneously. This especially useful for virtual reality (VR) and WebXR. https:/...
perf
consider ovr extension to speed up multiview rendering the ovr extension is part of the and adds support for rendering into multiple views simultaneously this especially useful for virtual reality vr and webxr
1
33,327
15,875,566,658
IssuesEvent
2021-04-09 07:10:48
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
c++ tensor::save is about 5x slower to overwrite the existing tensor.
module: cpp module: performance triaged
I found that it is slow to overwrite existing tensor using tensor::save. ## Code ``` #include <chrono> #include <filesystem> #include <torch/torch.h> uint64_t now_ms() { return static_cast<uint64_t>( std::chrono::time_point_cast<std::chrono::milliseconds>( std::chrono::steady_clock...
True
c++ tensor::save is about 5x slower to overwrite the existing tensor. - I found that it is slow to overwrite existing tensor using tensor::save. ## Code ``` #include <chrono> #include <filesystem> #include <torch/torch.h> uint64_t now_ms() { return static_cast<uint64_t>( std::chrono::time_point...
perf
c tensor save is about slower to overwrite the existing tensor i found that it is slow to overwrite existing tensor using tensor save code include include include t now ms return static cast std chrono time point cast std chrono steady clock ...
1
51,917
27,303,150,243
IssuesEvent
2023-02-24 05:03:51
Azure/azure-storage-fuse
https://api.github.com/repos/Azure/azure-storage-fuse
closed
Blobfuse v1 vs v2 performance
V2 performance awaiting-customer-response
### Which version of blobfuse was used? 1.4.5 and 2.0.1 (2.0.0.preview.4) ### Which OS distribution and version are you using? Oracle Linux 8.4 ### If relevant, please share your mount command. Mounted on pod using AKS 1.24.3, CSI driver 1.18.0. ### What was the issue encountered? Based on some read and ...
True
Blobfuse v1 vs v2 performance - ### Which version of blobfuse was used? 1.4.5 and 2.0.1 (2.0.0.preview.4) ### Which OS distribution and version are you using? Oracle Linux 8.4 ### If relevant, please share your mount command. Mounted on pod using AKS 1.24.3, CSI driver 1.18.0. ### What was the issue encou...
perf
blobfuse vs performance which version of blobfuse was used and preview which os distribution and version are you using oracle linux if relevant please share your mount command mounted on pod using aks csi driver what was the issue encounter...
1
499,462
14,447,684,186
IssuesEvent
2020-12-08 04:26:13
JuezUN/INGInious
https://api.github.com/repos/JuezUN/INGInious
closed
Changes on subproblems tab
Change request Frontend Medium Priority Plugins Task
- [x] Allow languages in multilang depending on grading environment, that is, allowing VHDL and Verilog for VHDL environment, python for Data Science and the others for multilang. - [x] Restrict the creation of subproblems to maximum 1. - [x] Show multiple languages in alphabetic order.
1.0
Changes on subproblems tab - - [x] Allow languages in multilang depending on grading environment, that is, allowing VHDL and Verilog for VHDL environment, python for Data Science and the others for multilang. - [x] Restrict the creation of subproblems to maximum 1. - [x] Show multiple languages in alphabetic order.
non_perf
changes on subproblems tab allow languages in multilang depending on grading environment that is allowing vhdl and verilog for vhdl environment python for data science and the others for multilang restrict the creation of subproblems to maximum show multiple languages in alphabetic order
0
6,830
6,624,438,912
IssuesEvent
2017-09-22 11:40:07
SatelliteQE/robottelo
https://api.github.com/repos/SatelliteQE/robottelo
closed
Optimize Docker Host infrastructure
6.2 6.3 API CLI High Infrastructure RFE test-failure UI
Painpoints: - randomly choosing what type of connection will be tested (unix vs. tcp) - CV published images with local docker (unix or tcp) requires self-registration but with multiple testing workers it severely interfere with other testing - local docker (unix or tcp) has issue with SELinux as foreman-selinux is n...
1.0
Optimize Docker Host infrastructure - Painpoints: - randomly choosing what type of connection will be tested (unix vs. tcp) - CV published images with local docker (unix or tcp) requires self-registration but with multiple testing workers it severely interfere with other testing - local docker (unix or tcp) has issu...
non_perf
optimize docker host infrastructure painpoints randomly choosing what type of connection will be tested unix vs tcp cv published images with local docker unix or tcp requires self registration but with multiple testing workers it severely interfere with other testing local docker unix or tcp has issu...
0
86,756
10,516,372,544
IssuesEvent
2019-09-28 17:03:50
arthurpaulino/miraiml
https://api.github.com/repos/arthurpaulino/miraiml
closed
extract_model documentation
approved documentation
Mention that the extracted model does not output predictions as the engine does because it does not do OOF ensembles for each base model. Also, mention that it returns `None` if the engine hasn't completed at least one cycle.
1.0
extract_model documentation - Mention that the extracted model does not output predictions as the engine does because it does not do OOF ensembles for each base model. Also, mention that it returns `None` if the engine hasn't completed at least one cycle.
non_perf
extract model documentation mention that the extracted model does not output predictions as the engine does because it does not do oof ensembles for each base model also mention that it returns none if the engine hasn t completed at least one cycle
0
8,855
6,668,756,626
IssuesEvent
2017-10-03 16:52:36
typelead/eta
https://api.github.com/repos/typelead/eta
closed
Make case evaluation more efficient in certain cases
performance
```haskell case x of Nothing -> branch1 Just x -> branch2 ``` generates as: ```haskell Closure result = x.evaluate(context); DataCon result = (DataCon) result; int tag = result.getTag(); if (tag == 1) { branch1.enter(context); } else { branch2.enter(context); } ``` We can remove the `getTag...
True
Make case evaluation more efficient in certain cases - ```haskell case x of Nothing -> branch1 Just x -> branch2 ``` generates as: ```haskell Closure result = x.evaluate(context); DataCon result = (DataCon) result; int tag = result.getTag(); if (tag == 1) { branch1.enter(context); } else { branc...
perf
make case evaluation more efficient in certain cases haskell case x of nothing just x generates as haskell closure result x evaluate context datacon result datacon result int tag result gettag if tag enter context else enter context ...
1
275,042
30,188,406,863
IssuesEvent
2023-07-04 13:40:06
gabriel-milan/denoising-autoencoder
https://api.github.com/repos/gabriel-milan/denoising-autoencoder
opened
CVE-2022-41902 (Critical) detected in tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl
Mend: dependency security vulnerability
## CVE-2022-41902 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine lea...
True
CVE-2022-41902 (Critical) detected in tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl - ## CVE-2022-41902 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.5.0-cp37-...
non_perf
cve critical detected in tensorflow whl cve critical severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file training requirement...
0
227,029
7,526,168,354
IssuesEvent
2018-04-13 13:14:00
dankelley/oce
https://api.github.com/repos/dankelley/oce
opened
ctdTrim() not handling BIO equilibration phase well
ctd high priority
These data are not public, so I renamed the datafiles. The diagram after the sample cose shows the results. The black curve is not offset -- it's the actual data. What seems to be going on is that the ctd was lowered to about 10m for a while, then brought to the surface, and then it did a normal downcast followed by an...
1.0
ctdTrim() not handling BIO equilibration phase well - These data are not public, so I renamed the datafiles. The diagram after the sample cose shows the results. The black curve is not offset -- it's the actual data. What seems to be going on is that the ctd was lowered to about 10m for a while, then brought to the sur...
non_perf
ctdtrim not handling bio equilibration phase well these data are not public so i renamed the datafiles the diagram after the sample cose shows the results the black curve is not offset it s the actual data what seems to be going on is that the ctd was lowered to about for a while then brought to the surfa...
0
40,191
20,625,178,744
IssuesEvent
2022-03-07 21:39:57
datafuselabs/databend
https://api.github.com/repos/datafuselabs/databend
closed
Feature: Simd Selection of column filter
C-feature C-performance community-take C-good first issue
**Summary** Description for this feature. Now filter works with memcpy one by one, we can use `Vec.extend` function to copy a batch of at most 64 items one time. https://github.com/datafuselabs/databend/blob/dc058c9d22baa9e61763661f77cd10ec62c87c48/common/datavalues/src/columns/primitive/mod.rs#L187-L204 ...
True
Feature: Simd Selection of column filter - **Summary** Description for this feature. Now filter works with memcpy one by one, we can use `Vec.extend` function to copy a batch of at most 64 items one time. https://github.com/datafuselabs/databend/blob/dc058c9d22baa9e61763661f77cd10ec62c87c48/common/datava...
perf
feature simd selection of column filter summary description for this feature now filter works with memcpy one by one we can use vec extend function to copy a batch of at most items one time some useful tools bitmap s chunk function impl bitmap return...
1
11,819
3,535,529,296
IssuesEvent
2016-01-16 15:51:51
paperjs/paper.js
https://api.github.com/repos/paperjs/paper.js
closed
Method for adding a layer to a project is not documented
cat: documentation type: feature
`project#addChild` is not documented. If a layer has been removed 'addChild' seems to be the only way to add it back.
1.0
Method for adding a layer to a project is not documented - `project#addChild` is not documented. If a layer has been removed 'addChild' seems to be the only way to add it back.
non_perf
method for adding a layer to a project is not documented project addchild is not documented if a layer has been removed addchild seems to be the only way to add it back
0
87,735
8,120,578,561
IssuesEvent
2018-08-16 03:38:55
istio/istio
https://api.github.com/repos/istio/istio
closed
`make lint` failed because of type alias in mixer
area/test and release stale
<!-- Please see https://istio.io/help and if you are a user of Istio, please file issues in https://github.com/istio/issues/issues instead of here. Only confirmed, triaged and labelled issues should be filed here. Please add the correct labels and epics (and priority and milestones if you have that information) ...
1.0
`make lint` failed because of type alias in mixer - <!-- Please see https://istio.io/help and if you are a user of Istio, please file issues in https://github.com/istio/issues/issues instead of here. Only confirmed, triaged and labelled issues should be filed here. Please add the correct labels and epics (and pri...
non_perf
make lint failed because of type alias in mixer please see and if you are a user of istio please file issues in instead of here only confirmed triaged and labelled issues should be filed here please add the correct labels and epics and priority and milestones if you have that information ...
0
78,089
9,661,829,107
IssuesEvent
2019-05-20 19:06:42
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Restyle chrome: pages
about-pages/rebrand design feature/user-interface priority/P2
- [x] Restyle bookmarks - [x] Restyle history - [x] Restyle preferences - [x] Downloads page
1.0
Restyle chrome: pages - - [x] Restyle bookmarks - [x] Restyle history - [x] Restyle preferences - [x] Downloads page
non_perf
restyle chrome pages restyle bookmarks restyle history restyle preferences downloads page
0
74,069
3,427,959,480
IssuesEvent
2015-12-10 06:12:21
crcn/interface-builder
https://api.github.com/repos/crcn/interface-builder
closed
compilation strategy according to various conditions
compiling feature high priority wontfix
The compilation strategy for visual components should vary. An example of this might be centering a div with a dynamic width vs fixed width. ```javascript { type: box, width: '50%', height: '50%', x: '50%', y: '50%' } { type: box, width: 100px, height: 100px, x: '50%', y: '50%' } ``` Would get compiled to: ...
1.0
compilation strategy according to various conditions - The compilation strategy for visual components should vary. An example of this might be centering a div with a dynamic width vs fixed width. ```javascript { type: box, width: '50%', height: '50%', x: '50%', y: '50%' } { type: box, width: 100px, height: 100px,...
non_perf
compilation strategy according to various conditions the compilation strategy for visual components should vary an example of this might be centering a div with a dynamic width vs fixed width javascript type box width height x y type box width height x y ...
0
36,317
7,888,580,110
IssuesEvent
2018-06-27 22:45:21
Azure/batch-shipyard
https://api.github.com/repos/Azure/batch-shipyard
reopened
Exception in task_file_mover when ingressing files from other batch tasks
defect
I've set up a job which contains several fetch tasks, and a single processing task that depends on the fetch tasks. For convenience, I tried using the Azure Batch `input_data` type in the processing task to get all the data from the preceding fetch tasks, but I'm running into this exception with `task_file_mover`. `...
1.0
Exception in task_file_mover when ingressing files from other batch tasks - I've set up a job which contains several fetch tasks, and a single processing task that depends on the fetch tasks. For convenience, I tried using the Azure Batch `input_data` type in the processing task to get all the data from the preceding f...
non_perf
exception in task file mover when ingressing files from other batch tasks i ve set up a job which contains several fetch tasks and a single processing task that depends on the fetch tasks  for convenience i tried using the azure batch input data type in the processing task to get all the data from the preceding f...
0
360,875
25,314,766,533
IssuesEvent
2022-11-17 20:34:04
BCDevOps/developer-experience
https://api.github.com/repos/BCDevOps/developer-experience
opened
SDN Oncall Documentation - How to Create a Test App for Demonstrating DataClass settings
documentation team/DXC ops and shared services NSXT/SDN
**Describe the issue** In order for on-call staff to properly assist with troubleshooting issues involving Data-guards and similar issues where pod DataClass is involved, the process by which to create a basic application stack that allows for interaction between DataClasses. The full context of the document allows for...
1.0
SDN Oncall Documentation - How to Create a Test App for Demonstrating DataClass settings - **Describe the issue** In order for on-call staff to properly assist with troubleshooting issues involving Data-guards and similar issues where pod DataClass is involved, the process by which to create a basic application stack t...
non_perf
sdn oncall documentation how to create a test app for demonstrating dataclass settings describe the issue in order for on call staff to properly assist with troubleshooting issues involving data guards and similar issues where pod dataclass is involved the process by which to create a basic application stack t...
0
24,898
12,423,487,739
IssuesEvent
2020-05-24 05:56:24
sequelize/sequelize
https://api.github.com/repos/sequelize/sequelize
closed
Upsert with `returning: true` requires extra read from DB
hard type: performance type: refactor
## Issue Description `Model.upsert` accepts a `returning` option since https://github.com/sequelize/sequelize/pull/8924. However, the way this is implemented is via a platform-specific upsert that returns the record's primary key **and then** a subsequent SELECT call to fetch the record. Relevant code: https://g...
True
Upsert with `returning: true` requires extra read from DB - ## Issue Description `Model.upsert` accepts a `returning` option since https://github.com/sequelize/sequelize/pull/8924. However, the way this is implemented is via a platform-specific upsert that returns the record's primary key **and then** a subsequent S...
perf
upsert with returning true requires extra read from db issue description model upsert accepts a returning option since however the way this is implemented is via a platform specific upsert that returns the record s primary key and then a subsequent select call to fetch the record relevant code...
1