Pelle Wessman

Results 695 comments of Pelle Wessman
trafficstars

> > @plroebuck You don't have to run `npm ci` to have your `package-lock.json` respected. A normal `npm install` also respects it. > > The first link would seem to...

Much 👍 on this Just found this project after @sindresorhus starred it and would like to look into using it in all of our internal projects, but since they are...

Also discussed in Discord: https://discord.com/channels/725613461949906985/1268863878209470505 Without any insight into the issue it does look like an issue with using this setup with the Windows file system, a quite classic issue...

Similar one used by eg GitHub: https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning

@tdbs: It should be working despite the deprecation notice. Last time I looked at rewriting it to not use any deprecated API:s there really was no easy way to achieve...

Verified that the https://github.com/relpayment/fx-relpayment-addon that uses this library is still working, even in the Firefox Nightly

My guess is that this is due to the clickEvent that TouchScroll throws at touchEnd: https://github.com/davidaurelio/TouchScroll/blob/master/src/touchscroll.js#L596

> > Especially a non-breaking change like this can be merged once we have eg two reviews or one review and opportunity has been clearly given for others to voice...

Something like this will need to be done when we adapt to flat config anyway, but I think it's better to focus on that rather than do this now that...