Arseniy Terekhin

Results 50 comments of Arseniy Terekhin

Thanks, I read the tutorial. Unfortunately I still can't get closer to understanding of what should be done in my case.

I just had an epilepsy seizures. Thanks telegram!

Example: ``` python import jinja2, jinja2.loaders from jinja2htmlcompress import HTMLCompress TEMPLATE = """ Hello, world! {% include "js.js" %} """ JS = """ // sure, you will see the alert...

Not easy, but I made it work. ```python class TestParser(Parser): tokens = TestLexer.tokens # precedence - lower = higher priority precedence = ( ('left', OR), ('left', AND), ) @_('expr') def...

Found it! `r'"(\\.|[^\"])*"'`. I think an example in the docs is needed.

Wait a minute. I see, it's `ls -1 | grep -v 'buildbot-worker'`. And there must be no `buildbot-www`. I believe `ls -1 | grep -v 'buildbot-worker'` should be replaced with...

Is this module now called `buildbot-www-react`?

@hollie I had this issue too. I think it's because the db schema has changed. I "fixed" it by mounting PGDATA path in volumes section: ``` volumes: - /home/YOURPATH/pgdata:/var/lib/postgresql/data ```...

> I haven't test it but you do have 2 errors in `"path-attribute"` Thank you, @RedCMD. I do. How did you get that nice highlighting? Fixing this, fixed the matching....

And what do mongodb logs say?