Andrew Hutchings
Andrew Hutchings
If you have a heading that is something like "function my_function" then the anchor tag used by mkdocs and pandoc would be `function-my_function` but Doxybook2 generates the link `function-my-function`. The...
I needed to create a menu with a couple of "Information" items as sub-menu items. I did this by using an empty link parent item. This of course still shows...
If you upload an image to the image catalog with an ampersand in it the upload works and it is viewable in the catalog. When attaching this image to a...
**Describe the bug** With an openSUSE Tumbleweed installation and Gnome 44.3, having Dropbox installed with Tray-Icons-Reloaded crashes the entire desktop on login. All plugins get disabled. **Desktop (please complete the...
SST39 has 4KB sectors to erase, so some of the maths is a bit off.
Debian building tried to implicitly enable ColumnStore, but it needs to be explicitly enabled to work. This should fix the AARCH64 BuildBot builders.
When using substitutions inside table (the |substitute| format) riv breaks the substitution and table layout, it appears to be thinking that the pipes were part of the table design.
This code breaks highlighting after the initial function declaration (also breaks in vim's own highlighter). GitHub's own Markdown processor for rst highlighting is more in-line with what I would expect....
A client/server example that uses wolfSSL's ISO-TP transport implementation and wolfSentry to filter ISO-TP's Normal Fixed Addressing method.
This commit creates new public methods to iterate the join cache. This is useful for engine condition pushdown in remote storage engines. In addition to push the condition, we can...