Ian

Results 30 comments of Ian

Taking a microservices course and I'm getting this error all the time for request to kubernetes pod during deployment `I0722 08:14:39.870412 5259 request.go:668] Waited for 1.0182747s due to client-side throttling,...

And now its at v2.7.0 and still a 404 Is there another way to get to this file? How are docs being updated with new version without fixing the 404...

I had this error after upgrading nuxt3 to RC 13. I manually updated @nuxt/tailwindcss from 6.1.1 to 6.1.3 and it fixed it.

Same issue trying to delete post 999. I have to change the url to https://jsonplaceholder.typicode.com/posts/foo/999 to simulate a 404 response for testing my error catching. Although the 404 is from...

Can't do this one when using storybook ``` import { defineConfig } from 'vite' export default defineConfig({ define: { global: {}, }, }) ``` storybook 7 at least, has a...

It seems in v7 they don't even work without a docs page. Related issue ? #82 Code from @yannbf course on newline but updated to storybook v7, react 18, vite...

This really causes issues when you have autodocs enabled. The reload hack makes the Default and Loading stories work correctly but then where they load together in the docs page...

Is this an issue with the addon, msw, or storybook? By the way, this is storybook 7 / vite/ react 18 I'm using. I replaced the addon by removing it...

Since I'm just learning on the meal drop project, I could afford to scrap things and start over. After creating a new vite app with latest storybook 7.0.20 and the...

Those are two different components. The separate viewer needs it's own rehypeSanitize. This should work. ```js ```