-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm compat: bug running polars #19785
Comments
The workaround is to use This will skip deno log machinery for objects |
Would it be worth creating a deno package that builds on top of polars in rust directly? Now that #20337 is getting close, I'd love to make sure we can work with tabular data interactively. |
I personally don't see the benefit, there is a lot of work done in polar-js, and it would be a big duplication of effort for no obvious gain The polars-js package does work on deno albeit this small issue , one can use the manpower instead to improve the quality if life of deno-polarjs relation, for example making it not use |
Maybe it would be smart for us to add deno as a test target like in pola-rs/nodejs-polars#115 with a little deno script. |
This code runs for me in 1.37.0+ Could you verify too? |
Thanks it works indeed |
error
linux deno 1.35.0
The text was updated successfully, but these errors were encountered: