Sergei Pikhovkin

Results 24 comments of 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 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:...