Michael Dahl

Results 23 comments of Michael Dahl

For those wanting this kind of feature, I have come up with a hack way of adding it by using a hook: ```javascript let start = performance.now() export const mochaHooks...

I ran into this and was sadden to see that the PR #3776 is still outstanding, so I set out to see if there was some way I could hack...

The same issue here, using `FFmpegVersion.Official` running on macOS

This might be useful to help use `chmod` on applicable systems: https://www.nuget.org/packages/Mono.Posix.NETStandard/1.0.0 Here's how I ended up "fixing" it in my code: ``` Syscall.chmod("ffmpeg", FilePermissions.S_IRUSR | FilePermissions.S_IWUSR | FilePermissions.S_IXUSR); Syscall.chmod("ffprobe",...

Yeah having the option to not delete lower/existing quality files, would be a good addition. Couchpotato has this feature already, but it is cumbersome to manual download multiple qualities using...

Yeah noticed this as well - any word on the PR, seems to have been lying around for quite some time now?

Could this be turned into a setting, so key-repeat could be turned on for all keys? Use case examples could be `vim` where `h,j,k,l` are used for navigation for example.

@CasperH2O sorry for my late reply, quite busy weekend 😄 Will try to have a look later today and see if I can replicate the issue, alternatively we could remove...

@eugenov out of curiosity, what are your Handheld Companion settings when this occurs? I'm specifically interested in what are the settings for "Framerate Limit" and "Overlay display level"? From a...