Terri Cain

Results 256 comments of Terri Cain

Using RDS tokens require TLS, and are signed but they don't to anything to stop replaying them :D. Would it not make sense to allow the password to be a...

I'll need to look into that one, but yes a few times I've got the iam permissions wrong so the generated token does nothing :laughing:

Other than that list comprehension, it looks great :smile:

@jettify thoughts on progressing with this?

Pretty sure `encoders` and `decoders` are dictionaries of different contents. `encoders` is `type -> conversion_function` `decoders` is `mysql field bit -> conversion_function` I think what your after is extending the...

@jettify is it worth changing the actual library to use async def and await? Travis no longer tests < 3.5 so I'd assume there isn't much point in supporting anything...

Any clue why the tests failed for py3.5.3?

Other than that the tests and port looks good. Have you tested it normally by having it connected to a maria db, restarting it and seeing if the close packets...