erichCompSci

Results 11 comments of erichCompSci
trafficstars

Hey dgramop. They problem is not in the code generation, it's in the exported modules. Code isn't exported automatically in Rust, you have to include the appropriate struct in the...

Okay, looks like this is a common problem with subscription and subscription_item...if you look into resources.rs you can see that they renamed several of the other modules so that they...

So, a few things. 1) The only thing that will be overwritten on an openapi code generation is any changes that you make in the generated folder. And you should...

Yeah, the problem is that the OpenAPI does not exactly follow what Stripe has posted on their website. This particular works like this: You can either specify it as true...

No, no sorry. The documentation about confirm needing to be set to true should still be the case. I'm not sure if this dependency is reflected in the OpenAPI, but...

Hi, I see that this build failure has to do with how the Rust config is set up on the Travis CL continuous integration...but when I pull the offending branch...

Okay, sorry, I delved a little bit more and then I found what commands were being run. I'll work on fixing it

Okay, I fixed it and I can confirm that my one line change made this work and is not a breaking change. However, I am not the original committer. I'm...

Well, obviously Refcell has to go. You can't be Sync and have RefCell or Cell underneath the hood. Honestly, I need to play around with it a bit some more....

Hi, this issue is still open, but I would like to help close it. I've made changes to the branch to fix the offending issue, but I need help as...