James Young
James Young
As a beginner, your book was great for helping me get up to speed! Reading through it, I added bookmarks for the typos, and I thought I'd make a PR...
[From a discussion on Hacker News:](https://news.ycombinator.com/item?id=30832145) >> Given the name I'd at first figured it was an official Caddy project, but that does not seem to be the case. >...
## Summary I made an epub, and the text doesn't change from black when in dark mode in Bluefire Reader on my iPad. - HonKit version: 3.7.1 - Calibre /...
| Q | A | ------------- | --- | Device? | iPad | Device Os version | 14.7.1 | App Version | 6.0.4 | Wallabag server version | 2.4.0 ###...
_This is a proactive hardening measure; this is not a reaction to a current issue._ The resource currently doesn't verify the ssh key when it performs git clones - [reference.](https://github.com/concourse/git-resource/blob/d86bd0a8e7da75650ee4e0a08d6af28746754ffb/assets/common.sh#L18)...
We want to describe some pseudocode, with placeholders, like, toward the end of chapter 1.6:  ### previously At times, we've had: * *italics* in a `code block`, which...
There are places where tables are used to roughly format code. We should use code blocks instead. I used Sublime Text and option+mouse drag to make a rectangular selection. I...
> tags: scripts, grep, prettier markdown Normalize e.g. from `**Exercise 6**.**6** [**m**]` to `**Exercise 6.6 [m]**`
> tags: script, prettier markdown Switch to `(regex)` from (`regex`). If that's hard to read: ``` good: `(exp)` bad: (`exp`) ```
Using the cleaner source is nice, but the code it emits is error-prone. The source basically has `` around each line in a code block. 1. I built a script...