Nic Hartley

Results 7 issues of Nic Hartley

From the README (emphasis mine): >The flex distribution contains the following files which may be of interest: > > * README - This file. > * NEWS - current version...

I wanted to include superscript (``) in some text. The tag itself carries through, as expected, but the Slate theme includes this CSS reset (removed the other tags it affects,...

Heyo! I'm trying to do some basic font rendering. As part of testing I started iterating over each character in Inconsolata and rendering each one. Just a couple of characters...

Closes #38. TODO: - [x] Write the first pass at the traits - [ ] `Tree` deconstructor (turn a `&Tree` into an `Iterator`) - [ ] Formatting implementation based on...

Hello! I'm trying to adopt `tracing-forest` for a project. One quirk of this project is that I, personally, dislike both the drawing characters (not sure what they're called; these: `┝━`)...

### What's missing? In a few more words than the title: Routing based on the `Host` header. For example, in my use case I want to provide `example.com` and `staff.example.com`...

request

Currently, [the `ParseError` docs](https://docs.rs/chrono/0.4.9/chrono/format/struct.ParseError.html) don't even mention it's an `enum`, let alone what the variants are and what they mean. There's a lot of good documentation [in the source code](https://docs.rs/chrono/0.4.9/src/chrono/format/mod.rs.html#272)...