Sudara
Sudara
[Action Text](https://edgeguides.rubyonrails.org/action_text_overview.html) might be a great move, as it's a core rails dependency and also could resolve #44 via its ActiveStorage implementation (image uploads are probably the 1 thing our...
@glebm Good question. My understanding is that Action Text provides a very basic model that stores the blob of rendered content, and rendering is handled by Trix. It looks like...
This is interesting, haven't seen that killed thing... I wonder if it's crashing and zsh is somehow swallowing that. Interesting that it makes it through auval but then has a...
Interesting, haven't run into this... I use CLion (as it provides a consistent interface on macOS/Windows, can use clang-format and is a nicer experience overall). Not sure what to suggest...
Hey Lukas, Which version of CMake are you on? Do you maybe have extra newlines in the `VERSION` file? It [works for me on Linux](https://github.com/sudara/pamplejuce/runs/7498915915?check_suite_focus=true) The codesign branch isn't yet...
Interesting... the reason why I asked about newlines is that your error clearly shows a newline as a part of the output. I wonder if it's possible your editor is...
min/max might be better resolved via `CreateValueFromExpression`, calling `. findMinAndMax`
Should probably also just set a hard limit (4096) for channel children and the sparkline creation.
Looks like we might be able to try out the official 18.04 container, might just need some config wrangling to making the container option only kick in for linux... https://github.com/actions/runner-images/issues/6002#issuecomment-1211855838
Should be able to add git to the list of deps and move deps to install before action/checkout. See https://github.com/actions/checkout/issues/238