Petr Pučil
Petr Pučil
Thanks for writing this up! I [suggested this](https://gitter.im/kaitai_struct/Lobby?at=5eb0911a9f0c955d7da42222) on Gitter a few months ago, but @GreyCat [wasn't too enthusiastic](https://gitter.im/kaitai_struct/Lobby?at=5eb16d427a24ff01b002079b) about it. As I understand, he's not strictly against, but my...
> When `--ksc-json-output` is specified, `ksc` _no longer_ fails with error exit code. I don't know what you meant by "_no longer_", because neither KSC 0.9 or 0.8 did this...
@andersalsdu: > can you tell me if this topic is still being addressed? 😃 I might look into it sometime, but I'm not sure whether I'll be able to reproduce...
But generally yes, I know that imports are broken in several aspects (e.g. https://github.com/kaitai-io/kaitai_struct/issues/295), and I plan to fix them eventually. So this issue may disappear along with it.
This is how we can look what unusual `encoding`s are used in the wild to get a better idea - [GitHub Search: `-org:kaitai-io extension:ksy "encoding" NOT "encoding: ascii" NOT "encoding:...
I hope this issue can be closed, because the Web IDE now generates this: ```java private void _read() { this.theType = this._io.readU1(); switch (theType()) { case 0: { this.value =...
> I want to implement zip64 extra field of central_dir_entry Note that there is a draft pull request https://github.com/kaitai-io/kaitai_struct_formats/pull/602 that adds support for some ZIP64-related data structures. > I added...
I got an impression that @abitrolly doesn't understand why I suggest switching from Travis to GitHub Actions. Here is a bit more detailed justification: @abitrolly If there is another CI...
@abitrolly You're right, I agree with your points. What I wrote in https://github.com/kaitai-io/kaitai_struct/issues/824#issuecomment-730686323 is actually a misinterpretation of actions done by people behind Travis. They write everywhere that they want...
@GreyCat: > on the other hand, it makes it harder to parse such logs with crude command-line tools such as [grep(1)](https://man7.org/linux/man-pages/man1/egrep.1.html) or PowerShell's [Select-String](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/select-string?view=powershell-7.2). Yes, I'm aware of that. My...