Results 21 comments of Enzzo

shadow-cljs is a command line too, developed in clojure. It is nothing but clojure function, that can be invoked directly from command line, or from a clojure REPL. Most of...

Proposal: define ```clojure (def default-formatter (delay (-> (System/getProperty "io.pedestal.log.default-formatter" ;; defaults to pr-str "clojure.core/pr-str") symbol requiring-resolve deref))) ``` and use `(::formatter ctx-map @default-formatter)` on both highlighted lines

There is no `:com.wsscode.pathom3.error/missing-output` in `com.wsscode.pathom3.error-test`

0. Why not use `core.async` protocols to async responses? 0. `ring.request` keys and `ring.push` keys has identical specs. Why not reuse `ring.request` in `push maps`? 0. Let's use `clojure.core` predicates...

> > Why not use `core.async` protocols to async responses? > > It adds a dependency on core.async. So can we consider a new protocol for async API? Then we...

A example supporting both Objects and Maps ```javascript Array.prototype.groupBy = function (f, init = {}) { let rfMap = (acc, el) => { let id = f(el); let els =...

More wired behaviors. Still trying to understand the root cause. ```clojure (def opts {:registry (assoc (m/default-schemas) :my/int (m/-simple-schema ;; exactly the same as :int {:type :my/int :pred int? :property-pred (m/-min-max-pred...

Malli is the only one that supports [multiple content types](https://github.com/metosin/reitit/pull/563/files#diff-5796817e1ac259fbdcf73f682599f4bdd3f0422f36e1e93e145c6af202c32344R137) The API: - Add `:content-types ["application/json" "application/foo+json"]` to your path/route/router. - A key `:content-type` will be present in the `option`...

After more then 1 year, I still can't easily play this game on linux.

@antonincms I'm using Arch with steam package from official repository. The game works with this command: `LD_PRELOAD=/usr/lib/libfreetype.so steam steam://rungameid/289070` But I expect a solution for this. I have tickes on...