mitchmindtree

Results 219 issues of mitchmindtree

Noticed during #1007, looks like the pointer stored by `BufferInner` is never used. We should check we aren't leaking a buffer or anything like this.

bug
laser

In `bevy_nannou_draw`: - [ ] Complete the `draw::render::RenderPrimitive` implementation for `Text`. - [ ] Complete the `text::Builder::build` implementation. - [ ] Re-add commented out code in `draw_blend` example.

graphics
bevy

Just a reminder for us to check the behaviour of all examples before we land the refactor. If we run into any issues running examples in the meantime, maybe we...

bevy

Reminder for us to update the following before we land the bevy-refactor work: - [ ] The guide - [ ] READMEs - [ ] Manifest descriptions - [ ]...

guide
bevy

In our chat, we mentioned the top-level `nannou` crate is still great as a simple-as-possible getting-started for folks interested in sketching with nannou and rust who might find the bevy...

user experience
bevy

Just a reminder to double-check that we're not unnecessarily forcing certain features where not necessary in each crate.

Currently CPAL's stream data callback API allows the user to assume that audio data will be provided with channels interleaved in a single slice of memory. There are some issues...

feature request

Hi folks, running `trezord-go` on an asahi linux based nixos build and noticed the following error: ``` $ trezord-go -v 2025/02/24 00:27:59 trezord v2.0.33 (rev 2680d5e) is starting [0.000037 :...

While the `all_panes_must_have_tabs` field works nicely with `Tree::simplify`, it appears to have no affect when using `Tree::simplify_children_of_tile`. While working on [gantz](https://github.com/nannou-org/gantz), I discovered this when attempting to use `Tree::simplify_children_of_tile` as...