-
### Part 1
I think there should be an easy way to choose the columns and some way to configure it without actually diving deep because it isn't even working for me.
I think the library should pro…
-
I think there are many benefits to making the concepts library a separate product from mp-units:
1. You use a `standard_case` for concepts, which is inconsistent with the mp-units practices 😜
2. It…
-
## Purpose of the feature (why)
We would like to use Azure AD Single Page Application with PKCE and no client secret. However, after configuring `kubelogin` for such a setup, we receive an error:
…
-
### Discussed in https://github.com/doxygen/doxygen/discussions/11176
Originally posted by **equetzal** October 9, 2024
So, I've been working on setting doxygen on a large project, and I have…
-
I passionately dislike libraries, which put the user API documentation into the c files. It clearly belongs into the header files, where the user (or users IDE) can find it, even when precompiled lib …
-
I've noticed that there are a couple of issues (one still open) regarding the responsiveness of the CMS. I've reviewed the existing collections page and have some suggestions on fixing the layout to i…
-
The current example for clang_build for multiple targets is:
```
my_project
├── shared_headers
| └── header1.hpp
├── my_executable
| ├── include
| | ├── header…
-
Performance profiles show that the biggest amount of time is currently spent in 3 places:
- read from tun
- write to tun
- write to peers
One option which could improve the situation is #102, …
-
I've been trying to implement support for PayPro today but all attempts have been halted due to "missing digest header".
I've confirmed with network inspection that the header is there and I added …
-
currently libraries must have at least 1 implementation file, meaning header only libraries have a single implementation file that contains no definitions. silly.