Lucas Coratger
Lucas Coratger
> The `Intl.ListFormat` issue has been fixed in the latest canary release of Bun. > > ```shell > bun upgrade --canary > ``` > > Now running the ace command...
There is an issue on spyon https://github.com/oven-sh/bun/issues/4482
Also necessary to retain the local config and not reset the file on each restart https://github.com/zed-industries/zed/issues/7100
I encounter the same issue for prettier it's very problematic :(
> LogEvents is still all over the code Do you mean this object ? This is because in the issue you mentionned this kind of object: Do you want I...
Yes, I fixed the option file
**@mtrezza** **Key Improvements:** - Full `createdWith { action, authProvider }` coverage: signup, login, email-update verification, and resend flows. - Normalizes `authProvider` from `authData` (defaults to `'password'`), ensuring hooks always receive...
> @coratgerl instead of applying a patch we should fix the underlying issue, because otherwise we're just accumulating debt that eventually comes due in the future. You're right, it does...
There is a test that seems cover this `'can resend email using an expired reset password token'` in ValidationAndPasswordsReset.spec.js. I don't know if this one should be removed or no...
On this one, @mtrezza, after reading your comments, I understand that the correct implementation is to bypass any hooks. However, could this be an issue if we have hooks that...