Chase Kanipe
Chase Kanipe
Hello, I'm attempting to package my nativeshell application into a self-contained bundle, but I'm having trouble getting it to search the local directory for `libflutter_linux_gtk.so`. With the library and executable...
Have you considered adding support for [LSP](https://microsoft.github.io/language-server-protocol/)?
Currently the graph view doesn't auto refresh after explorations so the user has to hit the `r` key to update the highlights and comments. This should happen automatically
I'm working on a cross platform JUCE VST, for which vulkan integration would be useful, and I was hoping you could help me get and idea of how much effort...
Currently `Engine::getProgramDetails` returns json with the following structure. ``` { "inputs": [ ... ], "outputs": [ ... ], "mainProcessor": "someProcessorName", "mainProcessorLocation": "SomeFile.cmajor:15:7:" } ``` In particular, the `createProgramDetails` method inserts...
Found another place the COM interface may throw an exception -- `PerformerInterface::createPerformer`. Rust can't catch foreign exceptions which makes this unrecoverable. Adding a try/catch to the cmajor source indicates it's...