gitbreaker222
gitbreaker222
> yellow over red background Several years ago I worked with QR codes in University. At that time I've read somewhere, that QR-Code specification says, that the "pixels" and anchors...
looks like the virtual-list doesn't get that much attention right now. Have you been able to fix the strange result? Otherwise it would be nice to have a little repl,...
looks good to me :+1: I thought of the same solution when my playlist-repl has several 1000 songs and i filter for names while scroll position is somewhere in the...
edit: if I understand this correctly, `refresh` with the new "scrollUp" would be called if the next list length is smaller **or greater**. But if the list gets longer, it...
hi @webmasterkai - I'll have a look, if our changes are crossing paths :smiley: .... _edit_ correction: of course these changes here are from @adamrpostjr . They eventually do the...
I recently wrote a testing setup and stumbled upon this: https://testing-library.com/docs/svelte-testing-library/setup/ It looks like _testing-library_ is a universal approach for documenting a best-practice js-testing how-to-setup. If this is suitable, svelte...
I've [fixed some](#52 ) common use-cases and published it as [svelte-virtual-list-ce](https://www.npmjs.com/package/svelte-virtual-list-ce) (community edition) on npm with the help of @mellson :slightly_smiling_face: You might have a look
got the same issue, when trying to run a downloaded repl. This is the terminal output for `npm run dev`: ``` > sirv public --no-clear "--dev" Your application is ready~!...
edit: I am a bit confused, because my setup also seems to ignore the `bundle.css` and some other things... and just when I switched back to the browser tab, everything...
looking at #44 I think I should keep the height map part and test with variable-height-items :thinking: edit: tested again and removed the fixed height: with and without the height-map...