Vincent Cantin
Vincent Cantin
Instead of modifying the CSS generator, I suggest to solve the problem via a function `pull-media-query-to-the-root` which take a **garden data as input** and return a **garden data as output**.
> I'm curious. What _should_ that code produce? There are examples for that CSS syntax here: https://tailwindcss.com/docs/animation
I don't know why it is slower. I am surprised too.
How is the performance if you use `mapv` instead of `map` in the transducer? ```clojure (defn alias-map-xf [] (into {} (comp (map (juxt :aliases identity)) (mapcat (fn [[aliases emoji]] (mapv...
Ideally, you could avoid having an intermediary vector built by mapv by implementing your own custom transducer - in case you love puzzle. I am sure that you can get...
I was also not satisfied with syntax as it is very verbose, specially knowing that (if use as dispatch) it would be likely to be repeated in multiple places with...
### Metadata as alternative syntax proposal Similarly to the syntax `{^{:re #"/d.g"} w [:word w]}`, we could have the matchers described as: ```clojure (ataraxy/valid? '{"/graphql" {[:get #{query}] [:graphql-get query] [:post...
Not so many use cases, indeed.
There are many ways to collect the list of the CSS classes used in a webapp: - By traversing the DOM tree dynamically. - By using a macros which collect...
In theory, all of Minimallist should now work in Babashka, including the budget-based generators. We just need to give it a try.