Daniel Diekmeier
Daniel Diekmeier
The `unformat`method was removed in v2: https://github.com/adamwdraper/Numeral-js#200
`sudo apt-get install libfontconfig` fixed it for me, thanks @sovanna!
This also happened to us on Android in our React Native app. We used this code to fix it on Android, but do nothing on iOS: ``` if (global.Intl.__disableRegExpRestore) {...
Thank you! That‘s great to hear. 😌
I don't know if this helps, but I already had an increased number of file descriptors: ```sh $ ulimit -n 65536 ``` And yet, this issue still happens to me...
Okay, I understand! I hope that it will become unnecessary very soon, when either Zod or Typescript can figure out their differences. I think I can't really go back to...
**Update:** Thanks to https://github.com/sveltejs/kit/pull/12242, I was able to remove the code again after I updated to SvelteKit 2.5.10. 🥳 --- For me, this started happening in SvelteKit 2.5.8, I'm pretty...
Update: Thanks to https://github.com/sveltejs/kit/pull/12242, I was able to remove the code again after I updated to SvelteKit 2.5.10. 🥳
@gtm-nayan I linked the latest commit of this PR locally and I can confirm that it no longer creates the `.svelte-kit/adapter-node` folder, where the source maps get messed up. The...
> Do you have some additional setup for it? Sorry, you're right: The additional setup is `@sentry/sveltekit` which merges the source maps. (So I guess it's _not_ great news for...