Joel Holdbrooks

Results 128 comments of Joel Holdbrooks
trafficstars

@GroundedSage This is a great start! Even if it's a rough draft, having started something is so much more than we had before. > It seems it needs to be...

@GroundedSage Also, we should continue these discussions over in the issue tracker for the website repo. We can leave this open in case anyone else wants to chip in on...

This is something that could be added to the compiler. Let me think about it. A new compiler is about to land in the `2.0.0` branch (that uses and actual...

This was brought up in the garden slack channel on Clojurians. The `v2.0.0` branch (see #123), once merged, will expose a CSS AST which can be manipulated using the stock...

What's in #123 would allow this. I simply need help getting it over the finish line. I've been busy with work and family life and haven't been able to finish...

@TatriX that's a pretty nice trick thanks for sharing. Would supporting the `:output-to` flag for NodeJS be helpful here? I think that's doable.

@fifigyuri Could you expand on your example by show what `(type (-> ?x first :margin-top))` produces where `?x` is `[:#el { :margin-top (+ (px 5) (px 6)) }]`? @jeluard Have...

I would suggest avoiding the `garden.arithmetic` library; it's going to be removed soon. See the information on the [Changelog](https://github.com/noprompt/garden/blob/v2.0.0/ChangeLog.md) for the upcoming release.

@levitanong I think this could be added to [`garden.color`](https://github.com/garden-clojure/garden-color/).

@DanielRS Ah, I guess I overlooked this part of the spec. It may or may not be trivial to put this to have `@import` emitted at the top of the...