Caleb Yates

Results 16 issues of Caleb Yates

Implements #3759 Also see #99 Based on the `master` branch - [x] Tested on all platforms changed - [x] Added an entry to the `changelog` module if knowledge of this...

DS - ios

This features exists in bossy::Command here: https://docs.rs/bossy/latest/bossy/struct.Command.html#method.with_args It is quite useful, allowing you to write this: ```rust let kill_cmd = session.command("/root/.cargo/bin/nu").withargs([ "-c", r##"ps | filter {|ps| $ps.name == "surreal"} |...

I believe the async traits can be updated to use native syntax There are caveats, but you can manually specify the `Send` bound on an explicit associated type. See: https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html#where-the-gaps-lie

Maybe adding an option in your config, e.g. ```toml my-script = { command = "ps | find cool", executable = "nu" } ```

Is it possible to add support for accessing `ForceTouch` instances (for relevant events)? I am building a handwriting app using pointer events and `bevy_mod_picking` and it would be great to...

I would like Multicam support, this doesn't add it But it does document it