Andrew Henshaw

Results 4 issues of Andrew Henshaw

It appears that math operations have precedence over number parsing. For example, `$5.4 / 2.2$` gets rendered as: ![Screenshot_20230324_100308](https://user-images.githubusercontent.com/1940586/227543103-10a8925e-7567-449d-b95c-a94090cfc123.png)

**Problem** I'm seeing image tearing when quickly resizing Dioxus desktop apps. **Steps To Reproduce** cargo run --release --example calculator **Expected behavior** I expected to be able to resize the application's...

desktop
windows

Add the ability to retrieve member IDs associated with a card.

Would it be better to return a Result instead of an Option for the parts? Given the nature of the puzzles, we should be generating either a value or an...