Taeseung Sohn

Results 6 comments of Taeseung Sohn

Maybe you're looking for a markdown parser so that you can say which part of the paragraph is the latex. for example, [remark](https://github.com/remarkjs/remark) with [remark-math](https://github.com/remarkjs/remark-math/tree/main) plugin gives you a syntax...

To prevent that said confusion, method docs should specify whether each method actually assigns 0 or 1. > `Sets the xxx bit to 1.` (on RW/RW1S bits, `set_xxx`) > `Clears...

> Certainly, it's good to mention whether a method sets 0 or 1. It's so great that it doesn't need a breaking change, although I'm not sure how many users...

Made it. https://github.com/rust-osdev/xhci/pull/160 RW1C docs are now > `clear_xxx` : "Assigns 1 to the xxx bit. On register write, this results in clearing the bit." > `set_0_xxx` : "Assigns 0...

> I'd rather avoid this because ERST entry and TRBs don't have shared fields. My words might be misleading. Just to be clear, I'm saying that considering future realisation of...

Thanks for your comment! Hotfixing with `export const MemoBox = memo(Box, isEqual)` didn't helped me though - the props are already shallow enough. BTW I'm currently working with my toy...