Andrey Semakin
Andrey Semakin
Is there a reason why [`Connection.select_one()`](https://github.com/sdispater/orator/blame/0.9/orator/connections/connection.py#L185) takes second row, and not first from result? I tried to write a ConnectionFactory that will warn me if I use unencrypted MySQL connection...
I recently met interesting bug when pure MySQL driver (both `MySQLdb` and `pymysql`) is able to get charset and collation info from the server and properly configure connection: ``` In...
As far as I can see, the repo contains `.travis.yml` file, but Travis isn't triggered when somebody creates/pushes a pull request. I suspect that something is wrong in Travis settings...
Can't close modal window which says something like this: "Can't change working directory to trash:///. File or directory not found. Retry?" (see pic.). If I press any key ("Yes", "No"...
## What do these changes do? Use `self` instead of direct links to `SimpleMemoryBackend` class. This PR doesn't affect any functionality but allows users of the library inherit `SimpleMemoryBackend` and...
For example, I have a file that changes very often (IDE periodically saves source code to disk), but I don't want to restart a service this often, because restart is...
It would be much more convenient to install this library with `pip install`.
Не могу собрать ветку `experimental` на MacOS. Сборка завершается с 1 ошибкой и 140 предупреждениями. Ошибка имеет следующее содержание: ``` $ make cd thirdParty/mimetex/ && ( test -e Makefile ||...
Сегодня собрал для себя MyTetra по инструкции из этой темы на форуме: https://webhamster.ru/punbb/viewtopic.php?pid=5066#p5066. Работает, но не очень удобно. Ещё отсутствует иконка приложения. Было бы не плохо разобраться как по-нормальному можно...