Zicklag
Zicklag
Once I get the chance, I'll try to find a workaround, but unfortunately `dprint` doesn't work for me behind my corporate proxy with a custom certificate: ``` Error resolving plugin...
I'm not so sure about having a default task that runs just by typing `deno task`. If we really want a default task kind of operation, then maybe do it...
Looks like a simple recursive async function still fails ( [playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=3dd0f3d14a08654a9c227f19a4dbcfd1) ).
@omerbenamram While this wouldn't give you control on where you actually print the panic message, if you use the existing `install()` function to setup `better_panic`, `better_panic` will still print the...
I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.
> Using rustdoc might be one, but afaik rustdoc's output is not stable (I believe someone suggested rustdoc to output stuff in JSON format, but I don't think that's been...
I might check it out, but not guarantees yet. I'll look at it and see if it might be simple.
I just verified that rust-analyzer is indeed a valid language server protocol ( LSP ) server which uses a JSON RPC over stdin and stdout. We should be able to...
I think it's very device specific and small tweaks to shaders can fix it in one place and break it in other places so that might be what's happening between...
> But I realized, that instead of using a kinematic body for a player character, I could use a dynamic body, and only make sure to redefine the body velocity...