mgzenitech

Results 20 comments of mgzenitech

Is multiple levels of directories supported for modules now? Because if not then same thing should be done for modules too.

Either that or just additional argument to return that value instead of file content: ``` {{ include "somerandomfile" "" }} ``` In this case it would return empty string instead...

Extremely useful feature! When it's going to be merged??

Please update PyYAML to v6. It was released year ago. ![2023-01-03 15:24:21 1188x156](https://user-images.githubusercontent.com/64852480/210365821-e65d7b13-df00-4b1c-bf8e-67923c0837d0.png) ![2023-01-03 15:24:59 543x188](https://user-images.githubusercontent.com/64852480/210365964-2bd5e1cd-4e8d-4521-82c3-76551824ede7.png)

Hm... Tried https://pypi.org/project/capturer/ but got an error with `UnsupportedOperation: fileno` as Ward mutates some low level things I think. Update, probably due to this: ![Screenshot from 2022-10-24 18-18-40](https://user-images.githubusercontent.com/64852480/197562954-7e8ea6d9-168b-4770-8ee6-7adce70e034f.png) Same issue...

![2023-01-06 11:38:18 1312x1022](https://user-images.githubusercontent.com/64852480/210973949-fd011f11-95b3-40c9-9873-0194b0602ccb.png) I am using Python 3.10.8

As I said 3.10.8 in virtualenv (you can see the interpreter in screenshot bottom right corner)

Maybe just an additional verbosity switch after `--json` could be added? ``` dive localhos/random-image:latest --json parsed_data.json --verbose ``` And that `parsed_data.json` would include also lists of all the files modified...

Guys, are there any blockers to merge this PR? Having an official prebuilt image on docker hub is actually really important

Hi @sverdlov93 ! Oh, ok thanks for the info. However job always deletes everything if I not add slash (/) to the end of **syncDeletesPathRemote**. If I add slash however...