Daniel Norberg
Daniel Norberg
@jvaleo Right, that sounds useful.
This is interesting. One thought is that this might require Flo to gain an understanding of external dependencies. Currently Flo does not have any external dependency primitive or representation. Everything...
Fwiw we had some luck fixing this by doing `sudo xcode-select --reset`.
Yeah there is no such method because the `Result` does not store captured parameters in a `Map` for performance reasons. Indeed it only stores a list of indexes into the...
Yeah, linear scan is fine and more efficient than a map for most cases. Sure, we can add `paramValueByName` and `paramValueDecodedByName` methods to `Result`. Would you like to submit a...
@yoshidan Sorry for taking so long to get around to this. I believe I have now fixed all CI errors.
That sounds good to me. I'll try to put together a PR to implement a `TransactionManager`.
This client is sunset. I would recommend that you use the [official client provided by GCP](https://cloud.google.com/java/docs/reference/google-cloud-pubsub/latest/overview). That said, this looks like a networking issue as the DNS lookup of `pubsub.googleapis.com`...