Thomas Braun

Results 103 issues of Thomas Braun

Is it possibel to use rst labels in the embed:rst blocks? I've tried to add that into the examples ```diff diff --git a/examples/specific/rst.h b/examples/specific/rst.h index 7c9a54b1..4d0c8ac0 100644 --- a/examples/specific/rst.h +++...

enhancement
code

breathe version 4.31.0 Having doxygen code like ```doxygen /// @file MyFile.ipf /// @brief comment /// /// @anchor myanchor /// ... ``` I would like to refer to the anchor from...

When I execute `make html` with 9fb353a8 (changelog: update for #687, 2021-05-02) and sphinx 3.5.4 I get ``` E:\projekte\breathe\documentation\source\specific.rst.rst:131: WARNING: Parsing of expression failed. Using fallback parser. Error was: Error...

Here on nginx of debian buster I had to remove the `root` directive as nginx complained. The working setup to be included in a server directive is: ```nginx # BEGIN...

Run the whole thing in a debian buster docker image, see https://stackoverflow.com/a/58521709

I came here from https://forum.graphviz.org/t/optimizing-dot-files-by-removing-redundant-information/603/3. Thanks for this app. This looks really nice already! One thing I noticed while playing around, when editing the following graph, http://magjac.com/graphviz-visual-editor/?dot=digraph%20G%20%7B%0A%09graph%20%5Bcenter%3Dtrue%2C%0A%09%09compound%3Dtrue%2C%0A%09%09fontcolor%3Dblack%2C%0A%09%09fontname%3DHelvetica%2C%0A%09%09fontsize%3D14%2C%0A%09%09penwidth%3D0.1%2C%0A%09%09ratio%3Dcompress%0A%09%5D%3B%0A%09node%20%5Bcolor%3D2%2C%0A%09%09colorscheme%3Dblues4%2C%0A%09%09fillcolor%3D1%2C%0A%09%09fontcolor%3D4%2C%0A%09%09fontname%3DHelvetica%2C%0A%09%09fontsize%3D13%2C%0A%09%09label%3D%22%5CN%22%2C%0A%09%09shape%3Dellipse%2C%0A%09%09style%3Dfilled%0A%09%5D%3B%0A%09edge%20%5Bcolor%3D2%2C%0A%09%09colorscheme%3Dblues3%2C%0A%09%09comment%3D%22Wildcard%20edge%22%2C%0A%09%09fontcolor%3D3%2C%0A%09%09fontname%3DHelvetica%2C%0A%09%09fontsize%3D10%2C%0A%09%09style%3Dsolid%0A%09%5D%3B%0A%20%20%20%20n24%20%5B%20shape%3Dellipse%5D%0A%20%20%20%20n25%20%5B%20shape%3Dellipse%5D%0A%7D%0A, the default node...

enhancement

Could be JSON using `--json` in a format like ```json { "exitcode" : 0, "issues" : [ { "description": "", "location":"", "severity": 10}, ] } ```

category: enhancement
topic: validator

Close #990. Requires https://github.com/hdmf-dev/hdmf/pull/280.

I'm trying to add some get_class defaults for ndx-MIES as requested by @rly in https://github.com/nwb-extensions/staged-extensions/pull/15. But it fails on the recursive type definition: https://github.com/t-b/ndx-MIES/blob/5e91258312b835aab87942d336081cec37192f86/src/spec/create_extension_spec.py#L55-L67 Versions: pynwb 1.4.0 hdmf 2.2.0 Reproducable...

category: bug

I started using Boost.Test (again) in a new project. I would like to use cmake/ctest for building and test management. Unfortunately this is not easy possible with 1.74 (debian bullseye)....