Oleg Grishechkin
Oleg Grishechkin
@borislit Can vscode convert all files in some directory? (i mean use vscode formatting instead of use cli for refactor). I wanna convert all files instead "open one file, convert...
Confirm. With next middleware app ~2.5x slower. If middleware matcher ignore all requests excepts pages app ~1.8x slower
Same issue. Will be good to have some option to add server sitemaps only to index sitemap @Lizusha For me this works (just remove my additional sitemaps and keep generated...
DOM elements have cap height/width, and anything more than this cap will be hidden. I think you can use something like infinite scroll (where elements outside visible area will be...
@khelif96 I check your codesendbox from this topic and react-virtuoso CAN render 1000000+ elements with 20px element height. Do you try to set defaultItemHeight to some very low value like...
I can confirm that this issue is still exists on the latest next (v13.1.1). I use `getStaticProps` + `getStaticPaths` with `fallback: blocking` and middleware. 404 pages works incorrectlry with client-side...
https://github.com/vercel/next.js/issues/43953 - same
> I'm not able to check this with `13.2.1` (I've removed middlewares because of this issue) but reading the changelog looks like there are some work about this issue. Anyone...
> I can confirm that this issue is still exists on the latest next (v13.1.1). I use `getStaticProps` + `getStaticPaths` with `fallback: blocking` and middleware. 404 pages works incorrectlry with...
Hi, @samuel-messing Thank you for your warm feedback. At this moment I have not a good solution to multi column in all cases. The best solution at this moment for...