Stefan Schulz

Results 10 issues of Stefan Schulz

When running a parallel build, duplicate needs aren't always detected. This is because need IDs are only scanned for duplicates when they are read, not when parallel processes are merged....

**Describe the bug** Comments are ignored if they cannot be assigned to a member (variable, function, class, etc). Examples: - *does not work* ``` /// My Comment ``` - *does...

Usage

With the release of v3.3.0, doxysphinx dropped the requirement for dart-sass in favor of libsass. However, according to the [libsass homepage](https://sass-lang.com/libsass), it is deprecated and dart-sass should be used instead....

I'd be interested in a feature that allows users to load d3.js locally instead of from unpkg (similar to loading mermaid.js locally). Of course, I'd be happy to contribute this...

**Describe the bug** When using more complex math (e.g. matrixes), doxysphinx seems to skip the respective hpp/cpp files without an error message. **To Reproduce** Steps to reproduce the behavior: 1....

Hi all, I noticed that the links in needflows seem to be broken when they are generated using the new graphviz engine. See, e.g,, https://sphinx-needs.readthedocs.io/en/latest/directives/needflow.html#needflow Example 1 The need links...

**Describe the bug** The bug occurs when shutil is trying to delete files with really long paths whilte the EnableLongPaths registry entry is not set. ``` File "...\Python310\Lib\site-packages\doxysphinx\utils\files.py", line 143,...

Dependency updates; e.g. depandabot PRs; cause the CD to fail with an error message, marking the repo as 'failing to build'. This is because commitizen fails when no new bumpable...

bug
dependencies

Uses long path prefix on NT systems. Introduces tests for Windows. Fixes #156

The current release workflow triggers a release whenever a fix commit is merged. This leads to releases having only one minor fix contained. We should move away from this and...

enhancement