didibus
didibus
> http-kit to support only Java >= 8. Auto enable SNI. I vote for this approach, Clojure no longer supports Java < 8, it doesn't make sense for http-kit to...
Whatever it is, there needs to be a shortcut. `Ctrl-d` is the most common. I've seen `Ctrl+q` sometimes and I think that one would be the most intuitive in terms...
If you checked that `->` was indeed bound to `clojure.core/->` I see no reason why the macro-expansion solution would not work. The `->` and `->>` do not execute arbitrary code,...
I am using Cider. I won't have a computer till Wednesday, but I'll share my setup details once I do. Thanks. On Fri, Nov 23, 2018, 06:57 Carsten Behring wrote:...
So I'm running: GNU Emacs 25.1.1 (x86_64-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) of 2016-10-19 CIDER 0.19.0snapshot (package: 20181030.2222) Spacemacs v.0.300.0 Let me know if you want any other info.
Is this planned for 2.0 ?
Ah I see. Okay, thank you, I'll look into beautify-html for my debugging purpose.
Bump, have you ever looked into this? I had already forgot about it myself :stuck_out_tongue: , but if you don't find anything wrong with it, I think it would be...
I think this happens if you start the default lein project, such as when toggle a repl inside an Atom buffer that has no file.
And what are the disadvantages of mutating the function in place? Could it lead to issues? What situations should I be aware of where it would be problematic and I...