Michiel Borkent

Results 367 issues of Michiel Borkent

Please chime on this discussion: https://github.com/borkdude/clj-kondo/issues/241 After processing the feedback, we can extract a style guide "rule" from this.

This [commit](https://github.com/bbatsov/clojure-style-guide/commit/e813f24a5f3729cc7ed72d2b6ac4c75d02140582) adds a section about sorting namespaces. Clj-kondo want to check this, but currently there is no clarity around how "requirements" (which I find a bit of a weird...

Can we include this advice in the style guide? https://stuartsierra.com/2015/06/01/clojure-donts-optional-arguments-with-varargs

It might be a good exercise to run cheshire against https://github.com/nst/JSONTestSuite to see if it conforms to standards.

I'm trying to run async requests with clj-http: ``` (comment (require '[clj-http.client :as client]) (require '[clj-http.conn-mgr :as conn]) (require '[clj-http.core :as http-core]) (def base "https://example.com") (def links (for [i (range...

Thanks a lot for providing emacs for osx! Any change we can get builds with `--with-native-compilation` enabled?

E.g. `(bean x :prototypes true)`

There have been several significant improvements and fixes to clojure.spec in CLJS 1.10.516. Most of them are listed here: https://github.com/borkdude/speculative/blob/master/doc/issues.md#fixed-and-released

Would this allow you to expose more of minimallist to babashka?

question