Stew O'Connor
Stew O'Connor
**What's the message you're seeing?** ``` -- The name #rfi1v9429f is assigned to the reference ShortHash {prefix = "rfi1v9429f9qluv533l2iba77aadttilrpmnhljfapfnfa6sru2nr8ibpqvib9nc4s4nb9s1as45upsfqfqe6ivqi2p82b2vd866it8", cycle = Nothing, cid = Nothing}, which is missing from the...
input: ``` > if true then () ---- README = {{ yay }} xxx ``` **What's the message you're seeing?** ``` I got confused here: 11 | xxx I was...
**What's the message you're seeing?** When I mistakenly type `lib.intsall unison/cloud` instead of `lib.install @unison/cloud` I get this error message: ``` Oops, I received an unexpected status code from the...
iif you run the `getArgs` builtin all of the numeric args are filtered. so in ucm, run: ```ucm > run getArgs one 2 three 4 five 6 ``` and you...
I have my PAGER environment variable set to "less" but ucm is using `more` instead of `less` which is far less capable. I have less installed in `/usr/bin/less`
```unison tweedleDee a = tweedleDum a tweedleDum a = tweedleDee a ``` ```ucm I found and typechecked these definitions in scratch.u. If you do an `add` or `update`, here's how...
when I run `edit a b c` they should show up in that order in the file. right now they show up in a seemingly random order