Owen Nelson
Owen Nelson
The prospect of generating a spec from an actix-web app is super exciting. We're currently in the throes of developing a process for generating typescript definitions for the serde data...
Feeling like I don't have much to add to the conversation but when I did a proof of concept grpc-web setup with tonic, I used envoy to proxy the tonic...
Updating to the latest in the repo, I get the same ```"duplicate field `$value`"``` message as seen in #58
Just wanted to tag #431 here since this sort of refactor would greatly improve the achievable isolation and make testing much more convenient.
> Can you execute your game inside docker? I use a docker setup for doing gtk-rs work. It should be possible. Mostly I'd be interested in seeing if it'll be...
I put together https://github.com/onelson/rust-project as a way to make it easier for folks at work to get going on rust projects with lots of native deps. I've managed to adapt...
@itmuckel as per #29 I think it's safe to say there is intent (if not a plan) to drop the SDL2 dependency. The engine is written with gfx-rs, which has...
I'm looking back through the comments so far, and I'd say less is a lot more for 1.0. In my mind, sprite animation, tilemap support, a UI framework, ECS, all...
As an aside, I tried master-SNAPSHOT and wasn't able to test this specifically because of a similar problem much earlier during the capabilities checks in initialization. `codeActionKind` was missing from...
I built the [repro program](https://github.com/LaikaStudios/actix-tracing-sentry-repro) as a Docker container with openssl `1.1.0l` so it would have been the same in each case. We use native-tls for our reqwest work extensively...