Ben Bangert

Results 29 comments of Ben Bangert

If the send_event is broken on first call, I'd prefer to fix that so it works properly, maybe that means we set the path there. That would be more consistent...

This script doesn't work in Python 2.7. Which means I need to change the instructions to the slower, get virtualenv, set it up, d/l the source, etc. method. Mainly because...

1. Not that I'm aware of 2. Yes. 3. I'd recommend starting with a patch to add it, and stick with a handler subclass as long as possible, on the...

I'm not sure this can be done while maintaining Python 2 compatibility without performance issues. Maybe a hacky workaround might do something like.... 1) Spin up a concurrent.futures ThreadPool executer...

I'd like to move to using asyncio as it would drastically simplify a lot of issues in kazoo. I don't think it makes sense to move to asyncio without dropping...

@fried ah, thanks, I thought I heard something like that.

> When signing in on a different computer, either the credential will already be locally present (if the computer is using the same sync fabric as the phone) and suggested...

@timcappalli Thanks, I think to rephrase this, I'm wondering whether the authenticator could or should provide an authenticator name the user is familiar with along with the credential so they...

I've been trying out kysley, its pretty nice. Drizzle has come quite a ways as well. For a more full featured ORM, MikroORM is pretty slick and implements some nice...