Petr Pučil

Results 327 comments of Petr Pučil

@armijnhemel: > Why not replace any occurence of `"""` with `\"\"\"` ? Well, that won't work in a raw string literal `r"""` (I'm already considering that), because backslashes would be...

@armijnhemel: > It feels a bit like a hack though :) Yes :) But this is nothing unusual in computer languages. As I see it, you basically have to choose...

@dgramop: > Glad to see this get picked up! Actually, contents of this repo have been completely replaced in https://github.com/kaitai-io/kaitai_struct_rust_runtime/pull/6 (because the compiler PR https://github.com/kaitai-io/kaitai_struct_compiler/pull/250 for improving Rust support by...

@mpapini64: > The solutions you (@Unlifate and @StephanFA) propose necessarily require the generation of the client and secret id, which I do not have, No, you're mistaken, https://github.com/walterpg/google-drive-sync/issues/79#issuecomment-2295346518 suggested by...

@Stefman87: > I need to get the offset of every structure. So, I created this class: There is no need for this, you can just compile with the `--read-pos` flag,...

@Stefman87: > I understand that it is not implemented, but is there any workaround? For example, to use one stream everywhere? Or to recalculate offsets manually on the length base....

No activity for over a month, closing. @Stefman87 Let me know if you need to know anything else on this topic and I will reopen this issue.

@lafrecciablu Thanks for reporting this. It seems to be a Ruby-specific issue: when given the `fspec_one_byte_repeat_bits` .ksy example that you provided in https://github.com/kaitai-io/kaitai_struct/issues/1229#issue-3060198120, both KSC 0.10 and 0.11-SNAPSHOT at [`91aeb53e`](https://github.com/kaitai-io/kaitai_struct_compiler/tree/91aeb53ebff02ebfe4c122b2bc914c7256f07266)...

This is a bug in the Go code generated by the compiler, so I moved this to the main issue tracker we use for compiler bugs. When using KSC 0.11,...

Here's what this change might look like in Zig for the `SwitchManualIntSizeElse` test. I've already mentioned this test, but for clarity I'll repeat the .ksy excerpt with type switching from...