Kuba Andrýsek

Results 55 comments of Kuba Andrýsek

Hi, I am developing a new plugin [ doxygen-snippets](https://github.com/JakubAndrysek/mkdocs-doxygen-snippets-plugin) to easy generate documentation with Mkdocs. The plugin is based on this doxybook project. I hope, I have fixed many of...

My full solution for resolving this problem is [there](https://github.com/JakubAndrysek/google-spreadsheet-frontend).

Hi, I have written a full guide on how to copy Google Drive data to Shared Drive - keep the same folder structure using Google App Script. I hope it...

Same for me. Borders crashed more than five times per day. Running as brew service ```bash #!/bin/bash options=( style=round width=6.0 hidpi=off active_color=0xff46ccff # https://encycolorpedia.com/46ccff inactive_color=0xff414550 # https://encycolorpedia.com/414550 ) borders "${options[@]}"...

Hi, I would like to merge this feature during the summer holidays when I will have more time for projects like this.

Hi a week ago, I have merged commit that fixed rendering code in document section. During this process, PR changed some Jinja files. Please look at this commit and try...

Have you found the problem? Does it work fine after changing the custom Jinja file? https://github.com/owntech-foundation/Documentation/commit/dbee6566d3f6dc92e29290241f8c4ace4897253f

Might I ask you what you are changing in the templates? Do you have some features that might also be included in the main branch? Thanks

I am adding the `` tag to the main branch, as you described. It looks nice. ![image](https://github.com/JakubAndrysek/MkDoxy/assets/33494544/71f1c09c-daa9-493d-9095-f2801de2626a)

Oh, I have simulated your issue in my dev container, and I am trying to fix it. That is the real bug.