Mickaël Derriey
Mickaël Derriey
Hi 👋, Let me thank you for how easy it is to cache access tokens with this gem of a library! We're using it in such a way: - we...
### Issue Description The very first time someone accesses the embedded Sandbox configured with cookies included by default, the following happens: 1. Page loads, go to connection settings, cookies are...
We use `graphql-voyager` v2.0.0. When the page loads, clicking on specific types shows a blank screen and a React error is shown in the console. The React error points to...
After https://github.com/CarterCommunity/Carter/pull/304 where we added the ability to update Carter package references in the `CarterCommunity/Carter` repo, we want to be able to do the same for all the other repos...
Follow-up to #1246 ## What We're experiencing this issue where some errors get serialized as empty object by the App Insights SDK. This was initially fixed in #1248. Setup: -...
Hi there We're using the SDK and using the Winston integration. We noticed, while the Winston logger level is set to info, that we get verbose logs emitted to App...
Hi 👋 We've updated to 3.0.0-beta.11 to take advantage of errors being correctly serialised. However, we're facing an issue with types. If we understand correctly, this library extends [the `InstrumentionOptions`...
Hi 👋 The feedback applied specifically to the ["Grant permissions to the identity" section](https://learn.microsoft.com/en-au/azure/azure-functions/functions-bindings-storage-queue-output?tabs=python-v2%2Cisolated-process%2Cnodejs-v4%2Cextensionv5&pivots=programming-language-csharp#grant-permission-to-the-identity). The RBAC roles listed for a queue trigger are [Storage Queue Data Reader](https://learn.microsoft.com/en-au/azure/role-based-access-control/built-in-roles#storage-queue-data-reader) and [Storage Queue...
Hi there ### Problem We're working with an API which endpoints contain trailing slashes, for example `{+baseUrl}/api/v1/app/{app_id}/msg/`. During the client generation, the trailing slash is dropped, and the generated client...
fixes #1580 This is a very naïve attempt at supporting trailing slashes in paths. Please let me know if there are other cases that would need to be covered by...