Jonathon Jongsma

Results 4 issues of 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`: ![image](https://github.com/user-attachments/assets/b4e1447d-e352-4130-a655-c34e12cba592) Here's what I see...

C-enhancement
A-theme

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

question

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

documentation

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: ``` $...