Joel Kaasinen
Joel Kaasinen
I can assoc anything into a PersistentProtocolBufferMap, and unknown fields will get silently dropped when serializing it (with e.g. toByteArray). Could you please either throw an error on unknown fields...
It would be great if tempura supported named arguments, for example like `"Hello %{name}! How are you?"` or perhaps `"Hello {name}!"` I could write a PR for this. Any opinions...
## Expected behavior ``` % clj Clojure 1.10.3 user=> (def ^:dynamic *dyn* 1) #'user/*dyn* user=> (binding [*dyn* 2] (prn *dyn*)) 2 ``` ## Actual behavior ``` % clj -Sdeps '{:deps...
I was wondering why my clojure app is sometimes taking ~10min to start up on this virtual machine I'm using. Looking at jstack (see below) shows that it's stuck in...
Currently, `-schema-schema` is used for 4 different things: 1. A wrapper for a schema, potentially with props, like `[:schema {:foo 1} :int]` 2. An invisible wrapper that doesn't have a...
Two related issues: 1. Sequence destructuring generates invalid types. The type for a `[i :- int, s :- string]` destructuring should be `[:cat :int :string [:* :any]]`, not `[:cat [:?...
Currently `reitit.http.interceptors.multipart` only has Clojure spec schemas for `temp-file-part` and `bytes-part`. Could also supply schema & malli versions. See `reitit.openapi-test/multipart-test` for inspiration: https://github.com/metosin/reitit/pull/593/files#diff-c18bf86982356e8898ead05214985b1ffa8f85f77f47094ac56cf82cb5eb95b7R434 Related to #591
Upgrade it and fix. Probably related to #608 .
# Currently - Mix of `:body` and `:schema` - Defaults on different level of nesting compared to per-content-type stuff - Can't add per-content-type extra fields like `:examples` ```clj ["/foo" {:post...
Like #558, but for openapi https://github.com/metosin/reitit/issues/558#issuecomment-1676466578