Chris Penner
Chris Penner
Currently you can `load ../blah.u` to load a scratch file from wherever, but UCM won't monitor it for changes. There doesn't appear to be a way to monitor a scratch-file...
Currently rargs completely panics if you pass it a program it can't exec; I'd expected it to fail of course, but maybe with a slightly better message 😄 ``` $...
Hi 👋🏼 , thanks for the library! I'm using this library on the server: [https://hackage.haskell.org/package/jose-0.10/docs/Crypto-JWT.html](Crypto.JWT) It returns JWTs with fractional datetimes, which is maybe a bit unconventional, but is explicitly...
## Overview Adds definition diff API to Unison Local. ## Implementation notes Adds `/api/projects//diff/terms` and `/api/projects//diff/types` which return the same format as Share ## Test coverage Added a simple transcript...
## Overview * Emits Type InfoNotes from the typecheecker containing information about the types of local bindings. * Wires up Hover in LSP to provide this type info when hovering...
## Overview Opening this as an experiment to try out; I noticed when using fzf with `edit` that it includes stuff from `lib`, which was making it harder to find...
If I run a server using `> run myserver`, then keep working in `scratch.u` while that's up, I eventually Ctrl-C the server and it gets flooded with a type-check for...
* [ ] #498 * [ ] #2971 * [x] #2905 * [ ] #2530 * [ ] #3478
Given a fresh codebase And this scratch file: ``` x = () ``` The following causes a database integrity error: ``` .> add ⍟ I've added these definitions: x :...
## Overview Upgrades to LTS 22.26; GHC 9.6.5 Recommended you update your local GHCup to: `HLS 2.9.0.0` and `Stack 2.15.5` Does someone who knows nix want to update the flake...