Mommessc
Mommessc
Hello, I had the same issue and I can confirm that adding `SHELL=zsh` in my `.zshrc` seems to have fixed the issue.
Installing `xdg-utils` in my docker solved the issue, thanks for that. For the visualization, yes I was referring to the `vis_gantt` function, `draw_gantt` is my own function that calls `vis_gantt`....
I can confirm that nested arrays of records work with JSON parsing in version 2.8.3. However are there any news about the alias resolution being done before the JSON parsing?...
I've come across this issue as well, is there a workaround to have an array of `var int` inside the tuple? (but the size of each inner array would be...
This solution seems promising, I'll wait for the develop branch then.
Thanks for the update, it works as expected. For the record, if someone passes by this issue with similar use case, I did a few tests to evaluate the time...
Speed and core are actual attributes of a host and not additional properties. I think these should be added next to the id, name and state in the JSON dict...