Erin

Results 4 comments of Erin

How did you fix this? Does it just take some time on larger projects?

I sometimes just use Tabnine as a kind of AI-assisted lexicon of what i may need, so I would suggest that it does show the other options too, instead of...

As a quick fix i'd recommend this solution of my own: const sliderInstance= new Flickity(, {}); const nextButton = document.querySelector('.next'); const previousButton = document.querySelector('.next'); nextButton.addEventListener('click', () => { sliderInstance?.next(); });...

@rickalex21 You might have forgotten that the `lazy-lock.json` also defines a specific version. So either delete nvim-cmp from the list, update the commit number or remove the entire file. depending...