William Will
William Will
I put up a PR adding the ability to set `tags: ['no-autodocs']` to support this feature: https://github.com/storybookjs/storybook/pull/22116
I am currently using css modules within my keycloakify app with no problems. What is described in the issue above I think is a limitation of CRA not being able...
For my pipeline, I needed to also run this to use the built in token: ``` git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY ```
Ever figure this out? Wondering if this project might be abandoned now
I'll write unit tests, but I want to verify this approach is appropriate first
If I'm understanding, I think I did something similar. It is not a super clean solution though. I host oauth2 proxy behind a Caddy proxy and then have a custom...
I could not reproduce a full reproduction, but I have one here that has the issue of giving two instances of composition storybooks. https://github.com/willwill96/storybook-composition-7-6-repro ``` docker build -t storybook-repo ....
Yeah, it would be nice to have it documented somewhere (along with any other invalid characters), especially since it worked in storybook 6.
Put a PR up here for this functionality: https://github.com/oauth2-proxy/oauth2-proxy/pull/3029/
@tuunit I see that you are one of the most active contributors. I don't have any expectations of timelines but was wondering if you could comment on whether it's reasonable...