Hailey Somerville
Hailey Somerville
It would be useful to be able to be able to set the rounding mode to use in quantize. This pull request adds a new `d128::quantize_with_mode` function that allows exactly...
We currently perform name resolution on every metric that is sent. This pull request moves name resolution into the `Options` constructor. One consequence of this change is `Options::new` is now...
`alpine-chroot-install` [mounts several filesystems](https://github.com/alpinelinux/alpine-chroot-install/blob/2eab5f44329990fda3b1572ae86ac7f58312ec66/alpine-chroot-install#L352-L356) into the created chroot directory - even before it's actually chrooted into. It appears that the `destroy` script takes care to unmount these filesystems before removing...
OS X support
This pull request adds OS X support to Semian. The biggest potentially controversial change here is that I've removed the ticket acquisition timeout entirely. This is because OS X doesn't...
The grammar accepts the following code: ```ruby x.(123)(456) ``` And produces the following syntax tree: ``` (program [0, 0] - [1, 0] (method_call [0, 0] - [0, 12] (call [0,...
Could be really cool, especially combined with the envelope module and future automations on mixer etc Aubio (https://aubio.org/, https://github.com/charliesome/aubio-rs) might be useful for this
Tests currently fail on master on latest Rust with this error: ``` failures: ---- tree_bitmap::tests::remove stdout ---- thread 'tree_bitmap::tests::remove' panicked at 'attempted to zero-initialize type `&str`, which is invalid', /home/charlie/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/mem/mod.rs:625:9...
This PR adds optional support for x264. It's disabled by default for licensing reasons, so users of this crate must opt in to x264 support by enabling the `gpl` and...
Without this patch, I can't even run `rake -T`: ``` ~/tmp/builder master 2.1.0-github1 λ rake -T rake aborted! No such file or directory - rvm /Users/charlie/tmp/builder/rakelib/tags.rake:15:in ``' /Users/charlie/tmp/builder/rakelib/tags.rake:15:in `' /Users/charlie/tmp/builder/rakelib/tags.rake:3:in...
Hello! Thank you for this crate, I've found it useful :) I was wondering if it would be possible to cut a new release? It's not a big deal, but...