Erik Schamper
Erik Schamper
In this case, `field_3` has a dynamic length (it's dependent on the value of `field_1`), so we can't calculate the offset of any fields that follow. We can only know...
Can you elaborate? It's already being taken into account when parsing data, or do you mean to store that information somewhere where you can see it later? We already have...
What would be your expected parsed result? I assume the following: ``` struct acSensorArrayData { uint16_t accelerationX; uint16_t accelerationY; uint16_t accelerationZ; uint8_t proxyEvents; uint8_t touchByte; uint8_t touchHalfByte; uint16_t gas; uint16_t...
I agree. We're in the process of reviewing a substantial refactor and plan to publish it soon. I don't think these types are in there right now, but I'll add...
No release date yet. In the meantime, I can review, merge your changes and publish a new version. I can do this when I'm back at work after new years.
Yeah, I got some ideas for improvement! As for the point you just mentioned, we actually switched to an entirely different parser, so the new version supports nested structs (also...
> I can probably send it via email. I guess the first 1 MB won't contain any personal information... :-) You can double check with a hexdump on your own...
Currently it's not possible to vote anonymously, IIRC if you click on the number of votes a modal shows up with all the users who have voted. Anonymous voting is...
I suppose you're using the version on npm/master branch?
Poll editing is currently not supported.