AGSPhoenix

Results 15 comments of AGSPhoenix

My desire with this was to have the client's graceful shutdown capability usable from docker commands. Given that `docker stop` defaults to a 10 second delay before killing the container...

Seconding this. I have automatic updates for a Chocolatey package I maintain 90% cobbled together, now I just need some service that will trigger the webhook when a new build...

@someone1, any chance you could take a look at this again? I'd like to back my system up to Dropbox but needing to hack it in with `file://` targets and...

I got bitten by this. Been trying to upload ~2 TB of old archival data, and I've been stuck waiting for the past few days hoping it was just an...

@jjjake, I noticed you've been making a few commits recently. Are you planning on working on some of the open issues? If not, would you accept PRs for them?

``` App version: 1.1.1 Device Type: Index lighthouse (V2) Firmware version: 3002/3008 (Update necessary) Current reported state: 0xff ``` Despite saying an update is necessary, SteamVR doesn't offer to update...

After booting into Windows, Steam was happy to update the base stations. Updated one of them to the latest (3008), and Lighthouse PM now detects its current state with no...

Just took a look at the CI results, and this definitely breaks some things. Given the number of failed tests, I looked over PEP-333 to check my assumption about start_response...

Would it make sense to move the Content-Length check and warning about start_response() after the first read of the returned data, but before any data is sent? That should satisfy...

And just 10 more minutes of searching brings me to the open Python issue for this... [from 10 years ago](https://bugs.python.org/issue7741). No time to investigate the ideas there at the moment,...