svelte-virtual-list
svelte-virtual-list copied to clipboard
Array index passed to the item component
Sometimes we need to have index in the array inside of item component
CI seems to have failed for a silly reason:
Error: Couldn't find the required `xsel` binary. On Debian/Ubuntu you can install it with: sudo apt install xsel
Could be fixed by modifying the .travis.yml file to install xsel.
Re the CI: we're migrated all the other repos to GitHub actions. Should probably do the same here
It looks like this PR would need a rebase