Brian L. Troutwine

Results 30 issues of Brian L. Troutwine

This commit doeesn't change the operation of habenero. It does update it's dependencies and turn on some compile-time error checking. Well, compile time-ish. Signed-off-by: Brian L. Troutwine [email protected]

In #8825 and #8884 we identified a "new style" for sinks, one that focuses on stream processing -- migrating away from the [`Sink`](https://docs.rs/futures/0.3.17/futures/sink/trait.Sink.html) variant of our sinks to the [`Stream`](https://docs.rs/futures/0.3.17/futures/stream/trait.Stream.html)...

type: enhancement
domain: sinks
domain: performance

### Terraform Version ``` terraform -v Terraform v0.12.25 + provider.github v3.1.0 + provider.google v3.33.0 + provider.google-beta v3.33.0 + provider.random v2.3.1 + provider.template v2.2.0 Your version of Terraform is out of...

Type: Bug
r/repository
Status: Needs info

I'm attempting to install ``` /usr/share/redmine/vendor/plugins/redmine_importer# git log | grep commit | head -n1 commit f7982e9d6ddad7cee4c2b9e6dc264eb5831894be ``` for Redmine 1.1.2 and have this occur: root@redmine:/usr/share/redmine# rake --trace db:migrate_plugins RAILS_ENV=production (in...

As detailed in [this post](https://blog.troutwine.us/2018/10/08/hunting-for-bugs-in-rust/) hunting for bugs is hampered right now because of Rust's panic strategy around allocation failures. We should introduce techniques to avoid these panics, related issues...

Any bug searching technique lives and dies by its ability to find, well, bugs. To judge how well our approach is doing in this project we need a list of...

Have a look at this: $ make distcheck { test ! -d hamurabi-0.0.2 || { find hamurabi-0.0.2 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr...

build issue

Today in Vector we have a notion of a 'soak test'. The soak test is an all-up, integrated benchmark for vector. It runs Vector with known configurations, against stable load...

Hi folks! I've had a chance to read through the proposal documents at length after our phone call yesterday. We in the Dropbox Application Performance team are very interested in...

**Describe the bug** In the [lading](https://github.com/DataDog/lading) project we're using cgroups-rs 0.3.4 to read memory and cpu controller data for processes in containers, managed with docker. We have discovered that unless...

bug
needs-review