Fabian Zills
Fabian Zills
modifier, make transparent but keep the trajectory
We should properly catch disconnect exceptions, not just blanket catch everything _Originally posted by @RokasEl in https://github.com/zincware/ZnDraw/pull/352#discussion_r1463633472_ https://github.com/zincware/ZnDraw/blob/d3cf518f29be5801d3c17152b353f3fe4715f85c/zndraw/zndraw.py#L419-L423
- [x] check for atoms:delete - [ ] log message if loaded from cache or not - [ ] check if you generate many frames at once why it fails...
if you run modify the frames update but the progress bar isn't.
celery can be used with memory cache for the task queue https://docs.celeryq.dev/en/stable/userguide/configuration.html#cache-backend-settings
Now with https://github.com/zincware/ZnDraw/pull/352 we can keep a server side cache in a pyclient as long as one clients inside that room is connected (or we specify to keep the cache)....
test manually after https://github.com/zincware/ZnDraw/pull/352 also on the Python client side
TODOs
- [ ] step size - [ ] enter value instead of slider (optional) - [ ] support pydantic without default values - [ ] schema support lists - [x]...
using https://github.com/zincware/ZnDraw/issues/23 and https://github.com/zincware/ZnDraw/issues/355