Michael Heap
Michael Heap
Hey @iddan, I couldn't get this working for me in VS Code. Could you share any more guidance?
I ran `npm link` with your fork and the typings were not showing up as expected when I imported the module
I had a go at this. Type definitions generated with `rm *.d.ts; npx tsc` on this branch: https://github.com/mheap/octokit-commit-multiple-files/tree/add-types I'm struggling how to extend the `octokit` definitions to include `createOrUpdateFiles()`. [Module...
@lucasgonze I'm not sure what you're suggesting we implement here. Are you looking for a way to specify a specific version of a dependency, or to update the hash in...
Thanks for the examples, it makes it much clearer. What are the benefits of adding support for `node bin.js --update DoozyX/[email protected]` in addition to updating the YAML to `uses: DoozyX/[email protected]`...
Yep, that's how it would work today. We currently have an `--allow` flag to ignore specific actions from being pinned. Would adding an `--only` flag enable your use case? ```...
Thanks @rainest. The concrete examples really helped. I'd opt for the `KongPlugin` + `ReferenceGrant` option today
https://github.com/Kong/docs.konghq.com/blob/release/kic-3.0/app/_src/kubernetes-ingress-controller/upgrade/kic.md
Thanks for the report @eduwass. Could you try `[email protected]`? ```bash trello board:create --name "example" ```
@eduwass I couldn't seem to reproduce the error you shared. What's the output of `ls ~/.trello-cli/default`? Did you run `trello sync` before creating a board?