unison icon indicating copy to clipboard operation
unison copied to clipboard

A friendly programming language from the future

Results 727 unison issues
Sort by recently updated
recently updated
newest added

Currently if you do `docs foo`, you'll get `foo.doc` if it exists. But if `foo` has an alias `bar`, you will not get `bar.doc`. Consider widening the search for docs...

workflow

The `add.run` command is handy. But if you want to replace an existing term, you have to first delete it (which you may not be able to do if it...

workflow

Related #2248 #3556 Side note: If UCM really wants you to work on them in a specific order, it should explain why; not just leave you wondering.

workflow

Version: release/M4i-1111-g2a3a54add6 ```ucm .alvaroc1.public.midi> find.global : Bytes -> TrackChunk :point_up: I couldn't find exact type matches, resorting to fuzzy matching... :no_mouth: No results. Check your spelling, or try using tab...

workflow

This is probably on the team's radar already, so feel free to close out if already captured. I noticed that the tab completion for `projects` related help topics doesn't show...

workflow

# Problem Currently when you `view` an ability constructor, it pretty-prints the entire ability. This is fine for a small ability like `Abort`: ``` .> view abort structural ability lib.base.abilities.Abort...

workflow

Using development version. My expectation is that it should delete successfully since the dependents are also being deleted. ```ucm @alvaroc1/webauth/main> version 39b76f3 @alvaroc1/webauth/main> delete.namespace lib.playgroundHttp ⚠️ I didn't delete the...

workflow

Here is an example where I would expect `delete.namespace lib.http_old` to complain that `HttpResponse.fromStream` and `HttpRequest.encode` were in use and couldn't be deleted: ``` @stew/httpclient/fix_encoding> todo ✅ No conflicts or...

workflow

If you have only one branch in a project (let's say project `foo` and branch `main`) and you delete it, it's unclear how to continue to use the project. If...

workflow

If I run `history /main` or `history main` I would expect it to be equivalent to `switch /main` followed by `history`. But instead I get an error `extra characters after...

workflow