Mark Racette

Results 9 comments of Mark Racette

The issue with `anime.remove(el)` is that an attached callback such as `change` will continue running even with no targets. So it's not a true stop.

It's been a while since this request, just wondering if it's still on the roadmap? Thanks!

glad to hear you like it @schlunsen :)

this is really dampening the performance of https://soundscape.world, and I'm looking into alternatives now as a result :(

I'm running into something similar. I'm using this intercept: `cy.intercept('api/search-by-position?pos=**', mockData)` It intercepts this request: `api/search-by-position?pos=%7B%22x%22%3A-10.1575%2C%22y%22%3A-0.5456542%7D&maxDist` But fails to intercept this request: `api/search-by-position?pos={"x":-10.1575,"y":-0.5456542}&maxDist` Could this have to do with the...

Same thing here. This is not great for MUI users.

Some insight into why TS produces this error can be found here: https://github.com/microsoft/TypeScript/issues/33130

> [core] editor = code -n -w This worked for me but if I remove `-n` then I get the same issue: `Unable to open 'git-rebase-todo'` I'm not using GitLens...

I had the same issue as @frankreporting when I installed `git-lfs` using homebrew (location was `/opt/homebrew/bin`). To resolve it, I installed the package at https://git-lfs.github.com/ and ran install.sh, which installed...