Péter Gyarmati
Péter Gyarmati
I also had trouble building the wheel, the subprocess ran into problems with this message: ```text Can't exec "aclocal": No such file or directory at /opt/homebrew/Cellar/autoconf/2.71/share/autoconf/Autom4te/FileUtils.pm line 274. ``` I...
I would love to see this proposal accepted and implemented. I think this addition would align perfectly with the already existing mindset of Flutter, that is, to make it as...
I experience the problem as described above. I am establishing a connection to a `RedisCluster` as follows: ```python from redis.cluster import RedisCluster rc = RedisCluster(host='***', port=6379, ssl=True, decode_responses=True) print(rc.info("server")) print(rc.execute_command('CLUSTER',...
@yurnov I just did a `pip install redis==5.1.0b3` but the same error is present. ```python import redis redis.__version__ ``` outputs `'5.1.0b3'`, so I am sure the source changes got picked...
> One thing I forgot but it's important: the PR is very welcome, there is plenty of chances to improve what we do, and this is a nice angle to...
It looks like it is possible to package `MosaicWidget` into a fully static web bundle. Here is a Marimo notebook implementation of the Mosaic spec playground we access when running...
Thank you for the feedback. > one obvious limitation of this approach is the requirement of using a local Python server as a proxy to other backends [...] ultimately we...
Thanks for the clarification, I see what you mean. ClickHouse seems to be a database similar to the kind you described, as it provides an HTTP interface and can return...
It is. I will need to dramatically simplify the pyodide build flow.
Working on this as part of #899.