Dmitry Shachnev

Results 181 comments of Dmitry Shachnev
trafficstars

To fix build for non-HTML formats, you need a fix similar to this one: executablebooks/sphinx-design#88.

> So, it seems more items are enumerated than actually there? Yes, it seems like that. I think it's a server-side problem. Are you using gnome-keyring or another daemon?

Can you try building and running this small C++ program and see if it shows the same error message? https://gitlab.com/GrantMoyer/lssecret Also does that error persist after restarting gnome-keyring? Do you...

Bootstrap would be super nice, and probably more familiar to potential contributors.

Maybe you can update Neat at least to 1.8 or 1.9? Starting with version 1.8, it no longer requires Bourbon so it should be a bit easier for us to...

Thank you for your bug report. I cannot reproduce this, Ctrl+C works fine for me. - Are you using regular preview or live preview? - Do you have “Edit →...

> Regarding the code formatting, do you use any automation tools so you could share its settings? In new code I use `black` or `ruff format` (which use similar style),...

Thank you for the bug report! It looks like KDE creates a copy of that file on the local filesystem, passes it to the application (ReText), and then watches for...

This does not really require Markdown 3.4, however it requires 3.0. Bumped the dependency accordingly.

Thank you for the bug report! It looks like in f1482116638b1d9d3e3ce41d602e1ef72f1a39cb, I started using functionality that is only available in setuptools ≥ 62.4.0. But Ubuntu 22.04 has setuptools 59.6.0. You...