OvermindDL1
OvermindDL1
Isn't this pattern already covered via Drab's other broadcast methods? Do you have a specific example that this enabled that cannot be done with currently existing Drab styles?
> Without PubSub, we have to centralise in the Backend all the calls to every function of all part of your application that needs signaling when data updates, for example:...
I'll leave this for a day for anyone else to look over as I have not ran LiveView and Drab at the same time, remind me if I miss it....
Those look really good, I'll go over them the next time I get a minute, probably tomorrow, thanks! :-)
Looks great, however some tests aren't passing, I'm looking over them currently... Test seed: 509794 I don't think this one is related: ```elixir 15:35:14.711 [warn] element click intercepted: Element ......
Not liveview related changes post: Some more testing shows that the first error at `test/integration/modal_test.exs:92` sometimes fails and sometimes succeeds, a race condition I'm guessing. The second error of `test/integration/core_test.exs:213`...
> 509794 Oh the seed number is the `mix test` rng seed for ordering. It doesn't matter for the liveview stuff being printed, it happens every time as far as...
I mean more related to some of the existing failures unrelated to this PR, they happen sometimes locally, but not others. ^.^; The LV error messages, no test failure, probably...
> I don't understand why Travis complaints. Locally I never get across those errors when testing with that elixir/erlang version combination. Maybe its platform dependent, but it shouldn't. Any hints?...
Any thoughts as to the sporadic error that pops up from liveview in the tests?