-
### The problem
Unable to start to Unifi Protect intégration after the upgrade to 2024.10.0
### What version of Home Assistant Core has the issue?
core-2024.10.0
### What was the last working vers…
-
One of the potential uses of aiofiles is to read `sys.stdin` asynchronously, which is currently not possible with only publicly available `aiofiles.open` function.
-
While I love context managers, the stack isn't always the the place to perform clean up.
open can be used without `async with`. How can I use `aiofiles.open` without it?
```
import asyncio
imp…
-
![image](https://user-images.githubusercontent.com/66954477/153713686-f4686c4b-8ebd-440d-9aeb-dbfd90cbb66b.png)
Cannot import correctly anything from ```os.path``` module and cannot use its functio…
-
### 🔍 Before submitting the issue
- [x] I have searched among the existing issues
- [x] I am using a Python virtual environment
### 🐞 Description of the bug
While working on the on application, its…
-
When I'm trying to upload file greater than 20 KB to Nextcloud storage, it is uploaded as an empty file
Previously I used webdavclient3 and it worked fine. The problem persist on Windows and Cent O…
-
The docs imply you can do something like this:
```python
# @klotho::persist {
# id = "pysecret"
# secret = true
# }
import aiofiles as secrets
# @klotho::persist {
# id = "files"
# …
-
I have used aiofiles to read files if we have `path to the file`
```
#! /usr/bin/python3.6
import asyncio
import aiofiles
async def read_input():
async with aiofiles.open('hello.txt', m…
-
I'm not sure if it existed when aiofiles was originally written, but nowadays asyncio has `StreamWriter` and `StreamReader` base classes, and it would be more consistent with the rest of the async API…
-
**Describe the bug**
The reason I think this is a bug is because the cost of embeding is on the upward of a dollar or more when this happen and I had to kill the process.
seemingly stuck on this:
…