irigarae
irigarae
When using the JDK_JAVA_OPTIONS environment variable it's picked up twice. ```bash $ echo 'public class Test { public static void main(String[] args) { System.out.println("Should pick once"); } }' > Test.java...
Per the [json schema specification](https://json-schema.org/understanding-json-schema/reference/numeric#integer) integers also accept floating point numbers with zero fractional part: > Numbers with a zero fractional part are considered integers: > ``` > 1.0 >...
Hi, I wonder if it's possible to output multiple errors from a single `:fn` and if not, how do you usually handle it. Here's an example in which I have...
Hi, Just reporting what I think is an unexpected behaviour, if it's intentional I would be interested in seeing what's the reasoning behind. Errors are correctly `m/explain`ed but `me/humanize` hides...
Hi, I see `:min` and `:max` are not supported on `:map`. It would be a nice addition. It is already present in `:map-of`. We had a use-case in which two...
I stumbled upon this: ```clojure $ clj Clojure 1.11.1 user=> (require '[malli.core :as m]) nil user=> (m/schema [(m/schema :any)]) Execution error (OutOfMemoryError) at malli.impl.util/-vmap (util.cljc:31). Java heap space ``` Not...