ikelos
ikelos
This looks like it'll be really awesome, but I'm afraid the renderer is hard coded with column names to produce the relationships (`PID` and `PPID`). Given that the parental relationship...
> @ikelos Could you give me a little more detail about the this comment, I'll try it the way you first suggested it, but if it's a good suggestion to...
Hiya, so the steps you followed look right, but it's unclear why you then messed with the banner `constant_data`. Dwarf2json should fill this in automatically unless something went wrong? If...
Hmmm, that does look as though the banner should be found, although the banner is also mentioned more times than I'd expect, so it's possible it isn't identifying the right...
This seems like an issue with `pip install python-snappy`? We define the requirement, which should in turn define any requirements it has. Please provide the failure message, since I don't...
Hiya @KevinK24 If the file isn't compressed, `.json` will work, if it's xz compressed, then it needs to be `.json.xz`. For linux files, the file name isn't important, but windows...
@npetroni I don't want to rush this, but there is now actual call for it being present in the code. Technically the renderers only affect the CLI, even though the...
Errr, tying those things together would make it more difficult to change either side of the equation later on, for any reason. It would be better to identify specifically what...
Possible solution is to add a chunk size parameter, so you can scan larger chunks. This needs a little investigating...
Hi @paulkermann, that doesn't sound like it relates to this pull request? It sounds instead as though you're trying to talk about #702 on a completely unrelated pull request by...