Petr Pučil

Results 327 comments of Petr Pučil

@fzakaria: > As an aside: > Do you have any advice for my spec I am contributing to the Nix repo [[ref]](https://github.com/NixOS/nix/pull/14345/files#diff-17e4e83cb21f5ce81aa90ced5191e373445a66d98c39e6775d26c3bfb91dbc89) You can simplify [`nar.ksy:33-34`](https://github.com/NixOS/nix/blob/22b1c55ad50d585ec382b9798d0f908dc7424265/doc/manual/source/protocols/nix-archive/nar.ksy#L33-L34): ```ksy - id: padding...

See https://github.com/trailofbits/polyfile/issues/3427#issuecomment-3085404408

@sem-geologist I cannot reproduce this: `Dockerfile` ```Dockerfile FROM python:3.10.12-slim RUN pip install kaitaistruct==0.11 ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ apt-get install -y --no-install-recommends curl unzip default-jre && \ curl...

@GreyCat Thanks. I haven't looked at the implementation, but I agree that we need this, otherwise `to-string` won't be able to replace `-webide-representation`. It was also proposed some time ago:...

> * Replaced `linux` tag with `unix`, because it's not Linux-specific in any way. Perhaps, I used `linux` only because it is an established tag that KSF site recognizes and...

@Mingun: > Quick question: does your fix prevents name clashing? So, for example, if you have two attributes `class` and `class_` in your KSY, how you will deal with that?...

@Mingun I'm not convinced that numeric suffixes are a good idea, because you inevitably make the name translation of one attribute name dependent on what the other attributes are named....