Alexandr N. Zamaraev

Results 25 issues of Alexandr N. Zamaraev

See https://github.com/aio-libs/aiomysql/issues/679

### Description Error when responce calbeck is patial ### Steps to Reproduce 1. Config calback: ```python yield FormRequest( talc_get_products, method='POST', formdata=dict(slug='paneli'), dont_filter=True, callback=partial( self.parse_list_detail, parse_detail=partial( self.parse_detail, price_css='.product-mod-summ-price ::text', price_css_arg=dict(re=self.re_price)))) ```...

enhancement
good first issue

I work with a csv-file in which the symbol '"' escapes slash '\' instead of doubling. Is it possible to introduce a parameter that specifies the syntax of this option....

aiojobs==0.3.0 async-timeout==4.0.0 ``` Traceback (most recent call last): File "/home/user/.pyenv/versions/project/lib/python3.9/site-packages/aiojobs/_job.py", line 58, in wait return await asyncio.shield(self._do_wait(timeout), File "/home/user/.pyenv/versions/project/lib/python3.9/site-packages/aiojobs/_job.py", line 47, in _do_wait with async_timeout.timeout(timeout=timeout, loop=self._loop): TypeError: timeout() got an...

**Describe the bug** pydantic crashes. **To Reproduce** Steps to reproduce the behavior: 1. Open PyCharm 2. Jamp to sentry_sdk sources **Expected behavior** The plugin does not crash **Screenshots** If applicable,...

Sample code: ```python from pathlib import Path import MySQLdb conn = MySQLdb.connect( read_default_file=Path(__file__).with_name('mylogin.cnf').resolve()) ``` Error: ``` Traceback (most recent call last): File "", line 2, in File "/home/test/projects/venv/lib/python3.6/site-packages/MySQLdb/__init__.py", line 85,...

feature-request

При открытом главном окне на нижней левой иконке изображена дверь - видимо имеется в виду выход из приложения. При нажатии - приложение завершает работу. Но на тултипе написано "Сменить пользователя"...

PyCharm 2022.2.1 (Professional Edition) Current Desktop: KDE Non-Bundled Plugins: org.nik.presentation-assistant (1.0.10) com.mnr.java.intellij.idea.plugin.base64helper (2.0.3) com.intellij.javafx (1.0.4) com.intellij.ideolog (203.0.30.0) codes.rudolph.idea.cfg (0.3.1) cn.jxzhang.plugin.json-formatter (1.4) YAML/Ansible support (0.11.2) XmlSearchAndReplace2 (0.0.7) XPathView (222.3739.16) GrepConsole (12.15.211.6693.1)...

Show error in multiline: ![image](https://user-images.githubusercontent.com/316216/151770138-63761c2c-945e-4620-9836-65fac6079ce8.png) But ansible-playbook work Ok