-
Opposite to linux, on windows file symlinks and directory symlinks are different type of links, but unison sync directory symlink as file symlink and they could not be used as directories after sync:
…
-
In https://github.com/unisonweb/unison/issues/4610 @SystemFw noted that `@source{foo}` sometimes gets transformed into `{{ docSource [docSourceElement (docEmbedTermLink 'foo) []] }}`, e.g. [here](htt…
-
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
-
Unison stores his config on $HOME/.unison
$XDG_CONFIG_HOME should be used instead or if empty the default $HOME/.config/
Others variables applies for user data, cache and directories.
Specificati…
-
Suppose my .unisonConfig has a mistake in the remote URL, for example it includes the `.git` on the end that GitHub gives you when you copy the HTTPS URL to clone.
```
GitUrl {
_unison_datetime…
-
**Describe and demonstrate the bug**
The builtin `fromBase64` does not ignore newlines and instead fails with an invalid length error.
base64 allows for newlines and whitespace in the encoded co…
-
Observed in M1g. To reproduce, add these definitions to a scratch file and then run the `add` command:
```
type A = Foo Nat
A.Foo x = 3
```
Unison exits with
```
ucm: Unison bug, typeche…
-
From https://github.com/google/language-resources/issues/31/. I cannot conversion of FestVox voices to Flite.
```
gcc -g -O2 -Wall -o flite_goog_th_unison flite_main.o flite_voice_list.o flite_l…
-
We noticed what we think is a breaking change without a deprecation window, starting in the 26 series for Java.
The affected method is `JsonFormat.Printer` `includingDefaultValueFields()` with no a…
-
**Description**
When using the unison file management paradigm, `fin up` runs forever. It continues giving output like this and never stops:
If I abort the process with `^C` it stops, an…