Jean BOUDET

Results 7 issues of Jean BOUDET

Hi guy, I want to know if there is a specific reason to use: ``` javascript element.style.visibility = 'hidden'; ``` instead of: ``` javascript element.style.display = 'none'; ``` for darkroom...

**v2022.01.15** **MacOs, Java 8** **Spacemacs** **Missing warning on param function with malli schema** ```clojure (ns repro (:require [malli.dev :as md])) (md/start!) (defn test-fn {:malli/schema [:=> [:cat :string] :string]} [s] (inc...

Hi guys! Thanks for the awesome librairy! I don't know it's normal or not but I have the following behaviour: ```clojure (def my-schema-spec (ds/spec ::my-schema-spec {:foo (st/spec #(do (prn "HELLO")...

bug

Hi! I'm using `cljc.java-time` on `clj` and `cljs` and I get an error when I require the namespace `cljc.java-time.temporal.week-fields` in a `cljs` file. Any idea of what this namespace failed?...

Hi! It will be a huge feature to have the possibility to set a ttl value for the key in the key-value store.

enhancement

**Describe the bug** Sometimes one of our services got connection error like `Communication link failure` with Hikary and `Connections could not be acquired from the underlying database!` with c3p0. This...

Hi guys! I have a very weird behaviour since I moved from c3p0 to Hikari. On a specific service with one instance (2cpu/4gb) sometimes I have the error: ``` Communications...