Frédéric Guihéry

Results 5 issues of Frédéric Guihéry

As those attributes are generally more related to Integer encoding, it would probably be better to move them from AbstractType to Integer, in order to reduce from AbstractType complexity. Some...

For me, the meaning of encode() and decode() appears to be inverted. For example: `raw = Integer.decode(23)` should be written: `raw = Integer.encode(23)` as the objective is to encode an...

IMHO, you’d better use the official `deploy-pages` action from GitHub Actions: https://github.com/actions/deploy-pages _Originally posted by @otetard in https://github.com/netzob/netzob/pull/180#discussion_r1059143358_

This section could be moved to a dedicated GitHub Actions workflow that could be triggered on `push` on the “main” branch. It could also be possible to push the documentation...