Danny Steenman
Danny Steenman
> I've just released version 1.13.0 with two new zmodule options that make it easier to do what is being proposed here: the `--if-command` option, and the `mkdir` tool which...
Thanks for the quick reply @ericbn, I forgot to mention that I've done that as well. However the completion I want to add (in this case for the package orbstack)...
Please let me know if you need any input from me :)
Yes it's a bit out of scope for this extension since the snippets are all generated and static. If you'd like a more dynamic autocomplete/reference in vscode when building infrastructure...
+1 for this feature.
> > The SDK first attempts to use credentials from the container/instance profile (ECS task role, EC2 instance profile) > > Excerpt from `@langchain/aws/dist/chat_models.d.ts#L39-L42` > > ```js > /** >...
Thanks for the feedback, I have implemented your suggestion and kept credentials as the default if they are supplied by the user as an env var. Now I've updated the...
I had the same issue and switched to regular eval, I think the maintainer is working on a new caching method: https://github.com/marlonrichert/zsh-snap/issues/261