Petr Pučil
Petr Pučil
@nosajthenitram Can you please try compiling your .ksy file directly with `kaitai-struct-compiler`? Something like: ``` kaitai-struct-compiler --debug -t ruby --verbose file --outdir outdir/ root.ksy ```
> Separate repo and issue to be created? I can just transfer this one to https://github.com/kaitai-io/kaitai_struct_visualizer, hang on a second...
@chavacava Good catch! Can you please open a pull request with the fix?
> For size of substructure - there is no API - it is computed by compiler for `sizeof` and `sizeof()` (and its prereq, `lea`) is not yet implemented (but something...
@KOLANICH I'm amazed at how much work you put in these, and it quite well showcases the capabilities of the Kaitai Struct language. It's also interesting to see how many...
Yes. https://github.com/kaitai-io/kaitai_struct_webide/pull/122 attempted to fix it, but I had to revert it because it broke absolute imports.
@Mingun: > But in WebIDE (both old and new) the results are one `U+FFFD` character: If you look at what bytes the `utf16_str` type actually parses by doing: ```diff types:...
@dgelessus: > The list of links looks good to me. I personally wouldn't have added a Twitter link here (I think it's not all that relevant when coming from PyPI)...
@dgelessus: > A link to the docs sounds good, but I have no strong opinion about linking to the main docs or the Python notes (the reader can always click...
@kingthorin: > Anyone know if the [ds_store struct](https://formats.kaitai.io/ds_store/java.html) has been regenerated following the above mentioned fix? [☝️](https://github.com/kaitai-io/kaitai_struct_compiler/commit/604359d63b7d98511828913e206a85f105d3993a) It hasn't - all parsers in the [format gallery](https://formats.kaitai.io/) are always built using...