You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry that this is causing issues. Is the crux of the issue the use of the ** exponentiation operator? Or something else? We don't explicitly use BigInt in the code, so any more detailed description of the error could help.
HI. As you can read above from the 8 Feb, I have located the exact problem for you. In my local copy of the library, I remove this check and everything compiles fine. If you don't need it for the library , then perhaps try to safely remove the below, I think?
The one that causes problems is on line 104 https://github.com/uwdata/arquero/blob/master/src/arrow/encode/profiler.js
Changing target on Vite to es2020 isn't really viable for my project at least, and is difficult to do inside a svelt-kit config.
Is that BigInt support really necessary?
The text was updated successfully, but these errors were encountered: