Kayce Basques

Results 22 issues of 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.

for second edition

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...

enhancement
help wanted

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: ![image](https://user-images.githubusercontent.com/4713486/88332436-6ad1d380-cce3-11ea-9065-2acbda8127a0.png) But there's no mention of it in our navbar: ![image](https://user-images.githubusercontent.com/4713486/88332486-8046fd80-cce3-11ea-8ead-c4264e77de1d.png) Or our footer: ![image](https://user-images.githubusercontent.com/4713486/88332534-92c13700-cce3-11ea-8333-f0fe882dc72e.png) Or the homepage.

feature request
P2
eng
accepted

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...

type: feature request
P3

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...