Max Heller

Results 15 issues of Max Heller

Closes #74 Couple questions @obi1kenobi: - Is there a difference between making separate lints for Structs and Enums vs making one for ImplOwners? - Does rustdoc know the alignment of...

Pandoc's Markdown parser sets relative widths for each column in a pipe table when the table contains long rows, which allows LaTeX to wrap cells to avoid overflowing the page...

Once a new version of Pandoc is released that includes https://github.com/jgm/pandoc/pull/9204 and https://github.com/jgm/pandoc/pull/9353 (both merged), this will fix the emoji and symbol rendering issues in #1708. It doesn't seem to...

Updates `mdbook-pandoc` to [0.5.0](https://github.com/max-heller/mdbook-pandoc/releases/tag/v0.5.0) to use some new features: - Table wrapping (closes #1709) The wrapping logic mirror's [Pandoc's](https://pandoc.org/MANUAL.html#extension-pipe_tables) (i.e., compare the relative widths of the `---` columns to determine...

This is still a WIP, but I've been wanting the ability to see individual laps for power zone rides and this minimally accomplishes that by pulling in the target data...

The docs say that ```ocaml (* [decoder_byte_count d] is the number of bytes already decoded on [d] (including malformed ones). This is the last {!decode}'s end byte offset counting from...

bug

Currently, the global task is always run on `ubuntu-20.04`, but a [global artifact job](https://opensource.axo.dev/cargo-dist/book/reference/config.html#build-global-artifacts-jobs) that I run needs a newer version (e.g. `ubuntu-latest`). Would it be possible to add an...

feature request

### Problem When a link/part title/etc. in SUMMARY.md contains Markdown fancier than plaintext, `mdBook` strips out all of the formatting and uses just the plaintext as the name of the...

C-enhancement

Similar to [`nix::sys::socket::ControlMessageOwned`](https://docs.rs/nix/0.29.0/nix/sys/socket/enum.ControlMessageOwned.html), it'd be great for [`rustix::net::RecvAncillaryMessage`](https://docs.rs/rustix/0.38.34/rustix/net/enum.RecvAncillaryMessage.html) to be able to handle ancillary messages beyond SCM_RIGHTS and SCM_CREDS, in particular the timestamp variants e.g. SCM_TIMESTAMP

enhancement

The implementations of `From for Duration` and `From for std::time::Duration` are lossy because - They go from ints to floats to ints instead of from int to int (both `Duration`s...