John Doneth
John Doneth
I'm curious if Vulkan works any better under ChromeOS's emulation.
I've previously started a breakout example in my fork under the branch [breakout-example](https://github.com/JohnDoneth/coffee/blob/breakout-example/examples/breakout.rs). I've been busy as of recently and haven't had much time to work on finishing it up....
[gleam-vdom](https://github.com/JohnDoneth/gleam-vdom) is still missing required features like [persisting event handlers between updates](https://github.com/JohnDoneth/gleam-vdom/issues/1), components / hooks, and [reference handling to external DOM elements](https://github.com/JohnDoneth/gleam-vdom/issues/2) before it can be used to write a...
I am having this issue too when trying to run `eval-string` to load a native module. Minimal example to reproduce: ```janet (eval-string `` (import spork/json) (pp spork/json/decode) ``) ``` This...
@blittable I believe the reason why the `tokio::spawn` code is so fast is because that closure is being put onto the tokio runtime but never really waited on. It looks...
I've been working on rendering clickable links to types in the documentation as mentioned here but have hit a couple blockers. - We don't currently have the library name in...
**Name:** luminance-glyph (named accordingly to glow-glyph and wgpu-glyph) **Description:** A fast text renderer for luminance, powered by glyph_brush. **Links:** [github](https://github.com/JohnDoneth/luminance-glyph) [crates.io](https://crates.io/crates/luminance-glyph)
We're having the same issue. It appears we can pick a version by supplying it as the `VERSION` environment variable. I will look into doing that so we don't get...
Thanks for this! :tada: I'll definitely give it more of a look through once I'm less busy with work.
I'm encountering the same issue and having a hard time tracking down where the issue could be during decoding. ``` value: 50 field_number: 6 wire_type: 2 bytes left: 62 ---------------------------...