Коптев Роман Викторович

Results 9 comments of Коптев Роман Викторович

The loader should be created after the asyncio loop is started. But I still have Task was destroyed but it is pending! with aiodataloader under the heavy load.

I used for python:3.9.5-buster docker container (Debian based, not ubuntu): ``` RUN set -e ; \ apt-get update -y ; \ DEBIAN_FRONTEND=noninteractive apt-get install -y locales ;\ echo "en_US.UTF-8 UTF-8"...

Sorry, the `send_response` must be defined after the socket definition. I've edited the example. I've answered this question on Stack Overflow https://stackoverflow.com/questions/52433002/cannot-return-from-function-that-uses-zmq-in-python-3-django and was referenced with https://stackoverflow.com/questions/16531407/python-hangs-up-on-returning-from-a-function/16582128#16582128 with a solution:...

Unfortunately, I couldn't run react examples from repository. Packages are uninstallable and after forcing applications runs with exception. The url https://unpkg.com/@bulmil/core@latest/dist/bulmil/bulmil.js from the html example in the README is a...

You can add your host e.g. before COMMIT # BEGIN UFW AND DOCKER or somewhere or all the local network if you wish (less secure) like: ``` -A ufw-after-input --src...

> question, what makes this less secure? You have to trust your local network, it will have full access. So it's better to add a specific range of IP addresses...

As a possible solution: Add to css: `@import '@fortawesome/fontawesome-svg-core/styles.css'` Add to _app.ts: ``` import { config as faConfig } from '@fortawesome/fontawesome-svg-core'; faConfig.autoAddCss = false; ```

That is normal behavior for mono mic. The pulse audio and jack do the same for mono mics: all sound is on the left channel, the right channel is empty....

Possible the `fuzz.partial_token_set_ratio` should be changed to `fuzz.token_set_ratio` in **api.py**