Alex Peters

Results 19 issues of Alex Peters

Functions in `assistant_helpers.py` log directly to the `root` logger: https://github.com/googlesamples/assistant-sdk-python/blob/ce76c508fdf07667849689e01a294db2c6e1a674/google-assistant-sdk/googlesamples/assistant/grpc/assistant_helpers.py#L30 https://github.com/googlesamples/assistant-sdk-python/blob/ce76c508fdf07667849689e01a294db2c6e1a674/google-assistant-sdk/googlesamples/assistant/grpc/assistant_helpers.py#L47 https://github.com/googlesamples/assistant-sdk-python/blob/ce76c508fdf07667849689e01a294db2c6e1a674/google-assistant-sdk/googlesamples/assistant/grpc/assistant_helpers.py#L51 https://github.com/googlesamples/assistant-sdk-python/blob/ce76c508fdf07667849689e01a294db2c6e1a674/google-assistant-sdk/googlesamples/assistant/grpc/assistant_helpers.py#L54 Could these please be changed to the [recommended](https://docs.python.org/3/library/logging.html#logger-objects) `logging.getLogger(__name__).…`?

On Obsidian Mobile (iOS), after opening an ePub file, the two grey arrows (to change pages) both appear in the middle of the screen, and are on top of each...

The following JSON has two "1" keys, which is not great but [is technically allowed](https://stackoverflow.com/questions/21832701/does-json-syntax-allow-duplicate-keys-in-an-object): ```json { "1": 3, "2": 2, "1": 1, "4": 4 } ``` Sorting this JSON...

Thank you for all of your efforts on the Adaptive Lighting integration. The "intercept" feature is not working for me with the latest Home Assistant core. Lights come on at...

need/triage
kind/enhancement

I have [`warnings`](https://docs.python.org/3/library/warnings.html) and [`tracemalloc`](https://docs.python.org/3/library/tracemalloc.html) enabled in my project, which causes `_launch_file_manager` to emit this message on `stderr`: ```text /.../lib/python3.10/subprocess.py:1067: ResourceWarning: subprocess 40902 is still running _warn("subprocess %s is still...

Hi, I started a Google Takeout import using Rake. The Rake job completed, and Sidekiq showed approximately 2.3 million pending tasks. When I took the Docker container down to reboot...

**Describe the bug** Docker logs are showing that Redis is unable to write to disk due to some sort of permission error: ```text dawarich-redis | 233:C 29 Dec 2024 01:16:50.039...