Dennis Terhorst

Results 18 issues of Dennis Terhorst

When going to the URL, instead of NEST Desktop or a login window showing up I sometimes get this error message: ![Screenshot_area_20200507_163859](https://user-images.githubusercontent.com/19151396/81308936-ab299a00-9082-11ea-8f84-ee0d83ffadac.png) 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

T: Bug
S: High
I: Behavior changes

**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...

T: Bug
S: Normal
I: No breaking change
stale

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)...

S: Normal
T: Maintenance
I: No breaking change
stale

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...

P: Blocked
S: Normal
T: Maintenance
I: No breaking change

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...

T: Enhancement
S: Normal
I: No breaking change

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...

S: Normal
T: Maintenance
I: No breaking change
stale

This change adds one more build to the CI/CD chain to test for the Boost dependency.

S: High
T: Maintenance
I: No breaking change
stale

**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),...

S: Normal
T: Maintenance
I: No breaking change

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 .

S: Normal
T: Maintenance
I: No breaking change
stale