Paul Dagnelie

Results 13 issues of Paul Dagnelie

The new version of rbtools deprecated post-review; the new cool way to do things is via [rbt](http://www.reviewboard.org/docs/rbtools/dev/). rbt appears to provide almost all of the functionality we currently use, plus...

Hello, I was testing out this tool, and I noticed that the license files were not found for the `aspect` or `aspect-weave` crates. The problem is that both crates are...

### Motivation and Context We had a customer who apparently was running into a memory leak. Over the course of a month or so, their system's memory use would slowly...

Component: ZED
Status: Accepted

This issue has been opened to provide a venue for discussion and feedback on the proposed CLI design for interacting with and creating pools using the upcoming Object Storage feature....

Type: Feature
Type: Question

Hey all, I ran across some behavior today I found puzzling. A missing field is silently deserialized as None in serde_json. https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=2cce1e00209ad22adfcd3488afe10e14 is a simple demo of the behavior, though...

### What it does The lint would detect cases where the new Option function is_some_and would be appropriate. Examples would be places where `map()` converts an `Option` into an `Option`...

good-first-issue
A-lint

Hey, I'm trying to use the upterm action to debug some test failures, and it appears to be failing. This used to work (as of a month ago or so)....

### Motivation and Context The ZIL is ZFS's system for handling synchronous operations. These operations need to be persisted to some sort of durable media quickly to comply with APIs...

Type: Feature
Status: Code Review Needed

** Expected Behavior** When printing a range tree for a large metaslab, proper offsets should be prrinted for every segment. ** Actual Behavior** Range segments appeared to increase, then reset...

Hey all, `rustls` has support for the standard SSL key logging approach (useful when using Wireshark to analyze packet traces. However, `hyper-rustls` never configures [the relevant field](https://docs.rs/rustls/latest/rustls/client/struct.ClientConfig.html#structfield.key_log). As a result,...