Petr Pučil

Results 327 comments of Petr Pučil

@GreyCat: > it will be more complicated something like: > > ```java > List aint; > > // ... > > ArrayList tmpAint = new ArrayList(); > this.aint = tmpAint;...

@GreyCat: > We could add something like `--java-nullable-class=...` argument to CLI. I agree, although calling it "class" seems a bit technically inaccurate (apparently, the correct Java term is "annotation type")....

@zachwolfe should have already done that, but to my knowledge it hasn't been reviewed or integrated to the [official testing suite](https://github.com/kaitai-io/kaitai_struct_tests/tree/serialization) like Java and Python, so I don't have any...

Moved from https://github.com/kaitai-io/kaitai_ci_ui/issues because this issue effectively doesn't point out anything wrong in https://github.com/kaitai-io/kaitai_ci_ui - the CI dashboard app only presents test result data, but this is an inconsistency in...

First of all, we need to solve one problem - no `LICENSE` file in the repo. As explained at https://choosealicense.com/no-permission/: > When you make a creative work (which includes code),...

> My requirements: Convert the .ksy file into a JSON file that is more readable. I don't think it will necessarily be more readable than the .ksy file (but I...

I consider this question answered and there has been no activity for over a year, so I am closing this issue.