twiggler

Results 27 comments of twiggler

(added `extends string`)

No problem. Should I create a pull request for fixing the mistake in the docs, or are you going to remove it?

@restrry I will give it a shot

Some thoughts about implementing this: Throttling actions is currently implemented using an `actionmap`. There is no guarantee when throttling a channel that the channel to be throttled is created with...

Cannot reproduce on a virtual machine of Windows 11. Will discuss with @Miauwkeru

Dear @lhotlan64, Thank you very much for your contribution to Dissect! We will assign someone to review your PR.

> @Schamper @twiggler > > Just a friendly reminder. Sorry @qmadev this slipped through the cracks, I will take a look this week

@Schamper @qmadev One detail I don't like is that we are invoking a private method in target from acquire. I think this is a design oversight in the implementation of...

> > I think this is a design oversight in the implementation of [fox-it/dissect.target#1082](https://github.com/fox-it/dissect.target/pull/1082). > > Not necessarily. [fox-it/dissect.target#1082 (review)](https://github.com/fox-it/dissect.target/pull/1082#pullrequestreview-2793551946) goes into more detail here: > > > This method...

> 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...