Kayce Basques
Kayce Basques
I had to jump between the code and the text a couple of times to figure out which snippets you were talking about.
On web.dev we never need images larger than `1600px`. I frequently have to ask our contributors to resize their images (in order to keep the repository size down). Are you...
https://github.com/PolymerLabs/actor-boilerplate/blob/master/src/bootstrap.ts#L25 Got an issue or PR that explains why this is needed?
We have this great tags feature:  But there's no mention of it in our navbar:  Or our footer:  Or the homepage.
Hi, I struggled with this yesterday. Here's what eventually worked for me: https://technicalwriting.tools/posts/verbatim-wrangling/ `@code{.unparsed} ... @endcode` worked for me. The solution mentioned in the Handling Leading Slashes section of your...
I was getting this error when trying to get chapter 1 working: ``` riscv64-unknown-linux-gnu-g++ -Wall -Wextra -pedantic -Wextra -O0 -g -std=c++17 -static -ffreestanding -nostdlib -fno-rtti -fno-exceptions -march=rv64gc -mabi=lp64 -Tsrc/lds/virt.lds -o...
Hi, the [Pigweed](https://pigweed.dev) team is interested in using stardoc. One problem: we use [Sphinx](https://www.sphinx-doc.org) and write our docs in [reStructuredText](https://docutils.sourceforge.io/rst.html). Could you all implement reST support? Or would you be...
This could be a clue that the author hasn't thought about linking out.
Subject: Improve usability of core Sphinx themes for people who rely on `Tab`-based navigation ### Feature or Bugfix - Bugfix ### Purpose - Improve the accessibility of core Sphinx themes...