Adoo

Results 49 comments of Adoo

@agluszak Thank you for your feedback. The issues with the broken links have been addressed and the example code has been formatted in #526. @wjian23 has provided explanations for the...

I was unable to reproduce it on my existing device. It looks like a `wgpu` related bug. After completing the v0.1 related documents, I will try to reproduce it and...

CI should work with `wgpu` https://github.com/gfx-rs/wgpu/pull/1365

That is not a bug, as the default font family in the theme does not support Chinese characters. You can change the font family of the text to resolve this...

Thanks, I will try it, when I have more time after release 0.4.

Sorry, The documentation is currently outdated. I plan to update it soon. In the meantime, here's the correct usage: ```rust let task = this.split_writer(|todos| PartData::from_ref_mut(todos.get_task_mut(id).unwrap())); ```

Thank you for reporting this issue! It appears we may be exceeding the buffer size limit. I've tested on two macOS devices with newer versions (Sonoma 14.5), and both are...