Dennis Terhorst
Dennis Terhorst
When going to the URL, instead of NEST Desktop or a login window showing up I sometimes get this error message:  I noticed that eventually the tab gets redirected...
This assert adds a barrier which is not there when running with `NDEBUG`. Both cases are probably not what was intended. https://github.com/nest/nest-simulator/blob/39f4e683cbf5bd78610ac82693790c528fc74179/nestkernel/event_delivery_manager.cpp#L798
**Is your feature request related to a problem? Please describe.** The running in notebooks page [doc/htmldoc/examples/running_notebooks.rst](https://github.com/nest/nest-simulator/pull/2605/files#diff-7fb72069153e4fdc296f3af64fe3ded504b578f6aa15e773c5e72fa49374162d) currently states that one should install package via `pip`. These are untracked dependendencies and...
The documentation on [OpenMP settings](https://nest-simulator.readthedocs.io/en/stable/hpc/threading.html#table-of-openmp-settings) is inconsistent: > | `export OMP_PLACES="{a : b : c}"` | OpenMP places are a, a+b, a+2c, … a+nc=b (numbering usually relates to cores/hardware threads)...
This adds badges from the EBRAINS badge service to the top level README. Currently the badges are not specifically linked to any page, so suggestions where to point are very...
This is an addendum to #2880 adding a `pre-commit` run also to the CI pre-build checks. The `shellcheck` is also added separately to address language specific linters on the same...
The `pathlib` library provides many path-manipulation functions in a platform independent and widely use way. Currently the `conf.py` uses a mixture of `str` and `Path` objects that leads to confusing...
This change adds one more build to the CI/CD chain to test for the Boost dependency.
**Describe the bug** The [check_copyright_headers.py](https://github.com/nest/nest-simulator/blob/d6bce1c99abd878e89d54507b1ce68704f0dd35c/build_support/check_copyright_headers.py#L82) will notify if code files are missing the usual header. This currently does not include `*.js` files used in the documentation. **To Reproduce** [CI passes](https://github.com/nest/nest-simulator/pull/3203),...
The code style of tests seems to be not consistent with code style guidelines and thus seems to be unchecked. A similar situation is described in #3231 .