Artem Melnyk
Artem Melnyk
@smastrom I tried to change the version of `@astrojs/vue` to 4.0.7 in stackblitz, but it still works 50/50
> Have you tried with this one: https://stackblitz.com/edit/withastro-astro-qyesvk ? No, but that doesn't work for me either
@zernonia Actually yes, it works. Thanks!
Same issue for me. Tried running `deno run dev` in my Vite + Vue project, but got hit with `Uncaught Error: Too many open files (os error 24)` right away....
@epr3 Oh, sorry. My bad. I just thought that it means the total number of pages.. Maybe setting default value for `itemsPerPage` is not completelly correct? Because it doesn't force...
@zernonia Yeah, I get it. But still, the API feels a bit misleading. This code doesn't tell me that I will actually get 10 pages, instead of 100. I think...
@zernonia I would rather just make `itemsPerPage` required and don't change the names to avoid breaking changes. I suggested the rename thing in the last variant because of change in...
I don't know for sure, but it seems like `toHandlers` is what you need. UPD: No, it doesnt work. Here's a utility from shadcn-vue https://github.com/radix-vue/shadcn-vue/blob/ae81084f367b704615f6e6677c91cbae466c4978/apps/www/src/lib/utils.ts#L17-L34 that I've improved a bit...
Thank's for reporting this. I will add the details from my end. I tested it in browser and it seems this is not a bug in altv-ui repo. On this...