dora icon indicating copy to clipboard operation
dora copied to clipboard

Use `just` tool to run examples

Open phil-opp opened this issue 1 year ago • 3 comments

This PR tries to replace our custom run.rs files with the just tool. The goal is to make the commands more obvious to users.

phil-opp avatar Apr 04 '24 15:04 phil-opp

I think this would be much cleaner and more approachable for rust and non-rust devs alike.

Michael-J-Ward avatar Apr 18 '24 15:04 Michael-J-Ward

This would be awesome but just encountered this issue: https://github.com/casey/just/pull/1229/files , which is about how just might not be super practical with virtual env. The fix proposed cold potentially work but we would need to bake it into the dataflow which might not be super ideal. I'm kind of looking at the ways other people fixed it but might be a bit hacky

haixuanTao avatar Apr 19 '24 10:04 haixuanTao

I'm wondering if we can just use a nu script that will fix the conda shell environment. https://www.nushell.sh/book/scripts.html

haixuanTao avatar Apr 24 '24 10:04 haixuanTao

Closing on favor of https://github.com/dora-rs/dora/pull/495

phil-opp avatar Jun 20 '24 14:06 phil-opp