judilsteve

Results 6 issues of judilsteve

**Shuttle version:** 2.0.017 **Device, OS:** Nokia 8.1, Android 10 (1 September 2020 security patch level) **Description of bug:** In the album view, if two albums have the same name they...

This is more of a feature request but I'd love to be able to pick an APK from my local storage via a file browser and have this tool install...

It would be fantastic to be able to call something like `return CompressedStaticFileResult("some/file.html");` from a webapi controller method or `return Results.CompressedStaticFile("some/file.html");` from a minimal API endpoint to leverage the conditional...

**Version**: redis-py 5.0.3, redis 7.0.12 **Platform**: Python 3.12 on Linux **Description**: In `redis-py`'s asyncio pubsub `get_message()` function, the `timeout` kwarg defaults to 0, which means the function by default returns...

I'm using this script to migrate a Grafana 6.6.1 installation from SQLite to MariaDB. When I attempt to import the dump with the mysql client I get the following error:...

## Summary When using an `asyncio.Event()` with `loop.add_reader()` to asynchronously read from a `multiprocessing.Pipe`, the call to `recv_bytes()` throws: ``` Process reader: Traceback (most recent call last): File "/home/james/.pyenv/versions/3.13.5/lib/python3.13/multiprocessing/process.py", line...