-
Imagine a world in which you can capture a program's execution, inspect it, and replay it. You could browse all the inputs the program had received, and all the outputs it had made, and you could ret…
-
```
.> project.create-empty jit-setup
🎉 I've created the project jit-setup.
🎨 Type `ui` to explore this project's code in your browser.
🔭 Discover libraries at https://share.unison-la…
-
Ex. T808, Britten, Violin II, mm10: quarter note shows as half note.
VHV:
![Sem título 1](https://user-images.githubusercontent.com/59910404/73413729-6cd15180-42c1-11ea-9ba3-4809a7f3367c.jpg)
…
-
### Description
On start, I get the error `Unison exited` with the following description (which is the usage string of `unison`) and I can only close the application:
```
Usage: unison [options…
-
I'm using Unison with Require.js
```
require.config({
paths: {
unison: '../bower_components/unison/js/unison'
},
shim: {
'unison': { exports: 'Unison' }
}
});
```
But then,…
-
File sync didn't work properly on bigger projects (>100.000 files).
Sometimes files were missing inside the guest or on the host.
After some investigation I noticed that the unison container was cra…
-
I am trying the unity_demo.ipynb provided in this repo. Everything is fine until I start to run the physics simulation code.
The render_script of putting an apple on the desk gets stuck and the error…
-
**Describe and demonstrate the bug**
I see this error in my terminal, though seems seem to continue to run fine. I think that it may be coming from an LSP thread similar to #4737.
```
Uh oh, a…
-
I am by no means a unison expert, but I believe you can set like a root directory and several paths. Perhaps it's a nice addition to this plugin.
So that you can configure something like this for the…
-
Because of the bug in Docker for Mac (https://github.com/docker/for-mac/issues/681) Unison can stop syncing sometimes and the only way to make in syncing again is
```
fin project remove unison
fi…