Kimo K.

Results 48 comments of Kimo K.

Yeah, no prob. It's not obvious to me what causes the compile to happen. Maybe spade doesn't properly memoize its behavior because we're [rendering in a shadow root](https://github.com/day8/re-frame-10x/blob/32826b295738cbadfaa34ba26bbf32e098a9e725/src/day8/re_frame_10x.cljs#L134)? A minimal...

Hey @beders, I took out all the spade code used by the subs tab and replaced it with plain css. You can try it out in [version 1.9.5](https://clojars.org/day8.re-frame/re-frame-10x/versions/1.9.5). Eventually I...

cool. actually, make sure to use 1.9.6, though. there were some styling bugs in the earlier release.

Hey, thanks for all the effort you've put into designing this and maintaining the branch. I've been over the PR a few times, drawing inspiration where I could. We've settled...

Yes, we should do something like that. When passed `:theme my-theme-fn`, the current naive behavior will conj your function onto the `:user` themes. That means at render time, re-com internally...

some discussion - https://clojurians.slack.com/archives/C073DKH9P/p1733141055817809

Ok, sounds like we can enable alt-click logging when `(or debug-click? goog.DEBUG)`. And let `debug-click-fmt` declare what type of logging to do.

I remember building a global option for 10x: ![image](https://github.com/user-attachments/assets/3d1783b2-7464-4d09-8213-6c99057b4de4) A similar DX would be nice for re-com, configured using `:closure-defines`. That way, we could configure all the components at once....

Sure, I'm imagining a program that has to read many large files at predictable locations. For instance, media & archive headers. AFAIK, using `slurp` or `fs/read-all-bytes` could incur a high...