Rúnar
Rúnar
Depends on #567
I'd prefer if yes/no prompts worked like numbered arguments: a kind of temporary state for the CLI. So instead of being modal, you just type "yes" as the next command,...
See here for more ideas: https://github.com/unisonweb/contrib/discussions/1
The "commented out" behaviour was how this used to work, but it was changed for a reason I can't remember.
That sounds right. The assumption is that there won't be many terms to look up by type, but maybe that's wrong.
I want to submit support for Unison (https://unison-lang.org), but there are zero GitHub repositories with Unison code in them since Unison is an image-based language and can't really use Git...
Perhaps `Actor` and the other concurrent stuff should go in a different project, although, that's what `scalaz.concurrent` was supposed to be. `Actor` is very widely used as it's a very...
Yeah, the defaults and implicits have to go.
Maybe we could provide the configuration location via a config file :stuck_out_tongue_closed_eyes:
Just ran into this on livestream with more than one `main` defined in the project. If you have `foo.main` and `bar.main` and say `run main` you get this same error...