Ben Picolo

Results 15 comments of Ben Picolo

@freewil @typicode Is this something we can again try to rebase/push? Would be a great change :)

The default encoding for python3 is utf8, not to mention __init__ explicitly declares utf-8 encoding. You definitely need to have utf8 installed properly on the system for python3 to work...

A "valid solution" should be to fork before importing bravado.

Fyi, going to cut a branch to fix this in swaggerpy (because it's a necessary requirement for me)

@prat0318 `if value is not of file type` is a bit less obvious in py3, keep in mind. Make sure it has some .read() for bytes or whatnot is the...

@yogthos The question is more this. I want to populate a form with some data I fetch asynchronously. How can I make sure that, given I start with no data...

@hiranya911 We're wrapping most of the client usage inside an interface: ``` type FirebaseClient interface { GetUsersByEmail(ctx, email) (record, error) } ``` By mocking that interface, we can customize the...

`GS_QUERYSTRING_AUTH` may be useful here if you're looking for public access