-
Notifications
You must be signed in to change notification settings - Fork 116
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
Arrays are not supported #454
Comments
same problem here, what's the fix for this? |
Indeed I can hit the same... I'll take a look |
Since we release just a few days ago and this was missed, I shall create a patch release tonight or tomorrow. |
Alright, v0.9.1 is out with this fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With version 0.7.1:
i have a response struct like:
With a fixed size array field called
position
. When I build my application I get the following errors:Removing the
position
field fixes compilationThe text was updated successfully, but these errors were encountered: