We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A bit similar to #7
obj = 1:10 LightBSON.bson_write(path, obj) LightBSON.bson_read(typeof(obj),path)
throws an error:
KeyError: key :start not found
Should ranges and other common types from Base work out of the box? Or is this out of scope?
The text was updated successfully, but these errors were encountered:
Ranges specifically may be encoded as arrays, but in general the scope is limited to BSON representable types.
Sorry, something went wrong.
Ok thanks, I now have a better picture of the score of this package!
No branches or pull requests
A bit similar to #7
throws an error:
Should ranges and other common types from Base work out of the box? Or is this out of scope?
The text was updated successfully, but these errors were encountered: