mike w

Results 36 comments of mike w

FYI (again nothing new, just for illustration) my store is now online with this change: https://kegbot.org/store/

Rebased change for anyone still following along: 655154c55ab840e4408619

Hi @dang-cb, > As Heroku cycles all dynos daily, I'm experiencing this 2-3 times a week, as there seems to be something in my environment that makes a server disconnect...

Hi @selwin, > I think moving self.subscribe() into the beginning of try/except block here should solve the issue. Looks right to me too (although I'm much less familiar with the...

> If running the thread in daemon mode solves the issue, I'd be happy to accept a PR for that. Letting the library do the work for us is safer...

Hey there, thanks for sharing your feedback. > Is it possible to do multi schema updates at the same time for POSTGRESQL... e.g. TENANT_NAME=*? No, there's no support for wildcard...

I hacked up a workaround for this that works well enough locally: https://github.com/mik3y/github-cli/commit/6359338078e4b43598a3a22da8f55c4eef2f727a It works by polling the the list of runs before and after, then selecting the first newly-appearing...

Done, I've PR'd the hack here: https://github.com/cli/cli/pull/6965

Hmm, that's a problem indeed. As an alternative, could write() to all connected clients synchronous with decode. Don't see great need for a thread per connection, so would do away...

@rvt if you want to use this _right now_, I have a project that incorporates my fork into a docker build. Should be usable: https://github.com/mik3y/rtl-ais-docker I'm happy to take another...