Albertas Gimbutas

Results 7 issues of Albertas Gimbutas

- OS Version: Ubuntu 20.04 - Browser Version: Firefox 96.0 - Browser Addon Version: 0.2.12 - Neovim Plugin Version: 0.2.11 ### What I tried to do Edit AWS lambda code...

private-website
webextension-limitation
other-issue
blocked

Also accept `permessage-deflate`, `permessage-bzip2` and `permessage-snappy` compression extensions by default if client requests for them. Compression/decompression of the messages is taken care of by `autobahn` package.

I want to add `permessage_deflate` Websocket extension support for `django_channels` consumer/server. Server has to provide supported extensions in the headers of handshake response, e.g. `Sec-Websocket-Extensions: permessage-deflate`. [ASGIREF documentation](https://asgi.readthedocs.io/en/latest/specs/www.html#accept-send-event) states, that...

When I block select only one line and try to uncomment it by using gc in .py files, it gets commented again, instead of uncommented if comment symbol is at...

Its a common practice to use `Meta` class to set options in frameworks. e.g.: ``` from marshmallow import Schema, EXCLUDE class MySchema(Schema): class Meta: unknown = EXCLUDE ``` When calling...

By default wildcard import imports all the names, which do not start with underscore. However, it is possible to limit names, which might be imported by defining `__all__` variable in...

**Expected behaviour** Browser input prompt with message provided in `input(prompt="..")` is shown. **Actual behaviour** Prompt with message "Input" appears, instead of `prompt` value. **Versions** Firefox 79.0 pyodide 0.15.0

bug