Dan Raviv
Dan Raviv
`getProgramName` unconventionally returns `const String` rather than just `String`, and so triggers various warnings. Besides having no advantage AFAICS*, `clang-tidy` triggers the `readability-const-return-type` warning on this. This is a breaking...
Sign all releases so they can be verified with an advertised public key.
Both of the links under https://github.com/kparc/kcc#run seem to be broken.
I had a `JuceLibraryCode` folder with `BinaryData.h` under my root project folder from a previous non-FRUT build, and after building with FRUT also under `build/JuceLibraryCode`. The two files both got...
First-time mdspan user here so I might be mistaken. As an example, the following code from https://github.com/kokkos/mdspan/wiki/A-Gentle-Introduction-to-mdspan#what-is-mdspan doesn't compile with the mdspan-0.2.0 release: ``` int* data = /* ... */...
We should be able to validate the FlowTracker results listed in the security review, but FlowTracker doesn't seem to be available for download anymore. http://cuda.dcc.ufmg.br/flowtrackervsferrante/install.html links to http://www.dcc.ufmg.br/~brunors/flowtracker/flowtracker.tar.gz which is...
**Description** Add a floating-point matcher similar to [numpy](https://numpy.org/doc/stable/reference/generated/numpy.isclose.html)'s and [pytorch](https://pytorch.org/docs/stable/generated/torch.isclose.html)'s `isclose`, testing `abs(a - b)
### Detailed steps on how to reproduce the bug 1) Open ARAPluginDemo example in Projucer 2) Set target macOS to 13 (resolves JUCE's `static_assert` on the new linker on Xcode...
### Detailed steps on how to reproduce the bug I encountered this while trying to workaround #1298 . `juce_audio_plugin_client_VST3.cpp` is incompatible with defining `WIN32_LEAN_AND_MEAN`. With `JUCE_VST3_CAN_REPLACE_VST2` enabled, it uses the...