Max Penet
Max Penet
It's quite minimal but it works. It can be useful to test non-released versions among other thing since we can pull dependencies via git directly. I am not familiar with...
[symbol-overlay ](https://github.com/wolray/symbol-overlay) has the ability to highlight symbols at point, a bit like lsp does; lsp does it better given it knows more about the symbol. That part is covered,...
This proposal is to add a command that turns `::baz` type keyword aliases to their expanded form, as in `:foo.bar/baz`. That could also be considered as a code action. An...
[ To keep development of this project going, consider sponsoring. If you are already a sponsor, thank you! ] **version** clj-kondo v2022.05.31 **problem** When the user defines an incomplete defmulti...
First of all, thanks for the project, I use it on my personal laptop (ubuntu 20.10) and it's flawless. It really deserves more praise, the model, dsl and implementation are...
Right now you return String instance, which is nice if you need to show that directly to the user, but very inefficient if you need to manipulate/store these (which would...
I am trying to exclude a field from the serialized output (it causes a cyclic serialization issue -> stack overflow). I cannot (ab)use a custom mapper, it's out of my...
# Description Linear router fails to match route when it ends with a trailing slash, other router types are working as expected. ## Expected Behavior It should match with all...
Hi, Should we consider put! and take! threadsafe? I have one thread doing puts in bursts at regular interval, and N workers on their own respective threads consuming the queue....
I am not sure if it's out of scope, but adding a websocket client could be nice (nicer than the alternative messing with html files or bookmarklets). Did you ever...