Results 9 comments of Dane

I found it easy to add to vcpkg by adding these files to **vcpkg/ports/luabridge3/** [luabridge3.zip](https://github.com/kunitoki/LuaBridge3/files/8493270/luabridge3.zip) portfile.cmake ```cmake vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO kunitoki/LuaBridge3 REF 46963493b262ca81e432285a522455eaeb2aae10 SHA512 a901fd9979b06ddb1a7b27d311d59c03dddc3de309c8a784b3b9c1632818d3186b5ab03f49b396f3a064562d123489ad71c5ddd7179e37bd15bcccf892075b04 HEAD_REF master ) file(...

What about naming schemes like matrix_gl.go and matrix_vk.go with build constraints as described here? https://golang.org/pkg/go/build/#hdr-Build_Constraints https://stackoverflow.com/questions/36703867/golang-preprocessor-like-c-style-compile-switch Then you could build the library specifically for Vulkan adding the -tag to the...

> This has the problem of inserting color coding into the output even if stdout is not a terminal, or some kind of printer capable of understanding color sequences. Most...

I'm wondering how much of a speed improvement using a different JavaScript engine would give. Bun for example instead of Node. I don't know how incompatible that change would be...

I don't understand. https://github.com/dream-num/univer claims to already support themes. This plugin should have themes.

Until this is resolved, personally what I would do is create a model that has no actual mesh, and is just a bone merge-able skeleton. Maybe one that only has...

@robotboy655 I think it should if you include the $bonemerge keyvalue in the .QC like $bonemerge ValveBiped.Bip01_Head1 I know you can for sure, because I made a view model before...

It would be nice to do something similar to Claude Code where if you hit UP if the latest message is in queue then it pulls it out of queue...

I have similar issues on macOS in iTerm2 using Claude Sonnet/Opus 4.5. Just thought I'd add some data points.