Remi Thebault

Results 29 issues of Remi Thebault

Needed if the struct has optional members (or members that have trivial default values) or if a struct has a lot of members - AttachmentDescription - PipelineInfo - Rasterizer -...

- title - resize event

Implement retained mode such as many things can get prepared in separate threads. Only the queue submission and presentation will be required to be in the same thread. Most of...

### Issue type General playback bug ### Bug description I recently switched from Fedora workstation to Ubuntu 23.10 (on the same laptop). With default pipewire settings (buffer 1024, samplerate 48000),...

needs info
playback
waiting reply from user

Two PR has been merged into DUB which will help to use DUB packages with Meson: - dlang/dub#2644 - add the `dub describe` output the path of the built library...

New API to disable ANSI escape code emission on redirected outputs. see #921 Example of code provided by this feature: ```rust fn print_diagnostic() { let _guard = style::disable_ansi(!io::stderr().is_terminal()); // styling...

**Describe the bug** I want to use `style::force_color_output` to disable ANSI escape codes entirely, for the case the output stream is redirected to a file. The colors are disabled, but...