gitbreaker222

Results 34 comments of gitbreaker222

@BlueBomberman Unfortunately I haven't got any response from Rich Harris on this since about 6 months. Maybe I can ping somebody else from the svelte team? Let's find out: @Conduitry...

community-edition package finally available. Thx again @mellson and sry for the long wait everyone https://www.npmjs.com/package/svelte-virtual-list-ce There will be some more upcoming changes to the readme and other maintenance stuff maybe...

hi @UnwrittenFun as far as I can tell from the virtual-list I've written, this issue has been fixed in the mean time. Can you confirm? https://svelte.dev/repl/6b3f6543c71f4f2bb579721691ba4261?version=3.20.1 - click "more songs"...

hi @Nexxtron - I currently summarize issues with changing list.length and it seems, that this also falls into that category (even if maybe a bit outdated :wink:). When checking out...

I think in the mean time I've removed the `_scrollTo3` function in favour for a clean PullRequest, which introduces now the function `scrollToIndex`. Maybe you like to check out the...

attempting to create a "scrollTo" method, that scrolls an element by index at `start`, if list borders not hit. Problems so far: - programmatically scrolling until item is in view...

solved problems to this point: - "lazy loading" :heavy_check_mark: : Works as expected without further changes - "jump to song" use case :heavy_check_mark: : As soon rows have a fixed...

update: after almost giving up fixing the remaining issue (adjust scroll position when filter list) I finally solved it! The demo has been updated and next I'd like to do...

Here is a webm of the demo :angel: https://windtanz.windcloud.de/index.php/s/d43AbLtXw9mimj9

I am preparing a pull request. Fork, cleanup, testing is done. One issue remains in logs: `" was created with unknown prop 'scrollToIndex'"` How to _properly_ expose a function /...