Arne Brasseur

Results 300 comments of Arne Brasseur

Seems we don't need much to be able to let the user opt-in to v3 - they can already set the different tokens (fonts, colors, components) - the preflight can...

Thanks @GetBitOutdoors, that should be fixed now.

![2022-09-19_105139_firefox-nightly](https://user-images.githubusercontent.com/32212/190982134-d6788f1e-f11e-4781-a4f0-7004febfe9c0.png) One failing test.

Thanks for the report. This is indeed a difference with Garden that we should document. We recommend using `[:p [:span {:color :blue}]]` since that makes the nesting explicit. I'll leave...

Thanks for clarifying, that does make me think we should address this.

I'm not a clj-kondo user. What would this entail exactly?

Have a look at what we're doing in #13 . Does that solve your issue?

Please include full stack traces and error messages when reporting an issue.

I see, seems this is a cljs-specific bug? Agreed that this needs fixing, we'll have to have a better look what the right approach is. Thanks for the report!

This is a ClojureScript issue. Minimal repro: ```clojure (def foo ^:foo (fn [& args]) ) (foo 1 1 1 1 1 1 1 1 1 1 1 1 1 1...