unison
unison copied to clipboard
A friendly programming language from the future
Get details of the logged in user's Codebase **Endpoint** ``` GET /codebase ``` **Response body:** ```typescript type CodebaseOverview = { hash: string // Unison hash of the latest root branch...
handle, email, avatar, bio, pronouns, website url, etc API: https://github.com/unisonweb/unison/issues/3381
**Choose your PR title well:** Your pull request title is what's used to create release notes, so please make it descriptive of the change itself, which may be different from...
Earlier today, we used the `add.run` command to add a term to the codebase. The UCM confirmed it was successfully added as a term. However, the term did not show...
It's very easy to use `push` when pushing a new path to Share, resulting in an error message suggesting to use `push.create` instead. We have this approach to help avoid...
It appears that the `run` command may be persisting state incorrectly when a function's dependencies have been updated. Thank you to @adamw for surfacing and minimizing this bug. Restarting the...
Using Stew's giant codebase I notice that, even in a completely empty branch, getting a slurp printout after saving a scratch file with a single definition takes about 2s; on...
we had a user asking how to get their and keys doing expected things at the ucm prompt. By following [this page](https://github.com/judah/haskeline/wiki/CustomKeyBindings) I was able to get these working by...
e.g. cloud VMs or worst-case local VMs
Let's say that you create an alias for a builtin term: ```ucm .> alias.term ##Nat.+ plus ``` Now you want to load your whole namespace to a scratch file so...