Josh Wood

Results 4 issues of 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...

C-enhancement
A-auto_enum

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...

enhancement
good first issue
builtins

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...

feature request

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...