Antoine Büsch

Results 9 issues of Antoine Büsch

It looks like OpenEXR supports arbitrary attributes in the header. There are a bunch of standard, but optional, atrtributes defined in https://github.com/openexr/openexr/blob/develop/OpenEXR/IlmImf/ImfStandardAttributes.h It would be nice to support at least...

**Describe the bug** Documentation for `AsyncResolver`, and most of its constructors, incorrectly says that a tuple of a resolver and a background future to spawn is returned. **To Reproduce** Steps...

docs
cleanup

**Describe the bug** The `Display` implementation for `StyledContent` ignores the formatting parameters, such padding or alignment. **To Reproduce** Steps to reproduce the behavior: ```rust use crossterm::style::{Stylize, style}; fn main() {...

Hi, I just wanted to let you know that I did a port of tactile to Rust, mostly for the fun of it (and potentially as something to play with...

Add a simple general option to select the style of lines used for itineraries: solid, dotted, or dashed. This is not quite the "dot grid" style I would like at...

Hi, while contributing to the [shiplift](https://github.com/softprops/shiplift) crate, I ran into the problem of converting a `Stream` into an `AsyncReader` so I could use the `Framed` / `Decoder` stuff from `tokio-codec`....

Attempt at fixing #33 by explicitly setting `parent: None` when calling `tracing::debug!()` in `BunyanFormattingLayer`. Also check whether the event is a "root" event before resolving the "current context" in `on_event()`....

I've encountered an infinite loop (leading to a stack overflow and crash) when the following criteria are met: 1. A span contains a field that conflicts with one of Bunyan's...

Add a new `term theme` command that returns some information about the current terminal theme: background color, foreground color, and whether the current theme is considered "dark" or "light". This...