Arseny Boykov
Arseny Boykov
The reason for this issue is that for each line `aiofiles` will start new task in executor, which is a huge overhead just for one line reading: ```py loop.run_in_executor(executor, file.readline)...
@heejaechang, I'm saying a) behaviour should be consistent across any calls, b) if parameter is market, there should be an indicator that it's a keyword argument.
Ok, it's even bigger than that. I think something may have changed in latest releases since I haven't noticed this before. Pylance marks `parameter_name` as `parameter` on both line 2...
I would've just disabled `parameter` scope highlighting, but it gives recognition for things such as overriding builtin types. Semantic highlighting disabled Semantic highlighting enabled This behaviour would suit my needs:...
@timofurrer, any updates on this? Even if virtualenv is present, pip it for some reason creates venv with outdated pip which produces warnings. Workaround: 1. install pipx via pipx-in-pipx ```shell...
Would be nice to have dephell available for installation through hombrew :)
Even this workaround didn't quite work in my case: just getting exactly same output as in OP
@tiangolo, is this PR or #54 going to be addressed?
@MrAwesomeRocks, I don't think they work, no. However, I expect them to work with the given code snippet since SQLModel positions itself as an IDE friendly SQLAlchemy wrapper. The `sqlmodel.Session`...
@obassett, acknowledged! Well, I'm happy to help anyway :)