-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Part 2] nodejs-polars
fails on supported NAPI function
#2056
Comments
Yeah...I remember implementing this. But I don't see the code. Edit: Oh, the one I remember was this which is not exactly the same bun/src/bun.js/bindings/napi.cpp Lines 1599 to 1628 in 0d102d1
|
If it’s not implemented, #158 should probably be updated? |
I'll get this fixed really quick today. We should probably double check to make sure all of the list is up to date though |
What version of Bun is running?
0.5.7 (8b4e58f)
What platform is your computer?
Darwin 22.3.0 arm64 arm
What steps can reproduce the bug?
The following script attempts to use the
nodejs-polars
package, which is the official bindings (using napi-rs) to the Polars dataframe library.The following simple script attempts to create a dataframe:
What is the expected behavior?
Using Node:
What do you see instead?
Using Bun:
Additional information
The napi tracking issue says
napi_get_value_bigint_words
should be supported.This issue is an exact duplicate of #2053, for a different NAPI function.
The text was updated successfully, but these errors were encountered: