Chris Penner
Chris Penner
The previous way to handle unregistered claims was to use these methods: Which have both been deprecated, stating to "use a sub-type", which I assume means to define an instance...
Hello wonderful servant maintainers, I guess whether this is actually a bug depends on your expected behaviour, but I wasn't easily able to find the expected behaviour written down anywhere...
Lumberjack currently chokes when highlighting any lines with square brackets in logs leaving beautiful things like this everywhere: `[(fg-black,bg-green)]` This is probably due to the underlying use of [term-ui](https://github.com/gizak/termui) which...
It'd be great to have benchmarks on lens-csv; bonus points if they compare performance against cassava directly 😄 If it's possible to profile memory usage to ensure that streaming from...
When writing the original extension I followed the multiple-workspaces example, but since you typically only have a single UCM session open, it doesn't make sense to have multiple LSP clients...
Hey there! Hope you're doing well! I'm building a browser game where many clients are synced up and I need to share seeds amongst clients; I can get a `Random.Seed`...
Adds a docker image for folks to quickly and easily try UCM without installing it on their machine. Unfortunately this isn't working for some reason, when I run the image...
## Overview We've long wanted to be able to diff definitions against each other. Adding this machinery here so it can be shared between Share and UCM; but initial plan...
This is an old Branch I'm just making a PR for to open the discussion about it since it comes up in Discord quite often. It proves the concept of...