jothepro
jothepro
In https://github.com/doxygen/doxygen/commit/260f2fadf8b780d824cba2e490d119e759ada101 custom styling for scrollbars was introduced. I'd prefer to keep the default browser scrollbar in some places, though. Unfortunately it is [not possible to deactivate the scrollbar customization...
I am currently trying to connect to my Pygls server from Visual Studio. Unfortunately Visual Studio is sending unexpected values for `CompletionItemKind` and `DiagnosticTag` in the `initialize` message Contents of...
As a CMake user I would like to call djinni by simply calling a CMake function that I imported from djinni. The call should look something like this: ```cmake #...
Inspired by @a4z's thoughts I'd like to propose splitting the single repo up into multiple sub-projects to separate the different components into self-contained codebases. This helps clean up the repo...
As a project maintainer I need more feedback & help from other djinni-users to make this a true community-project.
As a project maintainer I want to document our workflow for code changes in the project. @a4z recommended the [Collective Code Construction Contract](https://rfc.zeromq.org/spec/42/) from the ZeroMQ project as a template.