Aaron Bach

Results 170 comments of Aaron Bach

@matthew-viglione My workaround in the meantime has been: ```python uvicorn_logger = logging.getLogger("uvicorn") uvicorn_logger.removeHandler(uvicorn_logger.handlers[0]) ```

> It looks okay'ish for Server.serve to capture signals for graceful shutdown, but it should at least restore the original signal handlers and ideally also reproduce the original behaviour as...

I'm using @marcoaaguiar's suggestion and when I attempt to run `:CocDiagnostics` in a Python file, I see this message: ``` [coc.nvim] Sourcery sign-up required. Click [here](https://sourcery.ai/download/) for a free token...

Follow up on @blhoward2's post above, in case anyone needs to compile the https://github.com/OpenZWave/open-zwave/pull/2370 bugfix into a Docker image for a different architecture, here are instructions on how to do...

Aren't releases already happening? For instance, when I go to [the tags page on Docker Hub](https://hub.docker.com/r/openzwave/ozwdaemon/tags), I see several version-esque numbers (with 170, published 4 days ago, being the latest)....

I'm on 10.7.0-rc2 with the most recent Roku app and am noticing that one of my shows (`Seinfeld`) always seems to auto-play the same next episode (`1.4: Male Unbonding`). No...

Thanks for submitting, @Alfiegerner! Unfortunately, I am unable to see any sniffed HTTP traffic when the Tile is pinged; it's possible that the app does this directly over a Bluetooth...

@ehily Thank you! Would you be willing to submit a pull request here? Our community would appreciate it!

I'm certainly open to other APIs if they can (a) add meaningful functionality and (b) follow the general design patterns of the library.

Yes, it does appear to be possible. I will investigate.