Brian Chen

Results 7 issues of Brian Chen

```rust #[derive(PartialEq, Debug, Serialize, Deserialize)] struct Inner { a: u32, } #[derive(PartialEq, Debug, Serialize, Deserialize)] struct Outer { #[serde(flatten)] i: Inner, b: u32, } #[derive(PartialEq, Debug, Serialize, Deserialize)] struct OuterWithExtra...

CLA Signed

Differential Revision: D36972558

CLA Signed
fb-exported

We use `slog_async` for logging. Sometimes, logs to stderr never show when they should, because the program terminates before it's logged. Maybe we're using `std::process::exit` somewhere? See https://docs.rs/slog-async/2.6.0/slog_async/#beware-of-stdprocessexit.

bug

Sometimes it may make sense to support filtering rows by multiple columns

enhancement

I get the following when evaluating on MAPS after training the model over 100k iterations. These metrics appear to be quite low, especially the frame metrics which are 0.65/0.65/0.64 whereas...

PDF merging does not seem to merge the pdf tag tree structure. Chrome now tags PDFs but default when printing to PDF. For example if we merge two tagged pdfs...

enhancement
pages