nookii

Results 20 comments of nookii

this makes sense. currently, streamers attempt to create their own input contexts so that "throwing away" packets isnt an issue. but for network streaming, they will share the same underlying...

thanks for catching this. `timer` says callbacks shouldn't be called before the wait duration so perhaps the wait duration calculation (`Duration::milliseconds((1000. / self.framerate) as i64)`) is inaccurate, even with double...

are you using a `nightly` toolchain? may be related to [this issue](https://github.com/rust-lang/rust/issues/113152#issuecomment-1699684077)

thank you for this. i'm wondering if it might be better to just switch the current implementation of titling to use the window title. the only problem i can think...

> this works, but i'm not sure if it should be shown by default. and since it's better to switch the implementation to just using window titles, should the old...

this one is a bit difficult. i can lock focus to a dummy null `Id` or surrender focus from all widgets, but this will prevent textboxes and other certain widgets...

hi there, thanks for catching this. ill push a patch to update the relevant docs in the next update, though ill keep this issue open until i can better fix...

can't seem to reproduce, could you post the error logs?

hi were you able to fix this? this seems like the kind of issue `cargo clean` would solve