ja2142
ja2142
##### Brief Description OS: Linux (Manjaro, but I think same thing happened on windows) Target: GCC Union with `const char*` member generate uncompilable code. For example: ```C# union Foo {...
Adding `.option(LibraryOption.PreferCustomPaths, true)` when loading natives should prevent jnr from loading system installed libraries (which might be incompatible). fixes #35
I've tried to play back some audio based on AudioPlayback example, and on linux (manjaro, though I doubt that matters) I got crash in libavutil: ``` [main] INFO velvet-video -...
Add mesh shading (`.mesh` and `.task`) and ray tracing (various `.r`) file extensions, as used by glslang: https://github.com/KhronosGroup/glslang/blob/a6662c53ced629a9d94611276743cbcde896b6af/StandAlone/StandAlone.cpp#L1801
This extension adds Ctrl+Shift+i as a shortcut for toggling insert/overtype mode, which hides a command for formatting current document on linux (for some reason it's Ctrl Shift I as well)....
closes #11440 ? This is more of a proof of concept, I can try improving it and adding tests if this approach is deemed to be ok. Since actual `--only-deps`...