Stuart Corbishley
Stuart Corbishley
@egeersoz I’m also running into this, what versions of Elixir, OTP, Liveview, Phoenix and PhoenixStorybook are you running? I have just one story that gives this error, it “works” when...
Oh I have something here, I went into `diff.ex` in the liveview source: ``` defp invoke_dynamic(%Rendered{caller: caller, dynamic: dynamic}, changed?) do try do dynamic.(changed?) rescue e -> # It's blowing...
> ... can you give the code of the smallest possible component that triggers the issue? Hey @cblavier, while some of the scenarios others are pointing at _may_ be a...
@dependabot recreate
> For the record the worker should be sending back this on the step:complete event @josephjclark is this implemented already?
We attempted this but hit a fundamental problem with CRDT architecture. **What we tried:** 1. **State vectors** - Track operation counts per client to detect changes 2. **State hashing** -...
This one feels straight forward, but two aspects make give me pause: 1. Knowing _which_ version of the collections adaptor to pull the docs for? I'm not sure that is...
re a conversation with @amberrignell: **Marking cloned dataclips with 'associated jobs'** I brought up my thoughts around a suggested feature relating to 'tagging' the associated job/s for a cloned dataclip;...
@taylordowns2000 since we're resurrecting this issue, the description doesn't really slide into our current experience. Could you elaborate on how you see this working with our current interface? I've always...
@taylordowns2000 this would make the tests much slower, and this isn't how we run tests locally. If anything, we can try changing the ERL_FLAGS to have "less cpu". Right now...