Vasily Chinarev

Results 5 issues of Vasily Chinarev

My test code looks like this: ```python @app.get('/file') def return_file(): return send_file(BytesIO(b"test"), download_name="(тест.txt") ``` Notice the `(` in `download_name`. Currently response headers look like this: ``` Content-Disposition: attachment; filename="("; filename*="UTF-8''(%D1%82%D0%B5%D1%81%D1%82"...

If you input incorrect value in date input on Firefox, the whole input clears. I've prepared a sandbox: https://codesandbox.io/s/cold-dawn-ksmgb4 . If you input `0` into any part (day, month, year)...

Status: Unconfirmed

Previously `Delete post` would have `color: #900`, wich was obvously wrong. Now it has `color: #fff`

As of 0.3.2, flask-jwt doesn't create a named auth endpoint (it is named `_default_auth_request_handler`). Given that JWT_AUTH_ENDPOINT option is in the docs, I created this PR to restore endpoint naming...

When I select values from tables with cyrillic data, everything is fine, but if I call a procudure like this: ``` CREATE OR REPLACE PROCEDURE TEST_ENCODING ( CUR OUT SYS_REFCURSOR...