Boscop
Boscop
So that jobs aren't executed if they are still executing.
Please add a fallible version of `partition_map` that allows the closure to return `Result`. It would be easy, by using the for loop again and write `match predicate(val)? ` :)...

When I try to use `console_error_panic_hook` in my yew project, my app panics on `std::panic::set_hook(box console_error_panic_hook::hook)` with: > Uncaught (in promise) TypeError: WebAssembly.instantiate(): Import #7 module="__wbindgen_placeholder__" error: module is not...
Would it be possible for escapi to allow querying for the supported formats of a camera, and then query for the supported resolutions of a given format? Similar to how...
I bought a webcam that can do 30ps Full Hd. I tested it in OBS-Studio, at first I got very low capture framerate, about 5 fps. But then I read...
In the Rust API it would be useful to be able to enumerate the capture devices so that one can get a device's name and id (and possibly max resolution)...
How can I detect when the webcam was unplugged? In my loop I could check if `countCaptureDevices()` changed from last frame, and if it did, I can check if the...
Thanks for all your effort working on these bindings. I managed to build & run the `basic_form` example but when I try to run the `lights` example, it fails to...
**Is your feature request related to a problem? Please describe.** [The problem is inherited from winit](https://github.com/rust-windowing/winit/issues/1550#issuecomment-798955588). In short: Winit doesn't send any `CursorMoved` events (nor `CursorEntered`) before `DroppedFile`, only immediately...