Ramiro Medina
Ramiro Medina
**Project details:** - Project Name: Streamsync - Github URL: streamsync-cloud/streamsync - Category: Others - License: Apache-2 - Package Managers: pypi:streamsync **Additional context:** No-code in the front, Python in the back....
Using `plotly==5.18.0` and `pandas==2.2.0`. I get the following `FutureWarning` ``` .venv/lib/python3.12/site-packages/plotly/express/_core.py:2065: FutureWarning: When grouping with a length-1 list-like, you will need to pass a length-1 tuple to get_group in a...
### Discussed in https://github.com/streamsync-cloud/streamsync/discussions/195 Originally posted by **abeka14** January 11, 2024 Hi all. StreamSync is exactly what i was looking for. Thank you for developers. I want to build an...
How is this supposed to work? Is this JUST for the binding of components to items in the repeated items. Using your example from the docs (hint...you may want to...
We now have 3 different kinds of tests: 1) Backend automated 2) Frontend manual 3) Frontend automated 1 and 2 are sharing the same app, which makes both experiences worse....
Most sanitisers could be implemented using Pydantic. It'd also help to create types for event payloads, which will improve developer experience.
To address this, we need a plug-in style approach for event deserialization and for state serialization. We'll need to migrate from the big IF blocks we currently have, to this....