Nguyen Vo
Nguyen Vo
@ndeitch here is my temporary workaround the `topic.request` is implemented based on the `topic.setMetadata()` function. So now you the parameter of setMetadata go to reqOpts.topic, fields are camelCase and in...
@bandit-ibayashi I got StarIO10ArgumentError when replace logo_01.png with my receipt data. Could you describe the step more specifically. The error says Invalid source. ` .actionPrintImage( new StarXpandCommand.Printer.ImageParameter( "SKIPLI\n---- Test Order...
@gare-bear thank for your response, so is there a way we can generate an image file inside drawable folder on the fly? Do you have any recommendation?
Thank you. I will let you know if this work
How you found the solution for this yet? I have the same issue as well. It seems like when app comes back to foreground the stop() and pause() functions do...
I found the solution for this: 1. You need to initialize the sound object outside of your component, then call it. 2. Use AppState to listen to events when the...
This also happens if you have a dependency or dependencies block in the included terragrunt.hcl file
This could relate to a hard limit on PubSub clients where a client can only handle 100 streams. We have a service that subscribes to multiple subscriptions. And initially, we...
You can observe this behavior while using Cloud Run. Occasionally Cloud Run will reset the underlying TCP socket this is similar to what @surlyhacker describes. https://cloud.google.com/run/docs/container-contract#outbound-reset.
In our workload, we use Cloud Run to listen to PubSub messages. As mentioned in [this comment](https://github.com/googleapis/nodejs-pubsub/issues/1764#issuecomment-1930944916), Cloud Run occasionally reset the underlying TCP socket which causes the client to...