Results 121 issues of Martin Klepsch

Hi! I have some data that looks like this: ``` clj {"abc" {:stat "efg"}} {"xyz" {:stat "123"}} ``` Now I tried writing a validator for it but failed so far....

``` clj (v/validate {:x #{:a :b :c}} {:x {:* (v/keyword)}}) ;; returns [{:x #{:c :b :a}} {:x {0 ("must be a keyword"), 1 ("must be a keyword"), 2 ("must be...

> this is a case of maybe unfortunate wording... when the docs talk about "applying to a key" it actually means "applying to a key's value"). Will have to reword...

Apparently there are some problems around unzipping things on Windows using the `unzip` task: https://github.com/cljsjs/packages/pull/96

windows

``` clojure (ns open-company-auth.store (:require [alandipert.enduro :as end] [amazonica.aws.s3 :as s3] [clojure.java.io :as io] [clojure.edn :as edn])) (defn- get-value [creds bucket key] (-> (s3/get-object creds bucket key) :input-stream slurp edn/read-string))...

very cool project! just noticed a little typo / ordering mismatch.

I'm not sure if this is expected but I was working [with an API expecting a multipart upload](https://platform.openai.com/docs/guides/speech-to-text?lang=curl#transcriptions) and it tripped up whenever I would set the content type header...

Hi there, I thought this might be helpful to others as well so I thought I'd open a PR and you can decide :) There's a [20s demo here](https://bsky.app/profile/martinklepsch.org/post/3liumuaegds2k). Also...

Hey, I love this extension but I think it would be sooo much better if the current day was always centered in the bar, with 3 previous days left, and...

Would be cool if I could also point this at a Git repo without downloading it first :) Also, thanks for making this! 👏 Edit, there's probably an implementation of...