Cody Allen
Cody Allen
@pchiusano yes, but it's a bit annoying. In my current use-case the upper bound is passed in as an argument to the function, so I'll have to check whether the...
`Map.foreach` currently takes the `Map` as the first argument but similar functions take the function as the first argument.
I agree that ideally Unison would follow the XDG spec. In this issue a few different types of files have been discussed. Unison stores files for config, the user codebase,...
> Regarding config, you propose $XDG_CONFIG_HOME/unisonlanguage/config, but the last directory seems redundant @gerardbosch I was thinking of `config` being a file, not a directory. You could potentially make `$XDG_CONFIG_HOME/unisonlanguage` a...
Hmm I feel like I'm doing something wrong here, but when I try this out I get a totally different type than in your screenshot.  Also I just get...
Oh I didn't realize that I failed to copy verbatim. Something something jpegs are lossy when copy/pasting code. But I guess that it was good because I might have caught...
@ChrisPenner I don't have a sense of how much work it is to get this to a state in which you think that it is ready for review. It's certainly...
@ChrisPenner I've been using this branch (with some updates from trunk) for a couple of days and it has been great! [Here](https://share.unison-lang.org/@unison/cloud/code/releases/20.2.1/latest/terms/Cloud/run/local/impl) is an example that I noticed where the...
I'll confess that I occasionally (ab)use `edit` to load a lib definition into my scratch file intentionally. Sometimes it's because large definitions are easier to inspect in my editor than...
> adjusting the fzf integration to deprioritize lib results to the bottom of the list At face value that sounds nice. But I guess that I don't know how it...