Matt Joiner
Matt Joiner
I also followed all the PR instructions and sorted the semver for apple.
``` error execing command : not supported by windows ```
A few months ago, I change the name for a bin in my Cargo.toml, as the resulting binary name wasn't compatible with something (needed underscores instead of hyphens for some...
duration
I'm trying to get the duration of an input. I think something like what's done here: https://stackoverflow.com/questions/6451814/how-to-use-libavcodec-ffmpeg-to-find-duration-of-video-file. Is this exposed? I suspect something needs to added here? https://hackage.haskell.org/package/ffmpeg-light-0.12.0/docs/Codec-FFmpeg-Types.html#t:AVFormatContext
I've added a new error type, SessionError, which includes additional information that's available when the libssh2_session_* functions fail. It was very helpful diagnosing failures in my use of direct_tcpip, which...
Windows Chrome sees `/.btlink/rootca.pem` as a `.pem` file. I think it expects `.crt` or `.cer`, which allows for automatically handling it by offering to install.
I ran into this same problem in my client https://github.com/anacrolix/torrent, there I solved by implementing the equivalent of a deserializer into bytes (essentially just type checks the bencode) (https://github.com/anacrolix/torrent/blob/master/metainfo/metainfo.go#L16). I...
Standard DHT implementations don't require bootstrapping on every instance start-up. It should be possible to import previous instance routing tables, and avoid having to bootstrap from a set of bootstrap...
Expose metrics for traversal methods similar to how anacrolix/dht does it [here](https://godoc.org/github.com/anacrolix/dht#Server.Bootstrap). This will aid consumers of the DHT in gauging the health of the network and their instance.
This issue will serve to discuss and collect specific metrics for export, through Prometheus, or Prometheus-compatible tooling (to keep us focused on the kinds of values), such as in #297....