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
**Describe and demonstrate the bug** ``` unison :hide type Tonya = Tonya type Farah = Farah type BugEyes = type Ophelia = Ophelia ability Extra where terrestrial: a disguise :...
This demonstrates an issue Cody and I ran into. We had a term with two different aliases. Cody split that alias so that the two names had two different implementations,...
when I am in the `base` project and I run `> dependents reflection.Link.Term` I expect the results to contain functions which mention `reflection.Link.Term` in their type signatures, such as `Code.lookup`...