Sergei Pikhovkin
Sergei Pikhovkin
For code ``` import os import faust app = faust.App('myapp') @app.on_configured.connect def configure(app, conf, **kwargs): conf.broker = 'kafka://kafka2:19093;kafka3:19094' ``` is log ``` faust_1 | +ƒaµS† v1.10.4+------------------------------------------+ faust_1 | | id...
@ptmcg do you have any ideas?
@ptmcg I made a DSL like Python. But the pyparsing parses expressions with round brackets very long time (hours). That was the original problem.
pyparsing 3.0.7 The code is the same. Error ```bash Traceback (most recent call last): File "/.../minimal_code.py", line 23, in parser.parseString(data, parseAll=True).pprint() File "/.../venv/lib/python3.8/site-packages/pyparsing/core.py", line 1134, in parse_string raise exc.with_traceback(None) pyparsing.exceptions.ParseException:...
a build for `python:3.10.5-slim` is ok a build for `python:3.11.5-slim` is error ``` ERROR: Could not build wheels for libscrc, which is required to install pyproject.toml-based projects Failed to build...
Do "ping" at some periodic interval
@Vidski [search here](https://github.com/javrasya/django-river/forks?include=active&page=1&period=2y&sort_by=last_updated)
https://code.djangoproject.com/ticket/24096
Added support of Oracle #258
@lingster you can try my [fork of django-silk](https://github.com/pikhovkin/django-silk)