qmadev
qmadev
When are we going to add support for python3.14? Or, does it just not work on my machine 🤔
What version should I put at line 873? See question marks.
Any news on this?
@Schamper do you have some time to take a second look at this?
@twiggler do you have some time to review this?
@Schamper @twiggler Just a friendly reminder.
To clarify, you want me to create a function `Plugin.get_all_paths()` that will return a collection/iterator something containing the paths to the config files and the (resolved) log files? And you...
I see these functions in `dissect.target` ``` def get_paths(self) -> Iterator[Path]: if self.target.is_direct: yield from self._get_paths_direct() else: yield from self._get_paths() def _get_paths_direct(self) -> Iterator[Path]: """Return all paths as given by...
https://github.com/fox-it/dissect.target/pull/1287 Is this what you guys meant? All seems to work fine. Config files get collected as well.
@twiggler comments here and in dissect.target should be resolved!