Miles Johnson
Miles Johnson
This is just `cargo check --workspace` from the root.
@zshipko any suggestions on how I could test this?
Just chiming in here, but I personally prefer builders that use `&mut` instead of immutable `mut` methods. Primarily because the latter makes calling methods in conditionals or blocks _very_ awkward.
Created an RFC that includes this: https://github.com/moonrepo/moon/issues/1985
Kind of need the functionality at runtime. Can you point to where that code exists so I can take a look at it?
The issue is that this would run on other peoples computers, so I can't expect them to have certain CLIs available. I'll investigate though.
Shims are constantly regenerated/recreated, so the permissions applying again is expected. Is each runner a different user? Is different proto versions running by chance?
proto has been designed to be per-user, and hasn't really been tested for multi-user. I'm kind of surprised something like this hasn't cropped up sooner. Let me think about how...
Even without iocraft, this is a hard problem to solve simply because of how ANSI escape sequences work when rendering the console. Are you able to write to stderr?
@harlequin What exactly would the dialog do? Also I dont think this would work. Host funcs can't return dynamic functionality to wasm.