Kimo K.

Results 48 comments of Kimo K.

This always bugged me, too. Now in #389, the view will stick when you select any epoch but the latest.

Closing for now. Can't reproduce the original bug. @mtravers, please let us know if you're still affected. Added some documentation for the behavior described above by @hipitihop. This is technically...

Maybe this could be a single [tap handler](https://github.com/clojure/clojure/blob/master/changes.md#23-tap) that observes re-frame's state. Any macros would simply wrap parts of your code with `(tap>)`. That could easily be its own concern,...

I think https://github.com/day8/re-frame/pull/786 solves this. Implementation is pretty straightforward. On the **app-db** tab, you can see the path in the `:path` interceptor's `:comment` key. I opt for a `:comment` key...

Hey, it's been a while. Sorry to hear your layout got messed up. I do wonder if there's a naming conflict in the css, since 10x uses re-com, which uses...

I think we all agree that the proposed API changes are a good idea conceptually. However, we still think there will be too much breakage in our prod clients, not...

Looking over markdown-clj, I think you're right: https://github.com/yogthos/markdown-clj#limitations I guess that means quickblog is incompatible with [cljs-showcase](https://github.com/borkdude/cljs-showcase) when it comes to multiline code snippets, since there's no way to write...

Hey @jaidetree, thanks for taking a look. Were you able to run the repro without bugs? I think your hypothesis might be incorrect, though. As far as I know, `repro`...

Hey @beders, thanks for the feedback. We've experienced subjective slowness from spade but haven't bothered to look into it so far. I can reproduce what you're seeing, and I agree...