Petr Pučil
Petr Pučil
Also let me comment on this: > If we really strive for strictness, this means we'll be doing extra checks manually (e.g. with a regexp). Any extra check if slow....
Just tried to figure out if the [`read_bits_int_le`](https://github.com/kaitai-io/kaitai_struct/issues/155#issuecomment-331413570) function by @GreyCat would solve the case of the bitfield in the [android boot image format](https://github.com/kaitai-io/kaitai_struct_formats/pull/273#discussion_r400136373). The solution brought by @evdenis was...
@wader Thanks for reporting. I'm personally not too surprised about this (although I probably should be, because this bug still exists on the main branch and I don't think there...
Actually, I've come to realize that the current testing approach used in https://github.com/kaitai-io/kaitai_struct_tests is highly inefficient and insufficient. Yes, it can definitely reveal some accidental bug from time to time...
A note for the future when this is being worked on. @koczkatamas (https://github.com/kaitai-io/kaitai_struct/issues/86#issuecomment-292667485): > With a bit more complex logic we can generate a bit more nature code. > >...
@kairoswater-jason I've just sent you an e-mail. I would discuss the organizational stuff by e-mail and the technical stuff here.
@JocelynLoft: > Has there been any follow-up on that topic? I got an answer that they were going to "investigate cheaper/faster options" - fair enough, especially C++ won't be that...
> but I don't really know how to go about getting started. The general answer for all new language requests is here: https://doc.kaitai.io/new_language.html If Elixir syntax is similar to Ruby,...
There are possibly many ways to inject arbitrary code into a .ksy file, but this seems to be by far the easiest one: ```ksy meta: id: doc_arbitrary_code doc: | */...
@jpluimers Thanks for the report. In general, I'm aware that this README is wrong in many ways, and the suggested solution is to remove these sections from the README and...