Zicklag
Zicklag
Resolves #15282. Unfortunately I was unable to run the format script because `dprint` doesn't work behind my HTTP proxy. Also, I'm getting an error when I try to run the...
https://github.com/denoland/deno/blob/72199303d899b8ddf2ff46ed11bd513ed9cc47e2/core/lib.deno_core.d.ts#L71-L72 I might be missing something, but it appears that the `heapStats()` function documented here doesn't exist. I've attempted to run the function in a script with `deno_core`, but it...
While looking for the Deno core type declarations I found that the `print()` function wasn't included. We should add the `print()` function to the typescript declarations file with the other...
This may not be something you want in the book, but there is a nifty macro crate for automatically transforming async functions to return boxed futures that could be useful...
So I just had an idea that I might try out, but I figured I'd run by you to see what you think. What if we just used rustdoc to...
I was wondering whether or not you would be open to supporting desktop GL through use of the [`glow`](https://github.com/GrovesNL/glow) library. I've succesfully ported a Rust WebGL2 renderer ( [`luminance-webgl`](https://github.com/phaazon/luminance-rs/tree/master/luminance-webgl) )...
The current bat help message says: ``` ... ITEM: Can be any of: Query string key=value Header key:value Post data key=value File upload key@/path/file ... ``` I was trying to...
If I understand correctly from what I've seen in `bevy_rapier2d`, it looks like it actually stores all of the simulation data such as rigid body positions, etc. in the bevy...
I'm thinking of using this for my Retro Rust game engine, but if possible I would like to support the BDF font format which seems to be often used for...
**Describe the bug** When using a pixel-style font like [Cozette](https://github.com/slavfox/Cozette) or [Ark](https://github.com/TakWolf/ark-pixel-font) I notice that the edges of the font get kind of blurred slightly most of the time, though...