Tim Siegel

Results 20 issues of Tim Siegel

It is hard to spot links in the guide when using the Sepia or Night color scheme, because when they are in `` text they look just like normal text....

The phrase "Regular visitor" is confusing, since `Visitor` has been defined as a non-regular user. Just call them a "user", as we do everywhere else in this example.

Fixes: ``` warning: the method `dispatch` doesn't need a mutable reference --> src/main.rs:70:25 | 70 | dispatcher.dispatch(&mut world); | ^^^^^^^^^^ ``` ## Checklist * [ ] I've added tests for...

If BUILD_TESTS=ON: - Adds a 'test' target for ninja - Adds a library/MiscUtils.test unit test executable This uses the CTest tool that is part of CMake. Hopefully it might provide...

Due to an old Rust bug, rust-lang/rust#24159, many parsers included an extraneous trait bound for Input::Error as a workaround. That bug has been closed since February 2021, and the workaround...

### What is the feature ? Add an implementation of AsRangedCoord for RangeInclusive. It would allow charts to label the final tick mark at the right/top edge of the mesh,...

feature request

# Motivation My initial impulse for this is that I use both `backlight` and `hueshift`, and it'd be nice for them to behave the same way, but they don't. I...

cleanup

Using Open in Browser version 2.11 on Firefox 85.0.1 on Fedora Linux. Normally opening PDFs works fine, but on Google Slides it does not present any dialog box. To reproduce:...

The benchmarking test case in `t/11-iterables.t` is failing: ``` An operation first awaited: in block at t/11-iterable.t line 71 in block at t/11-iterable.t line 38 Died with the exception: A...