Fork me on GitHub
#fulcro
<
2019-09-03
>
tony.kay03:09:54

@levitanong inspect is built outside, and should not longer be on the classpath at all. F3 has a new preload you should require. See the template. CSS support is via fulcro-garden-css

levitanong03:09:37

@tony.kay oh! Okay thanks :)

tony.kay03:09:51

I have noticed some problems in Inspect, but I have not had time to narrow them down. One, in particular, had to do with transactions with multiple mutations not showing up correctly…but again, need to look into it more carefully.

souenzzo19:09:35

how can I "always ignore" some keys like :com.wsscode.pathom/trace to be merged in state/db?

wilkerlucio20:09:08

I guess you have to do a post-mutation or something, the tricky part is that you have to get it in order for tooling to work, what's the issue about having it on your db?

tony.kay21:09:16

@U2J4FRT2T That’s an interesting question, and could probably be added as some kind of feature in F3's pipeline. At the moment a post-mutation or pre-merge would do it.

tony.kay21:09:29

you could easily do it as middlware for the client remote

tony.kay21:09:03

that’s probably the best place to put a filter for it I think (though I’d have to think how that might affect Inspect)

souenzzo12:09:34

@U066U8JQJ it show many results in fuzzy search both confusing and slow 😞 I will try pre-merge/post-mutation/remote. thnks 🙂

tony.kay16:09:51

@U2J4FRT2T are you on f3 yet? I’m thinking we should make a way to auto-strip this there, and it would not be hard.

tony.kay16:09:11

@U066U8JQJ be interested in your input. Only Inspect needs this, so I think it would be ideal if there was a knob where it could be auto-added to the query, and auto-removed from the response at the transaction processing layer. Perhaps you can remind me: this only needs to be a top-level query key, right?

wilkerlucio17:09:26

hello, I have some ideas around these, since it is actual data I believe it makes sense to remain there, but we could have some features to disable it on search on something (not specific to the trace case, some general support to set parts of the tree to not be searchable)

tony.kay17:09:54

to remain there? As in get merged into Fulcro state?

wilkerlucio17:09:26

yeah, we can discuss more later, I'm currently in a offsite for Nubank, so I'll be unavailable most of the day

tony.kay17:09:34

I’ve been gtrying to play with it, but I cannot get it to work for some reason.