Nathaniel Palmer
Nathaniel Palmer
I was able to work around the issue by calling `cy.visit` directly with the Storybook iframe path and query params. The full reload is better for my needs anyways because...
@NicholasBoll The state reset issue may be specific to my setup. I use Angular components and they have some state that isn't controlled by the Storybook knobs.
Would love to see auto-generated titles. Currently the list of chats just shows truncated text from the first message which is not very useful.
What about indenting the icons that don't have an arrow? Or are you not able to detect the presence of the arrow at all?
~I'm on version 0.6.6 and autoraise works on my laptop display, but on my external monitor it doesn't work at all.~ Ok it seems to work on both monitors but...
My team is currently using PATs for installing npm packages from GitHub packages. Having to clear out that token from my environment every time I want to use this plugin...
@andyfeller We're not using `gh` directly, but in our projects we have our `.npmrc` configured as follows to authenticate against `https://npm.pkg.github.com/` for private-scoped packages: ``` //npm.pkg.github.com/:_authToken=${GITHUB_TOKEN} ```
Maybe this needs to be new issue, but `gh copilot` really should support auth via PAT.
Is there going to be a release to actually make this change available?
This also happens with find-in-file https://github.com/VSCodeVim/Vim/issues/8908