Megan Potter

Results 179 comments of Megan Potter

I get this also when trying to import `@google-cloud/pubsub`'s typings (index.d.ts). Edit: Well, to be more specific: ``` Exception in thread "main" java.lang.StackOverflowError at kotlin.collections.CollectionsKt__IterablesKt.collectionSizeOrDefault(Iterables.kt:39) at org.jetbrains.dukat.nodeIntroduction.ConvertTypeDeclarationsKt.convertToNodeNullable(convertTypeDeclarations.kt:110) at org.jetbrains.dukat.nodeIntroduction.ConvertTypeDeclarationsKt.convertToNode(convertTypeDeclarations.kt:107) at...

Thanks @nguyen-vo for the workaround. I peeked at the code, and it looks like this method (in src/topic.ts) was probably written before we had multi-word topic metadata to update. So...

@bencon Thanks for the report. It looks like maybe something went weird with the doc formatter. I think all of the docs are there, but the ToC certainly doesn't look...

It looks like the new docs are going [here](https://cloud.google.com/nodejs/docs/reference/pubsub/latest). There are still some things that need improvement in there, like the ToC isn't organized per library, but you should be...

@mgabeler-lee-6rs Ah, thanks for bringing this up. We're gathering up points for a 2.0 API right now, and I've noticed several things like what you mentioned (e.g. with the publisher...

Given that stack trace, this seems like something that might need a grpc option if we want to support it. @kamalaboulhosn did I bug you about this one already?

This came up recently as something that's not consistent across language libraries for Pub/Sub, so I'm moving it to feature request.

@HNicolas Thanks for the report! @alexander-fenster This looks like an issue with proto generation maybe?

I'm moving this over to a cleanup item because it's going to cause a lot of churn, and maybe it's not the best time for it. I'm leaving it on...

@s100 Thanks for the report! The recommendation here is to go forward on the 3.x branch - I've worked to make sure the fewest number of changes went in with...