Kimo K.
Kimo K.
Merged e91e5b57
Discussion continues on #680
Here's my take on things, and a prototype: https://github.com/day8/re-frame/pull/790/commits/7055a38c4fe39109e05909b7f09a381313a59247 I think I know why this issue is unsolved for 8 years. It's a general FRP problem with no general solution...
I made a second prototype: https://github.com/day8/re-frame/pull/790/commits/1238515213a8399f7d47f90ea5bdc1eeb8a72e1b I think breaking the API at a different point makes it simpler overall. Query-maps are simpler. No more [looking up the "first" registered key](https://github.com/day8/re-frame/blob/14de6f7549749532bef378bfe374221a3b1ff744/src/re_frame/subs/alpha.cljc#L24)...
My polymorphic subscription prototype is still in alpha, but we've been working the new `flow` feature as well. This provides another way to define a derived value explicitly, in a...
I've updated a few articles to explain more clearly the problem with subscriptions, and why they're a leaky abstraction of dataflow programming. - [FAQ: How can I use a subscription...
"Can't repro with the provided function. Zprint is working as intended on my local build. I checked on both 1.7.0 and 1.6.0. It is interesting that you'd get this result,...
I think I've narrowed down all the issues still open here. Let's open a new ticket if anything else comes up. I did a rewrite of the popup menu, since...
Disabled syntax highlighting for now, since this crash seems pretty bad. @p-himik, thanks for the detailed analysis, I'll look into it. It may be just because I'm new, but re-highlight...
Both highlighting & crash removed in [1.7.0](https://github.com/day8/re-frame-10x/releases/tag/1.7.0)