Martin Kavalar
Martin Kavalar
full repro at https://github.com/pieterbreed/clerk-dataset-repro by @pieterbreed Also reported on Clojurians slack https://clojurians.slack.com/archives/C035GRLJEP8/p1724429010102259
Reagent accepts a sequence of keywords, not only strings for the `:class` attribute while huff errors: ```clojure (html [:div {:class [:flex :flex-auto]}]) ``` Supporting this would make it easier to...
Benchmarking using the Book of Clerk @tonsky and I found that: * [ ] image handling is ~25%, should cache it with a type holding the memory image and encoded...