Andréas Hanss

Results 185 comments of Andréas Hanss

As a safe alternative in the meantime, if you're not happy with v1 or v2 : https://github.com/MikeMcl/decimal.js

> > As a safe alternative in the meantime, if you're not happy with v1 or v2 : [MikeMcl/decimal.js](https://github.com/MikeMcl/decimal.js) > > looks interesting, thanks for sharing, tho seems also a...

@antfu No longer works at lokalise, now part of Nuxt team it seems... Maybe you could add some people as maintainer, like @amannn Anthony, therefore some PR could be merged....

> @ScreamZ Hi, Felix from Sherlock team here, happy to help anyone onboard if there are any issues, just hmu 🤙 Just installed IT, works like a charm. Thank you...

> In case you want to keep using this extension (i18n-ally), I just found a solution to make it work with `next-intl` using the "Custom Framework" feature. And, no need...

> Docs changes here: [supabase/supabase#19902](https://github.com/supabase/supabase/pull/19902) I can confirm this is working see my comment https://github.com/nuxt-modules/supabase/issues/273#issuecomment-2051932773

@EvanBacon @keith-kurak Example is dead, it's not possible to use it on iOS or web can you update this guys ? Thanks

I can confirm that `onAuthStateChange` is called when changing tabs back to the one where supabase lives Therefore the code must be nonblocking like this or within a setTimeout if...

> > You can add a `global.d.ts` file in the root of your project and it should work > > ```ts > > type Messages = typeof import("./messages/en.json"); > >...