Mateusz Kwiatkowski
Mateusz Kwiatkowski
Well I think it would be very helpful to be able to change a class or any other attribute on body simply by using ``. I was a little bit...
Hi, how should it work exactly? I think it would come in quite handy if a Strapi user could become one of N roles defined in comment plugin and respond...
I was a bit confused when I followed the Docker installation on documentation page for Strapi v4 and got v3.6.8 in the end. Docs should point out that it's not...
As far as I know, I don't use any `emotion` related Staff directly. My `_app.tsx` has following code (session is related to NextAuth), so it's the same as in this...
@PR7JW7L I have moved from `npm` to `yarn` and downgraded Next but it didn't really help. I can still see FOUC. ```json "dependencies": { "@mantine/core": "^4.2.6", "@mantine/form": "^4.2.6", "@mantine/hooks": "^4.2.6",...
It's also worth noting that updating packages from the template seems to be not so easy as a few of them have peer dependencies, which don't play nicely with the...
@nico-on-vacation, I have tried to set up Apollo Client in my Sapper project just like you described but sadly, all I can get is the following error: `Failed to serialize...
@jwaldner POST can be fixed with this [update](https://github.com/nicholasjackson/building-microservices-youtube/pull/21/commits/44991022172037eaa7f0964f2e500f5438e2b5e6). I've checked it and it does work properly. At the same time I struggle to make PUT work. It keeps overriding the...
@jwaldner The PUT method doesn't work as intended because we never get the real ID of a product. The ID passed in with the context is only a placeholder and...
I think that `br` is not what one is expecting. I mean, plain text should be enclose with a proprietary HTML tag, in this case a pair of ``. Otherwise...