Anton Kochnev
Anton Kochnev
Is it possible to implement it? As I understand it should be `wsgi.websocket` inserted into the WSGI environment. Thanks!
Hi! Sometimes we've got an empty field value in incoming data. And if this field maps on database model field which has default value or null param is set to...
When you click on the `clear value` cross you get an `undefined` value. (multi-select is off) Using this hack helps but I'd like to get the `null` value instead. ```html...
Hi! I have a few projects and I switch between them using hotkey `Ctrl+Alt+P`. When I press `Ctrl+Shift+G` on the object (for ex. `Blueprint` from `Flask` package) Sublime opens the...
URL project: https://jinja.palletsprojects.com/ It uses tags brackets with percent sign like this: ```jinja {% if %} {% else %} {% endif %} ``` Thanks! :)