Rémy Sanchez

Results 11 comments of Rémy Sanchez

All right found it, it's related to https://github.com/miyakogi/pyppeteer/pull/160

Thank you @erezsh ! There was many issues in my original grammar, I'm now at: ``` file: line+ line: line_content* "\n" | line_content+ line_content: inline_ref | TEXT inline_ref: "__" reference...

Well I don't want it to mean anything, I just want to replace values that are between `__` and `__`. Typically, the end game would be to detect things like:...

That helped, thanks! For further readers, here is my grammar in the end: ``` file: line+ line: line_content* "\n" | line_content+ line_content: inline_ref | TEXT inline_ref: REF_DELIM reference REF_DELIM reference:...

Very interesting :) I'm looking into this before merging it, just give me a few days

> some developers who prioritize gaming over user experience Can you try to phrase it in a more judgmental way, @paulirish? This kind of comment is enraging. I understand that...

Cool :) Do you want to merge that in a different PR? I don't really have time for testing just right now, but I'll look into it soon (as well...

Hi! Did you try to install Python headers? Typically the `python3.7-dev` package (or whichever is the version of Python your distro bundles).

:+1: Same issue: I've discovered wazapp like 2 week ago and tried to register, but without success. Getting neither SMS code nor the call. I'm in France (+33), and I...

@CODeRUS I already did try this form as well, with no better results. Btw the retry time seems to be growing with the number of failures.