RNDr. Simon Toth

Results 8 issues of RNDr. Simon Toth

I just did a fresh install under WSL2 on Win11 Pro. ``` conda activate cling conda install xeus-cling jupyterlab -c conda-forge jupyter-notebok --generate-config # added c.NotebookApp.user_redirect_file = False jupyter-lab ```...

I'm not 100% sure whether this is an issue with Breathe or Sphinx itself, but: ``` /** \brief A custom type This is a longer description for a custom type....

It seems that the implementation dependencies are not included in the compilation context, so clang-tidy doesn't see the headers. I tried to debug this problem, but I actually have no...

### Is your feature request related to a problem? Please describe Trying to use fixit in Compiler Explorer results in a linker error: https://compiler-explorer.com/z/4E4PfPMY9 This is only part of the...

request

### What is your question? I want to build against a hardened version of libc++ (with container-aware iterators), so my first thought was that there surely must be a package...

I had to add `-d=docs` to the command, since jsdoc would not run without it, but I'm still getting an error when I run `jsdoc -c jsdoc.json -d=docs`: ``` java...

**Describe the bug** Connection is pending forever for subscriber sockets. **Reproducing** ``` import * as zmq from "zeromq" async function run() { const sub = new zmq.Subscriber; sub.connectTimeout = 200;...

bug

The clang-format package and the corresponding hook are great. I also rely on clang-tidy to enforce code style specifically through the `readability-identifier-naming` check. However, there doesn't seem to be any...