alexander3771
alexander3771
Hello, @safwanrahman! Please take a look, this is small fix just to increase speed of index nested objects
Hello, @Odianosen25! I didn't make anything with apigpio since my last commit, but I worked on other asyncio-projects :) As far as I understand, you want to connect to your...
It's ok for me too. But let me wrap this code in `if py35:` ```python + async def __aenter__(self): + await self.connect() + return self + + async def __aexit__(self,...
How do you look at dropping support python3.4 and write everywhere async/await?