Jeremy D Richardson
Jeremy D Richardson
Finally figured this one out!! The issue is that in the agent model, the axios instance is being shared by every client. There is some race condition where another request...
After reading through this thread, I think one main problem is the docs for --parameter-overrides are extremely confusing. 'ParameterKey=KeyPairName, ParameterValue=MyKey ParameterKey=InstanceType,ParameterValue=t1.micro'. Whereas it should be simply: ParameterKey1=Value1, ParameterKey2=Value2
@gkamperis Did you find a workaround for this? Is there a way to load Prettier plugins manually, maybe in the `main.ts` file?
In the console when I try and use `format="json"` I get ``` Uncaught (in promise) ConfigError: Couldn't resolve parser "json". Plugins must be explicitly added to the standalone bundle. ```...
Here is a reproduction on Stackblitz - https://stackblitz.com/edit/github-z9vt1t?file=src%2Fstories%2Ffriends.json,src%2Fstories%2FConfigure.mdx&preset=node If you take a look at the Configure.mdx file there are 2 source blocks. * The first one doesn't have a `format`...
I think I understand this and have a potential idea of how to solve: https://prettier.io/docs/en/browser#prettierformatcode-options The issue is that Prettier doesn't load all plugins in the browser like it does...
I'm having the same issue and hopefully can elaborate a little. We have a drawer component that uses FocusOn needs to load on pageload. There are 2 buttons in this...
I tried this and it actually succeeded every time. I added this to the root of the monorepo and changed the buildCommand to `npm run build-storybook -w ./packages/workshop` I also...
Hi @ghengeveld . I actually embedded the contents of the `build-storybook.log` in the initial post of this issue. Let me know if there is anything more I can help with.
Hi, sorry for the delay. It's currently at 1.3.3. I can try updating it and see what happens.