emer-bestseller
emer-bestseller
Is there any progress on this concept? I sounds like a great idea to me! For most apps, I have a postgresql server running anyway. Being able to reuse it...
If you are steaming data faster than they can be processed, they will be lost. If you use a client side callback, which executes faster, the effect should be less...
It looks like the error originates here, https://github.com/plotly/dash/blob/0d9cd2c2a611e1b8cce21d1d46b69234c20bdb11/dash/dash-renderer/src/actions/callbacks.ts#L109-L126 Would it make sense to suppress this error similar to how it's done in `updateComponent`? https://github.com/plotly/dash/blob/0d9cd2c2a611e1b8cce21d1d46b69234c20bdb11/dash/dash-renderer/src/actions/callbacks.ts#L341 What do you think, [T4rk1n](https://github.com/T4rk1n)?
Ah, so you're saying that it's in fact intended only to silence errors related to (initial) layout validation? In that case, I guess the code is correct, but that the...