Greg Look
Greg Look
That's really cool! I've been meaning to look into Kaocha since I first read about it.
> Would y'all be amenable to me adding information to mainline greenlight README about the plugin for Kaocha users? Late to respond, but yeah - happy to have additional links...
This looks like an issue with `clojure.tools.namespace`, which is the library that `lein-hiera` uses to build the dependency graph. If a newer version has been released which works with this...
I believe this is no longer an issue, but let me know if you still have troubles here.
Huh, this does appear to be an issue with the hash-separated function name. https://neovim.io/doc/user/userfunc.html#autoload
Have you tried setting `:break-libs? false` in the namespace rule config?
Release 0.16.626 switches to the zip artifacts, so this shouldn't be an issue anymore.
Similar to #60, which I'd definitely like to support in a future version.
We (Amperity) eventually wound up writing a [new logging library](https://github.com/amperity/dialog) that combines some of the concepts in timbre with a direct SLF4J implementation, so it doesn't suffer from some of...
Yeah, this is mainly an artifact of using the `:line` separator in `fipp`, which becomes a single space when the form fully fits onto one line: https://github.com/greglook/puget/blob/f458a0dd704e37fde348aebed7cd8ed5248edff0/src/puget/printer.clj#L586 The behavior I...