Dave Edelhart

Results 22 issues of Dave Edelhart

I am having trouble clearing "History" from the epicEditor. Every time I return to the editor it has my old ocntent in it. My code here: ``` if (localStorage){ localStorage.clear();...

Bug
0.3.0

As I have tested on https://github.com/bingomanatee/freactal-state-scope-test if you nest states, the child effects cannot access the parent's state. they can access the parent effects, but not the state values themselves....

https://github.com/bingomanatee/freactal-starter-kit I am putting together an assembly of the tech I use to start projects - freactal being a large but not exclusive one. It has the Freactal Seed stuff...

Freactal-seed - https://github.com/bingomanatee/freactal-seed - is a superset of freactal. It replaces the static "seed" for state with an object with a host of convenience methods for cretaing and serializing state...

I'm working in Freactal and finding that making a factory for the state lets you do a lot of useful shorthand that just having a config object does not. Here's...

I'm getting very unreliable results from calculated states. I'm not too blue because they are not core to freactal - I can always expose them as external library operations around...

I have middleware that preserves values into local storage; it does not appear to fire up when events are called in a jest test. ``` middleware: [ (context) => {...

This might just be a usage/familiarity issue but: it seems like if you have an async event you only have access to the state after the promise is unwrapped. If...

Your middlware examplle of wrapping a console log around each effect seems to imply it will be keyed once, filter each event and never be executed again. However I've noticed...

## Prerequisites - We realize there is a lot of data requested here. We ask only that you do your best to provide as much information as possible so we...