-
Notifications
You must be signed in to change notification settings - Fork 60
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
Long values are not saved to datasheet #93
Comments
issue seems to be with C library, because it returns code 1 (error_memory_malloc_failed) |
I tried to save the same url as a string value, and it failed the same way, so issue is not related to urls, but strings in general |
It is also a bit strange that gem does not raise any error even though it gets error code |
I tried to localize the problem
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to reproduce, use example for saving urls and add this:
it will make an empty cell instead of cell with url.
Full code
The text was updated successfully, but these errors were encountered: