Krisztián Fekete

Results 21 issues of Krisztián Fekete

Missing default makes the --format option mandatory: ```python $ homely repolist Traceback (most recent call last): File "/home/???/.local/bin/homely", line 11, in sys.exit(main()) File "/home/???/.local/lib/python3.6/site-packages/homely/_cli.py", line 346, in main homely() File...

`add_subcommands` from `assembling` would be a nice addition to `ArghParser` (in fact I expected to be there, but was not)

enhancement
component-assembling

howl version 0.6 (Arch linux) I have disabled `line_wrapping` (set to `none` for `mode:python`), have a monitor in portrait mode and 2x2 views layout. With this setting and layout there...

I was looking at the docs and using TARR in the config is a bit hairy to me. Is TARR really needed? I think it would be cleaner if complex...

enhancement

I have tried to solve #13 with adding `defaultValue: ''` to every not null field, but to my surprise it forced those fields to be null, even if there was...

enhancement
format:compression
format:filesystem

just wondering, but do not we want to distinguish between _carve and _extract directory? _Originally posted by @martonilles in https://github.com/IoT-Inspector/unblob/pull/323#discussion_r841237372_

Also remove empty `_extract` directories after ELF extraction.

That's what I got entering `1` in the first interpreter box. Actually I tried copy-pasting more code below, but got the same `dict.find is not a function` in every other...

Split off of #763 . There are still problems to solve here, see https://github.com/onekey-sec/unblob/commit/954c1cd5a06bcdb52048fc23da44661c73c94f31#commitcomment-138623089 but tests should run with the exception of 2 failures. > https://github.com/onekey-sec/unblob/commit/954c1cd5a06bcdb52048fc23da44661c73c94f31 rewrites the logic to...