Robin

Results 220 comments of Robin

> Hello may I take this issue? It looks like someone has already opened a PR. Next time, you can just take it, especially if it's labelled 'good first issue'....

I tried to solve this a few months ago. The only solution I could find was to create a list of common aliases for regular contributors.

I think you are looking for: https://nitro.build/guide/tasks

@matthewjumpsoffbuildings lets get this over the line! Would you be willing to add the suggestions?

@acrobid You can use `pnpm patch` command to test whether this approach works for you. I think we might merge this soon. But I think we will not backport this...

@andylou0102 Would it be possible for you to add tests (vitest), to prevent regression.

@DamianGlowala I wonder it this can fix https://github.com/nuxt/nuxt/issues/31915 too?

> Seems fine. [demo](https://playground.vueuse.org/?vueuse=13.2.0#eNqNVdtu2zgQ/ZVZYQHLWMuXJt6L1wnaDQJsF+m2aPMWBa0ij2Q1FCmQlOPA8L/3kJJsuWiLvowtcubMmTMz0i54VVXjTc3BIliaVBeVJcO2rkgkMr+IA2vi4DKWRVkpbWlHteHXMitkYflDqpUQtKdMq5IGL4GC20mqNA96EZozSgytmKv3nI0cwi2XlUgs4/kQjmhExTJV0lhiQRdfeS7/vX1zcy24ZGkvwwGLwbDzXiU2gX+bYmmsLmR+d38Z3g1mgxENXjhz5sy5M3NnfnfmD2f+dOYvZ2bTwf0BNE3kjUpWR9wwS4Th4d+OZVbL1BZKklV5Lviq8Q2HtIsldaHjTSJqBsAvJwcA2B8rdQJBcejgCz4VN3RoLEbuB+AXlw0+MvhYwTK3a8cQAjTg4/bsN5o1nr2rqjbrcDwev9I6eR472cNdi7GgOe1HFH4cUeHzfPp1d0Aq9p+GkKXLqwSyqDwcCJT0xnV71MviHfeecct1VRibyJQXNJv684NALnhxWhjRZEJQYFWkaDs9rRkar1kzFYakohIhjoXFFEB8chzIKFIHQDJWVYYwA3nObhD6wBmFUjmvqwZiCPVtrSX53nae7dlpGxGeKY1hKBVVta6UYdMENNU6i+J7s+Ebe4Pqu7k4qoSe3d27I+8TIg4jsZw0G4h9w4NtRx9PRMtVsXGbhI1kEQeUisQYPGSCt+RMlCpBeVJFL6iKzukpOptOqy2t298ySmqopTasM6GeoucIqdz2PuRRjmmI5tPpZE5a1XLFK7/yrjKfdhOhbuTCVJZoja8CFBaP/Nye9gito9n826DgdXYAxnDsyAPuUbhPNUGuptbDv7YBC/h229i4e14nGvjSj7wfamvRgZepKNJH+PRa0SMLng9ohuNJlrc2elqDE1VbKFg9Q8qjHu8dwHLS4H4vy8nL4DRPrpnlzyRSjydZOjGWk948BCO8l7EEWZGPPxsl8fL28xUHqSqrQrB+W7kJxLt70S1WHCQCnf/Pn1ldc7uKiFlz+viN889m687i4J1TT284Dg53NtE52+b6+sP/KKl3WapVLeD9g0vIqUTtODZu/6B80O75ebav/UcEO3xrrrfYV9MV5YgeXzRxgK/H1Q9KP9I9G5/7OCxcsP8Ckf9JvQ==) I think your demo has SSR false, but turing it on results in a type error. maybe this is related

LGTM. Maybe we can just alias it too 🤔 ----- I think `chore(computedEager)!` should be `chore(computedEager)` until we remove it

> @OrbisK You mean to remove the code (alongside the deprecation marking) and then in next major remove the aliasing as well? Or keep the aliasing indifinitely? Mark deprecated, and...