-
Misc
* [x] https://github.com/unisonweb/unison/issues/2148
* [x] #2712
* [ ] #2860
* [x] #2882
* [ ] #2884
* [ ] #2885
* [ ] #2886
* [ ] #2889
* [ ] #2890
Underscore-related
* [x] #2822
…
-
Hello,
I want to visualize the trajectory of the robot and the object in unison.
I am using the .npz files in this path : https://github.com/MyoHub/myosuite/tree/main/myosuite/envs/myo/myodm/data
…
-
````
test1/main> project.create-empty wordle
🎉 I've created the project wordle.
...
wordle/main> pull unison.public.website.learn.labs.wordle.solutions.stubs .wordle
Downloaded 0 entities…
-
I was wondering if it would be possible to add different unison modes, for example there's a mode called "Shimmer" in Ableton's wavetable synth that gives wavetables a really unique sound.
**Here's…
-
Something like:
````
```unison
unique type Days = Mon | Tue | Wed | Thu | Fri
```
```ucm
.> add
.> delete.type Days
.> edit Days.Mon
.> load
```
````
with scratch.u
```
unique type #uj…
-
Windows native through Powershell 7 and Windows Terminal Preview
Version: 1.12.3472.0 (ucm.exe version: release/M3 (built on 2022-03-07)):
![image](https://user-images.githubusercontent.com/13123…
-
We are seeing weird behaviour when setting up multiple docker environments with unison.
When switching between projects (with separate unison containers), the folders from one project would appear…
-
To reproduce, save this file:
```
a = ()
use .base
```
Error:
```
/home/mitchell/unison/junk/scratch.u:1:3:
unexpected =
1 | a = ()
```
-
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`
-