Sudara
Sudara
Thanks @horenmar! I understand that ctest overrides Catch output. This is what I'm trying to work around, so I can get at my reporter output. Running with `ctest --verbose` adds...
Closed by https://github.com/juce-framework/JUCE/commit/d564e49312f7c4dd34b3cb20479c9f54172f04ca
@ImJimmi I'm pretty excited by the work you've done here. I have my own implementation of stack blur, but I never did the profiling. > With Stack Blur using a...
> Those benchmarks were with the new demo I added to the DemoRunner using whatever size the component is - I think about 640x480 based on the screenshot above. Ok,...
Yeah, looks like --build is called with no explicit parallelization: https://github.com/juce-framework/JUCE/blob/2f980209cc4091a4490bb1bafc5d530f16834e58/extras/Build/juceaide/CMakeLists.txt#L93-L98 Try ``` export CMAKE_BUILD_PARALLEL_LEVEL=4 ``` https://cmake.org/cmake/help/latest/envvar/CMAKE_BUILD_PARALLEL_LEVEL.html#envvar:CMAKE_BUILD_PARALLEL_LEVEL I can confirm this breaks the task up across cores.
I disabled preloading with stitches, this still needs to be resolved.
It looks like the facts are these: 1. Older alonetone downloads were set in s3 with Content-Disposition: inline headers. Newly uploaded (post-fastly) mp3s don't have this header. 2. Chrome and...
Confirming newer uploads don't have Content Disposition headers: 
I think these deprecation notices came from pulling 2 thredded html templates into the project (from an engine) as a part of #943 to modify for theming. We do have...
Hm, bummer, wonder if this changed when I updated sortable.js...