svelte-virtual-list icon indicating copy to clipboard operation
svelte-virtual-list copied to clipboard

Array index passed to the item component

Open PaulMaly opened this issue 7 years ago • 2 comments

Sometimes we need to have index in the array inside of item component

PaulMaly avatar Sep 12 '18 09:09 PaulMaly

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.

hrj avatar Nov 04 '18 06:11 hrj

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

benmccann avatar Jan 12 '22 16:01 benmccann