Robin Palotai
Robin Palotai
Aaah! Now I see that this message is printed out by ProGuard when detecting that it is being run by SBT. Then it would be nice to put a big...
Good to know. Thanks, will have a look. By the way, BloodHound works with `6.3`, at least for the functionality I was concerned so far.
Thanks. What would be the way to add support for 6.x? Copy the `V5` code into a `V6` module, and work incrementally?
Author of haskell-indexer here. Thanks for the comparison so far! I'm really happy about multiple tools popping up in the same space, as it provides chance for knowledge exchange and...
Hey - accidentally I opened https://github.com/tiangolo/nginx-rtmp-docker/pull/34. I couldn't get the delay down too much either - it seems regardless of the 5s chunk setting, the minimum is around 7-8s. Maybe...
Actually configuring ``` hls_fragment 1s; hls_max_fragment 2s; hls_playlist_length 5s; ``` got the delay down to 5 sec. The `hls_max_fragment` is in the source code, but not documented on the wiki....
Thanks for clarifying `safe-exception` usage. I had in mind the different constraint on say `onException` (`MonadCatch` vs `MonadMask`), but if `dejafu` is coded against those as well then fine. For...
Gentle ping.
FYI guys I added some code pointers to the underlying https://github.com/actions/toolkit/issues/713#issuecomment-1030692990 - for me it seems passing an extra option to avoid matching directiories in the globber would solve this.