Scott Trinh
Scott Trinh
Any recent news on this? I don't have a React Native environment easily at hand, but I'm willing to make some changes to make this easier to integrate.
Related to #387
Related: #566 Looks like the issue with the `target: es5` bit is something the Next.js team is working on, I've seen similar issues myself. I'll leave this open and keep...
Agreed that we need some way of allowing large integers to be inserted into `int64` without requiring consumers to use the `std::bigint` type to address the difference between JavaScript's `Number`...
This seems to be fixed in the latest version and has test coverage.
https://www.edgedb.com/docs/clients/js/group
Looks like it's unrelated to the number of files, it's related to the number of (user-defined) modules. It doesn't even seem like you need to actually reference the modules across...
And the plot thickens: the same pathological behavior can be triggered with only a single module, but in different ways.
Seems fairly similar to https://github.com/microsoft/TypeScript/issues/51905, so I'm going to also keep an eye on this.
Yeah, I'd like to support nix as well. I personally use it and have hacked around the cargo build issue in my overlay. I'll coordinate with the team and see...