Jay Sistar

Results 91 comments of Jay Sistar

Testing my theory, I got `core:a-node:error Failure loading node: TypeError: system.setActiveCamera is not a function`, so maybe a few more things need to be moved around.

It seems that there's warnings all over the codebase that say that everything needs to be loaded before the DOM. However, with JS modules, that's not going to happen with...

(A script tag with type="module" implies defer, as @mattrossman pointed out above.)

Will this be added soon?

To see what has to be done right now for OpenAPI and gRPC Reflection with Tonic, [see the repo that I use currently to start new services](https://github.com/Type1J/math_ops).

cURL delegates http2 support to the https://github.com/nghttp2/nghttp2 library, which I believe can be used for making a client, server, or proxy for http2. I know that it would introduce a...

Is there a way that this can be done without causing a deep copy? Can there be a move, which would clear out the streambuf? If not, then I'd suggest...

@eidheim your unique_ptr/shared_ptr solution seems to be the best solution to me. However, unless you're capturing it in multiple lambdas, you might be able to use unique_ptr exclusivly.

Warp with OpenAPI would be great! Please finish this work.

Yeah, now that grpc-web has streaming support (with the Improbable proxy at least), we may just be using Tonic instead.