Bob Spryn

Results 12 comments of Bob Spryn

Right. So there is this: https://github.com/swagger-api/swagger-codegen Which is used to take a spec and generate various bits for various clients/servers. The main python solution is using Connexion/Flask. It generates some...

Was also confused as that comment makes it look optional (only required if you have a retain cycle?) Figured that wasn't the case. :)

So what is the mechanism for exposing a thread safe resolver from the Assembler?

Sorry if this is a bit in the weeds, but I just like to have a thorough grasp of patterns and their why's and why-not's. **To provide a current example:**...

> However, I'm not sure what to do about the case where the subspec combination is coming transitively via another target. It doesn't seem right to try to change that...

Yeah, you are exactly right. That's what I determined. Unfortunately I can't fix that without a bunch of PRs to various google pods or hosting a pod spec for it...

I can add their targets to my Podfile and override their podspec? To be clear, we include a couple google dependencies, which in turn include either `GTMSessionFetcher` or `GTMSessionFetcher/Core` in...

Aha! I had tried that, and it didn’t work, so I looked closer. Turns out we also had `Firebase/Auth` required again (which in turn requires just `GTMSessionFetcher`) in the tests...

I think more could be done here to handle this though. Like when I move a line down, perhaps it could identify if the lines below it were more indented...

Is there any update on throttle? Just was surprised by missing our last element as well when attempting to use it in a non-terminating stream.