Zicklag

Results 652 comments of Zicklag

Here is the error I get: ``` The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed! sed -e 's/\[Service\]/[Service]\nEnvironmentFile=-\/etc\/default\/docker/g' /lib/systemd/system/docker.service >...

I can confirm that Python bindings would be useful to me. I'm working on combining Stella VSLAM with OpenCV and OpenMVS for dense reconstruction, and I could connect everything with...

Awesome, thanks for the issue link. That's exactly what I wanted to hear.

I was getting the same issue and the problem was that I didn't set the `LIBTORCH` environment variable properly. I installed libtorch with conda and was able to set LIBTORCH...

Just wanted to :+1: this, and say that this crate was _exactly_ what I was looking for, except that I have to have a synchronous API.

Yeah, here it is: https://github.com/zicklag/punchy/blob/5412954072448dc5991efec6a660ee634c8c1ebb/src/scripting/engines/native_javascript.rs.

I think the solution I want to try for this is to rewrite import statements to something like `const myModule = globalThis.bevyModJsScriptingModules.myModule` and when we rewrite the import we'll also...

I started to test this out and ran into a minor change I needed ( https://github.com/lucaspoffo/renet/pull/50 ), but otherwise, I think this was going to work for my use case....

Just for reference for anybody else who might be in a similar situation: I ran into this issue when using SvelteKit and was able to temporarily workaround by adding this...