Petr Pučil

Results 327 comments of Petr Pučil

According to https://mvnrepository.com/artifact/com.andrognito.pinlockview/pinlockview, the artifacts of this library were published in the JCenter repository, which has been recently shut down on August 15th, 2024 (2024-08-15): https://jfrog.com/blog/jcenter-sunset/ Some older articles like...

@mckeed Interesting, thanks for reporting. I've never seen this error, but it's apparently no longer reproducible at https://ide.kaitai.io/devel/ (which is the latest development version, see https://doc.kaitai.io/user_guide.html#web-ide), so I'm not sure...

I've just discovered another case where this occurs at https://ide.kaitai.io/devel/ currently using KSC 0.11-SNAPSHOT [`91aeb53e`](https://github.com/kaitai-io/kaitai_struct_compiler/tree/91aeb53ebff02ebfe4c122b2bc914c7256f07266), namely with [`attr_bad_valid_in_enum_no_enum.ksy`](https://github.com/kaitai-io/kaitai_struct_tests/blob/0914597c9256b19259c194bfa8877af2218152e6/formats_err/attr_bad_valid_in_enum_no_enum.ksy): ```ksy # attr_bad_valid_in_enum_no_enum.ksy: /seq/0/valid/in-enum: # error: `valid/in-enum` requires the `enum` key #...

@oliver-om: > For example, this is how the example PNG file is displayed It works as expected, because the `IDAT` and `IEND` chunks are not specifically processed in `type/cases`, so...

I think the `case List("kaitai_struct") =>` branch is actually never used for the stated purpose (the only scenario in which it is used is when someone names the top-level type...

Yeah, this is the result of a hasty merge of https://github.com/kaitai-io/kaitai_struct_tests/pull/126 by @GreyCat. Since that PR contains the addition of Julia to the KST translator, it relies on having support...

@Mingun: > Yes, of course I deleted the problem code locally. Well, this remark sounded like you didn't know what happened: > Search for `JuliaCompiler` returns results only in this...

@fabolhak You can let Kaitai Struct read from the socket directly. The [`KaitaiStream`](https://github.com/kaitai-io/kaitai_struct_python_runtime/blob/9bdaeb32a844dd1ed44c83ef969e483e5d7b736e/kaitaistruct.py#L73) class in the KS Python runtime library will generally accept with any [file-like object](https://docs.python.org/3/glossary.html#term-file-object). And the docs...

@fabolhak Thanks for your response! I'm glad it works for you.

@adokitkat: > I compiled the Nim code with https://ide.kaitai.io/# website. This is actually significant - please use https://ide.kaitai.io/devel/ instead of ~~https\://ide.kaitai.io/~~, at least for now. It seems you've run into...