Fork me on GitHub
#fulcro
<
2018-10-20
>
tony.kay02:10:27

I’m working on another release of incubator. There is a 0.0.3-SNAPSHOT version on clojars. I’ve expanded the mutation interface stuff, and refined a new ns based on @wilkerlucio expanded pessimistic mutations. The docs are a little light, but good enough to get going.

tony.kay02:10:39

interested in feedback before a release, if anyone has it

tony.kay06:10:02

README updated with better docs

tony.kay18:10:19

Fulcro 2.6.9 released. Now supports “custom” actions. See incubator for a sample use-case.

tony.kay18:10:33

Incubator 0.0.3 released. The new pessimistic mutations stuff cleaned up (error results and status codes are more consistent)

tony.kay18:10:20

NOTE: 2.6.9 will break any remote that is named ending in “action”

tony.kay18:10:27

but I don’t expect that to be a problem…as in, who names a remote “something-action”? I hope 🙂

tony.kay18:10:16

Thanks to @wilkerlucio for the initial implementation and idea for this mutation extension.

pvillegas1221:10:54

My fulcro inspect tab just started showing No app connected but the icon at the top of the browser tells me that Fulcro app detected!. How can I go about debugging this?

currentoor21:10:44

@pvillegas12 seems like the extension occasionally gets corrupted like this, i uninstalled it then re-installed it, that fixed it for me

pvillegas1221:10:13

yeah, after tinkering with it (pulling it to the right and back to the bottom it started working :thinking_face:

currentoor21:10:07

@wilkerlucio built it, he probably has more insight

wilkerlucio22:10:37

I saw some reports about that before, but I have no idea why this happens