Nicolas Hervé

Results 8 issues of Nicolas Hervé

https://github.com/googleapis/nodejs-pubsub/blob/db1f69c4aac5b3abfea12f70d45ceb8b7c957388/src/v1/subscriber_client.ts#L2186 It seems that there is an error in `SubsriberClient.testIamPermissions` method return type. It says that the return type is `IamProtos.google.iam.v1.TestIamPermissionsResponse` but the method returns an array where the first...

type: cleanup
api: pubsub

https://github.com/googleapis/nodejs-pubsub/blob/76db007f270a646e8570768fa827ea2a97b62cbc/protos/protos.d.ts#L441 `IPubsubMessage.data` type seems to be `Buffer` and it is typed as `UInt8Array|string`.

type: cleanup
api: pubsub

This PR should be merged after https://gitlab.com/kili-technology/kili/-/merge_requests/11663

https://github.com/googleapis/nodejs-pubsub/blob/db1f69c4aac5b3abfea12f70d45ceb8b7c957388/src/v1/subscriber_client.ts#L2186 It seems that there is an error in `SubsriberClient.testIamPermissions` method return type. It says that the return type is `IamProtos.google.iam.v1.TestIamPermissionsResponse` but the method returns an array where the first...

type: cleanup
api: pubsub
priority: p3

https://github.com/googleapis/nodejs-pubsub/blob/76db007f270a646e8570768fa827ea2a97b62cbc/protos/protos.d.ts#L441 `IPubsubMessage.data` type seems to be `Buffer` and it is typed as `UInt8Array|string`.

type: cleanup
api: pubsub
priority: p3

### Observed behavior Some methods from the `OrderedPullConsumerImpl` are mutating the provided options object resulting in possible unexpected behavior. For instance successive calls to `const iterator = await consumer.fetch(options)` will...

defect

### Describe the bug I use authentik version 2025.10. When using adding the query parameter `prompt=login` to the authorization endpoint, an unauthenticated user is asked to complete the login twice...

bug
triage