Petr Pučil
Petr Pučil
@mgrosvenor: > * There’s a breaking change on a point release. Generally it’s reasonable to expect a point release is for bug fixes, but adds no breaking changes. ie 0.10.1...
> This unclear "cannot read properties of null" error will get emitted if you import any nonexistent file (e.g. `kaitaiIde.app.compilerService.jsImporter.importYaml('garbage/path', 'rel')`) and should be replaced with a more clear indication....
@xuhdev: > See the confusion in [editorconfig/editorconfig-core-test#37 (comment)](https://github.com/editorconfig/editorconfig-core-test/issues/37#issuecomment-614380017) I fully share this "confusion" and agree with @florianb that it would be best to match the behavior of `.gitignore` (which I'm...
I've just hit this issue in Chrome. The worst part about it is that if you don't know about it, you have absolutely no clue what's happening and what's wrong...
Isn't this a duplicate of https://github.com/kaitai-io/kaitai_struct/issues/551? Perhaps this issue is meant more generally, though - https://github.com/kaitai-io/kaitai_struct/issues/551 has specifically the expression tests in mind, which are part of the internal compiler...
It appears that there have been some attempts to describe the ISO 8211 format in Kaitai Struct already, so it might be beneficial to first become familiar with them to...
> Specifically, when the frame ID is 0x01, the data included is considered global, meaning that subsequent frames should also include the data associated with frame ID 0x01 during parsing....
On the one hand, you could say that the compiler implementation is very incomplete and you'd be right. On the other hand, I've realized over time that it would in...
Another instance of this general issue has been found a while ago in the `Size()` method of the Go runtime: https://github.com/kaitai-io/kaitai_struct_go_runtime/issues/26 This applies to runtimes in other languages too, because...
@enwony I believe this has been already suggested in #156 (and #625, which I've already marked as a duplicate of #156) - please continue the discussion there if this is...