Aaron Friel
Aaron Friel
I'm familiar with Guidance, yes, I mentioned it in my reply.
@adleong excellent, that repo is very similar to what I'm doing. I would rank the allowlist component of the feature (aka "block supply chain attacks" button) substantially higher than the...
@lgrammel is it possible to get this reviewed?
@lgrammel totally understand. Would you accept a PR with any of these three styles to allow a vendor-specific option without an API contract that it will always be supported? TypeScript...
@lgrammel I rebased the PR, and found a bug, curious how you want to proceed: This works as expected: ```ts const result = await convertToLanguageModelPrompt({ prompt: { type: 'messages', prompt:...
I've seen this before, and mitigated by forking and then getting an upstream patch to `xanzy/ssh-agent`: - https://github.com/pulumi/pulumi/pull/10486
@t0yv0 ah, sorry - to be clear, I pattern matched and this is the same *kind* of error as fixed in #10486. It looks like we would want to patch...
Is LSP performance improved or affected by how pulumi_azure_native is imported? ```py # import named types: from pulumi_azure_native.storage import ... # import submodule from pulumi_azure import storage # import package...
@olafurnielsen appreciate the insight and citations here. I think I can speak for Pulumi and say great feedback like this really helps us hone our product.