Jan Hecking

Results 47 comments of Jan Hecking

We're trying to solve this exact problem as well; workload running on AWS (EKS in our case) and trying to impersonate a Google Workspace user using a service account with...

@rdatta11 Thanks for the reply, even though your answer is not encouraging. We spent nearly a week on this as well, without figuring out a solution so far. Currently [I'm...

The best solution I've found is from the [referenced issue](https://github.com/aws/aws-sdk-js-v3/issues/3689#issuecomment-1474822763): ```typescript const presigner = require('@aws-sdk/s3-request-presigner/dist-cjs/getSignedUrl') // eslint-disable-line @typescript-eslint/no-var-requires, @typescript-eslint/no-unsafe-assignment sinon.stub(presigner, 'getSignedUrl').resolves('https://s3.amazonaws.com/path/to/object') ```

Ok. Like I said, the way I've solved this problem is that I use `History.fromObject()` to convert the serialised history back into a `History` object before replaying it.

I saw the JS buffer logic after filing the issue. Am I correct, that moving the buffer into the native component is also not an option because that would require...

Running into this error as well with: * [email protected] * [email protected] Is there any work-around possible?

Hey @yu-iskw, can you tell us a bit more about your use-case? How are you using Open Metadata and what would a possible integration between it and Piicatcher look like?

We have recently observed a case where a client had retried nearly 100,000 times and still no error was reported: temporal_client::retry: gRPC call poll_activity_task_queue retried 94372 times Even querying the...