Brian Dominick
Brian Dominick
Right now when a hyperlink to a local anchor gets processed, it looks something like this: ``` #heading=h.cughuow97z4o[local link] ``` This seems to just be a direct copy, but I...
A couple little changes in these commits. One just improves (I think) spacing around code listings. The other prepends anchor slugs to every heading. I've found other tools doing this,...
Tell me if I'm stepping on any toes, or if you have a better place for this discussion, but I was thinking maybe we could just use a thread to...
This whole chapter is fleshed out and re-opened to review. **TL;DR**: If you know what you're doing on GitHub, here's a **[rendered PDF of the chapter](https://github.com/briandominick/codewriting/files/1692437/codewriting-book-draft-regex-chapter.pdf)**. Thanks for checking it...
## Problem The current setup instructions work fine for anyone without Docker yet installed, but they treat Docker installation and Git cloning as simple steps. The current Docker Engine link...
## Problem The current README is not in the most useful order for newcomers to discover and use. The Contributing section is earlier than expected, and the Software Versions section...
## Problem It is very unclear from the README who this codebase is for, and common public search queries may lead unsuspecting end users here while looking for licenses/tools from...
## Problem The current Markdown files in this repo (at least those I've reviewed) use hard breaks inside sentences (probably at about row 80?). This style is considered archaic and...