Shawn Hice

Results 13 comments of Shawn Hice

https://github.com/kripken/ammo.js/blob/master/ammo.idl Sorry I just noticed it wasn't added in here, i'll try to manually add it and see how my luck fares. Thanks for the library and the support its...

I switched to building a wrapper of what I need from bullet physics and then using emscrippten to build the js library. Works pretty well, using the Conan package for...

I have the problem of it not recognizing any of the include paths I have specified, this works perfectly regularly with all other protobuf compilers and with rust-protobuf See https://github.com/HiceS/mirabuf...

Disabling the pre-compiled headers does not in fact do it for me, Seems like I can build and compile the generated code but the grpcpp/ includes generate this error for...

I'm experiencing the same issue using `protoc` version `3.21.2` from homebrew Tried using pip protobuf packages `4.21.2` and `4.21.1` I have not had any success using different package import resolution...

Thank you for providing a fix for now, on one of my M1 machines with a slightly older version of wasm-pack this isn't necessary but on `0.10.2` it is. Also...

I believe this PR is targeting a fix for this issue. `Binaryen` was the package that was causing the issue. https://github.com/rustwasm/wasm-pack/pull/1188 Thanks **printfn** for fixing this, this thread keeps sending...

Hey this is an old issue but here is an example on compiling multiple `proto` file to `rs` files. CLI - `pb-rs --include . --output_directory src/protos *.proto` This will compile...

There appears to currently not be an option to `Sign Up` even with the `ENABLE_SIGNUP="1"` and `ENABLE_EMAIL_PASSWORD="1"`

A workaround exists where if you correctly setup your smtp server and get the verification emails you can still invite people they will just have to use magic link to...