-
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`
-
If you don't specify a valid project name you get a request dump :'(
```
focus/main> lib.install potions
Oops, I received an unexpected status code from the server.
Here is the request.…
-
![image](https://user-images.githubusercontent.com/538571/78139502-a4aa6180-73f6-11ea-97dd-b1ebb6019352.png)
becomes
![image](https://user-images.githubusercontent.com/538571/78139531-ae33c980-7…
-
**Describe and demonstrate the bug**
Code in the scratch file references `Cloud.run.withConfig`. UCM thinks it's ambiguous, but the suggested names it offers are even more ambiguous. `withConfig` …
-
```
$ ucm -codebase . init
$ ucm -codebase .
> pull https://github.com/unisonweb/base:.releases._latest base
(in a separate terminal, run `du -sh .unison` to determine that the size is 34mb)
> pu…
-
Current module graph:
[modules.pdf](https://github.com/unisonweb/unison/files/3584825/modules.pdf)
... more thoughts to follow ...
-
We eventually want to make the syntax for Unison pluggable. At the moment there's only one parser and pretty-printer, but in principle we can have as many syntaxes as we want. A good second syntax wou…
-
This is just a suggestion, but I thought it might be useful for catching regressions.
We could assemble a collection of wild Unison code, starting with whatever's out there at the moment like Runar…
-
Unison should honor the [XDG Base Directory Specification](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) when running on Linux (and probably any posix platform).
Specific…
-
at README.md
> You could combine it with fswatch to sync automatically when files change:
> $ fswatch -o . | xargs -n1 -I{} unison . socket://:5000/ -ignore 'Path .git' -auto -batch
Unison has "-rep…
konyu updated
7 years ago