d9pouces
d9pouces
There are still invalid escape sequences in tweets.py, that could raise errors in a future Python version: twitter_scraper/modules/tweets.py:161: DeprecationWarning: invalid escape sequence \g tweet["text"] = re.sub(r"(\S)http", "\g http", tweet["text"], 1)...
Depending of the state of a previous extraction, the unzip command can ask for a user confirmation in `chromium_downloader.py`: (`replace chrome-mac/Chromium.app/Contents/Info.plist? [y]es, [n]o, [A]ll, [N]one, [r]ename: A`) ``` proc =...
I made an [extension](https://github.com/d9pouces/djt_nvu) to check the HTML validity. However, my DDT is minimized and I don't see the result. Why not add a method `get_warning_level` (0/10/20/30/40/50/… like the `logging`...
There is an invalid espace sequence in pyppeteer/us_keyboard_layout.py:73: DeprecationWarning: invalid escape sequence \( 'Digit9': {'keyCode': 57, 'code': 'Digit9', 'shiftKey': '\(', 'key': '9'}, Writing ` 'Digit9': {'keyCode': 57, 'code': 'Digit9', 'shiftKey':...
There are invalid escape sequences in fontawesome_5/models.py:5: DeprecationWarning: invalid escape sequence \. "^fontawesome_5\.fields\.IconField" # pylint: disable=anomalous-backslash-in-string Adding a "r" prefix should fix the problem ```python r"^fontawesome_5\.fields\.IconField" ```
…when databases are ready, without patching the command itself and without loading the django machinery twice.
…es=stdeb.command. However, this requires setuptools (which was removed in 2009). I do not know why it has been removed, and if these reasons are valid six years later, so I...
I tried to compile Hairgap on Catalina, but there are some compilation errors: ``` $ make mkdir -p build clang -c src/hairgaps.c -o build/hairgaps.o -Wall -Wextra -fPIE -fstack-protector-strong -Wno-format-security -Werror...
Allow to integrate subresource-integrity attributes to . Require to add the two following keys beside "output_filename" in Django's setting PIPELINE['JAVASCRIPT']["your package"]: "crossorigin": "anonymous", "integrity": "sha384", Of course, "sha256" and "sha512"...