taebow
taebow
As mentioned in the coming SQLAlchemy 1.4 [release note](https://docs.sqlalchemy.org/en/14/changelog/migration_14.html#asynchronous-io-support-for-core-and-orm), there will be asyncio based connection and session. Are there plans to switch to async endpoints ?
## Describe your environment (if applicable) * Operating system: Archlinux * Python Version: 3.10.5 * CCXT version: 1.91.29 * Freqtrade Version: 2022.7 ## Describe the enhancement I came with the...
If there aren't impediments, I would like to add an option to the `CreateView` method to create materialized view.
https://github.com/ulope/pytest-sftpserver/blob/master/pytest_sftpserver/sftp/content_provider.py#L66 ```python def is_dir(self, path): return not isinstance(self.get(path), string_types + integer_types) ``` It should include has well `bytes` type.