daladim
daladim
We could also start by providing an `Export to file...` (+ an associated "choose folder" dialog) in the overflow menu of every playlist (local or remote, created or already existing)....
Well, this is more complicated at it seemed at first sight. M3U files contain either absolute paths, absolute web URLs, or relative paths. The S2 Media Provider uses neither of...
@josephw Up! Is there a way you could provide this patch so that we can test it? I encounter the exact same error as the original poster. This thread is...
Currently, I like the fact that `Box` really makes the intent clear (the Arc is on a fixed location on the heap). Maybe that's a good enough reason to keep...
We're now able to filter by Event ID. Predicates are left TODO
Most of this is done in upcoming MRs. I overlooked the fact that events may have variable-length properties. Thus, a `Parser` cannot simply cache the offsets of a property once,...
Most of it has been done, and is included in ferrisetw 1.0. See https://github.com/n4r1b/ferrisetw/pull/39#issuecomment-1253379914, parsing events are up to 4 or 12 times faster, depending on their content. I'm leaving...
Subscribing to an existing trace should be possible, just call `OpenTraceW()` on an existing trace name. I'm not sure whether that's absolutely a good idea, because we're not sure then...
Try adding `--output-http-track-response`, as [suggested here](https://github.com/buger/goreplay/issues/465#issuecomment-307304009)
@buger , that would be great if this info was written in [this middleware page](https://github.com/buger/goreplay/wiki/Middleware)! Unfortunately, the wiki is not world-writable, so I could not do this myself. Thanks :)