Jonathon Jongsma
Jonathon Jongsma
The molokai and monokai themese don't color the html tags any different than the text content within a tag. Here's what I see with `molokai`:  Here's what I see...
It feels a bit surprising that `table.count_rows()` would not return only the number of data rows, but also include the header row. For example: ```rust fn main() { let table...
There is no documentation for what changes are in releases, and there are no tags (after 0.17.0) in the github repository to indicate which commit corresponds with which release version...
When using the krun runtime handler with podman, commands with special characters often fail due to an apparent bug in parsing. For example, the following command works fine: ``` $...