Fork me on GitHub
#re-frame
<
2020-01-23
>
Eric Ihli16:01:42

Is it possible to store an unrealized lazy-seq in a re-frame database?

Eric Ihli17:01:01

Good to know. Thanks. Then it must be code I have somewhere that is realizing the whole damn thing. 😕

p-himik17:01:15

Just a wild guess - do you have any event tracers, maybe re-frame-10x?

p-himik17:01:39

kee-frame also does some tracing, from what I can recall.

Eric Ihli17:01:27

Hm. I have the debug interceptor in a couple events.

Eric Ihli17:01:51

Oh. What about spec validation? That would do it, yeah?

Eric Ihli17:01:29

Surely that's it. I'm checking that the lazy seq is a collection of things that have certain keys. Of course.

👍 4