David Blewett
David Blewett
* Add a git submodule for the `regex` repo * Use [milksnake](https://blog.sentry.io/2017/11/14/evolving-our-rust-with-milksnake) to generate bindings This will resolve #12, with the caveat that you will need Rust installed to build...
I have a very large music library that won't fit on my portable device. To that end, I created a directory that just holds symlinks to the actual directories I...
The 1.0 version of `regex` was released just shy of a year ago: https://github.com/rust-lang/regex/issues/457 . I would like to stabilize the `rure-python` bindings at 1.0. You mentioned doing an audit...
I have a use case where I would like to parallelize consuming from a single rdkafka consumer. I have a static set of partitions that I would like to subdivide...
I started looking at this package when I was trying to determine how easy/possible it would be to get boto to use Tornado's IOLoop/AsyncHTTPClient for pushing data to S3. I...
While investigating something else, I noticed [this](https://github.com/confluentinc/librdkafka/blob/master/src/rdkafka.h#L3251-L3273): ``` /** * @brief Pause producing or consumption for the provided list of partitions. * * Success or error is returned per-partition \p...
https://github.com/fede1024/rust-rdkafka/pull/587 introduced a regression on MacOS. Using `CStr:: from_bytes_until_nul` fixes it and should fix the OP's issue as well.
Currently, it is possible to dynamically link against `librdkafka` at runtime. However, if there are symbols in the new lib that aren't present in `rdkafka-sys::bindings` things are left in an...
The issue of the same name for the was closed due to the requirement of official images to be deterministic ( https://github.com/rust-lang-nursery/docker-rust/issues/1 ). It seems like it would make sense...
I noticed a simple typo when looking at this on crates.io.