Josh Wood
Josh Wood
I've got a situation where a function returns something like `Result`, and it would be very useful to be able to use `auto_enum` on it. Is this technically possible, or...
Something I noticed when working on the string iterator (#704) is that currently strings are stored as ordinary Rust strings, which use UTF-8. However the javascript standard specifies that [strings...
I wasn't sure whether to put this as a bug report or feature request. **Is your feature request related to a problem? Please describe.** I'm a big fan of pinchflat...
I was facing an issue when using `ShowWindowDialogAsync` and then immediately showing a file dialog afterwards in which the main window would not regain focus and would not be interactible...