Elias Steurer
Elias Steurer
@fweidner any update on this? I tried to compile this project with protobuf 3.5 but I get several error messages: 1. Complie Protobuf 3.5 via your guide 2. Copy and...
Is there a way to work around this issue?
@fnc12 this is a runtime crash. Tested with MSVC 2022 17.3.4. It persistently happens when using `make_storage` with a lot of tables. See my test project https://github.com/fnc12/sqlite_orm/files/9583738/Crash.zip
@fnc12 It is a stack overflow, :) Is there any way to make `make_storage` allocate on the heap? 
Still occurs with 7.2.3
Not sure what to do, because the workaround with configure ``` ts import Long from 'long'; import protobufjs, { load } from 'protobufjs'; protobufjs.util.Long = Long; protobufjs.configure(); ``` does not...
Same issue here. Vulkan works ok-isch on my AMD Vega VII with about 20% GPU usage. Kompute does not work with models I tested like https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF Click me ``` PS...
I have the same problem. I have the latest yarn installed and can call it manaully form the command line, but somehow the path in the build.rs is missing. @shirshak55...
It works now, thanks 👍🎉 Maybe we should add SSE as an option that can be turned off in vcpkg...
> Hi,did you compile PCL on ios for iPad successfully? I have the same problem, waitting for your reply. Thanks This worked for me https://github.com/PointCloudLibrary/pcl/issues/5843#issuecomment-1761154905