Oleksandr Yakushev

Results 112 comments of Oleksandr Yakushev

> By contrast, Ring 2 mandates that response header names be lowercase, and the values be vectors: Is it required for the spec implementor (a web server) to validate this?...

Hello Ben! Do you have a particular usecase in mind? Absolute most Clojure libraries are distributed with sources only, no AOT (so no classes in the JAR). Do you want...

clj-java-decompiler cannot decompile functions by their name due to how it works. Please see https://github.com/clojure-goes-fast/clj-java-decompiler#comparison-with-nodisassemble. > If you are using CIDER, you can jump to the definition of the function...

Nothing yet, however, it is a good idea to add something for Spec. This will also require some long-due Compliment refactoring. I will think about it.

Sorry, could you give me some more context again? Are we discussing adding Spec support to Compliment, or to cljs-tooling? If it's the latter, I'm not much of an input...

Got you. So, what particularly do you have in mind beyond trivial keyword completion?

That's not something Compliment can currently do (the eldoc part). It can only offer completion candidates, and also provide documentation for each candidate (but I don't think CIDER uses the...

Hi Max, it's probably because Cursive can't understand that `depr/defn` is a macro that defines the function. I don't know what logic it uses for that. Can you still compile...

Hm, I think it would actually be pretty easy to do. I will try to port it to cljc sometime soon.

@jumarko Hello Juraj! Can you please confirm that it is indeed JDK17 that you are using? If so, which distribution? I've just tried installing Temurin (prev. AdoptOpenJDK) 17, and it...