Marius Kreis

Results 8 issues of Marius Kreis

Lightning Design System Components for Web's Datepicker can only display ranges, but not single selection. Days can be overridden with **Range Start** / **Range** / **Range End**, but a symbol...

backlog

Depending on the order of alternative types including **:nil**, the Swagger JSON can become invalid. With **:nil** at the end, it is fine: `[:days-paid-leave-sick-child {:optional true} [:or [:int {:min 0...

bug
help wanted

I think I found a bug regarding Swagger Schema generation: Only definitions from schemas referred to in responses are shown as global definitions in `/definitions`, but those from requests are...

Open this feature request as discussed here: https://clojurians.slack.com/archives/CLDK6MFMK/p1701249325700779 It would be great if it was possible to programmatically define `:error/path` depending on the validation function (and the data to be...

enhancement

The inline image example from the README ` (let [content-id (mime-id/get-random)] (tarayo/send! conn { ... {:content (io/file "test/resources/image.png") :id content-id}]})))` does not work: `(mime-id/get-random)` generates an ID with angle brackets...

Fix for https://github.com/toyokumo/tarayo/issues/14

Implements issue #975 to programmatically define :error/path depending on the validation function (and the data to be validated).