Kevin Stenerson

Results 13 comments of Kevin Stenerson

I could see this being a desirable behavior for scientific use (although not what I in particular would expect or want), but if this was implemented, it'd be important for...

@LegNeato --- that doesn't work for actually allowing a `json::Value` to serialize as you'd expect (e.g. as an Object rather than a _blob_); so it seems, at least in part...

@LegNeato - yes, for me the benefit would be if serialization _did not_ serialize to string; while having a standard serialized-to-string Json is useful in terms of "batteries included" for...

@brndnmtthws - do you have a link to the stripe documentation for those endpoints?

Hi @milesgranger. It looks like the code generation didn't automatically generate corresponding methods for this because it's path is a bit unusual compared to other Stripe api resources. The request...

Avoiding monomorphization via dynamic dispatch seems like a good idea. I think that would be a good change to make. I'm not quite sure how to address the size of...

@ThouCheese: A 50-60% improvement to binary size / bloat can be had as of [tag:v0.12.0-alpha.1](https://github.com/wyyerd/stripe-rs/tree/v0.12.0-alpha.1), with `default-features = false` and just enabling the APIs that you use. The code on...

@stearnsc, can you choose a committer you trust to maintain this and I can transfer the Cargo authorization to you to assign as needed?

Up to this point the library has used the `Headers` struct to represent similar patterns (e.g. `Stripe-Account`) Also see the comment I added #130.

The error codes that I'm hoping to catch are: * `40001 | serialization_failure` * `40P01 | deadlock_detected` Typically one or the other depending on whether the transaction is constructed with...