Hannes Vogt

Results 11 issues of Hannes Vogt

Thanks for this cool extension! Also thanks to @fehrlich for the latest additions to Python visualization. Would you mind releasing a new version with the Python support? I got it...

**Problem** Application doesn't launch after a system upgrade on OpenSUSE tumbleweed. Probably fixed by an electron update. Several apps were affected as well (e.g. vscode, discord). See https://github.com/microsoft/vscode/issues/132609 and https://github.com/electron/electron/pull/30893...

**Describe the bug** If dace is imported in a jupyter notebook it tries to talk to the internet. https://github.com/spcl/dace/blob/b54a3c61baf8f0c696718ac451bb707929c33ee9/dace/jupyter.py#L70 Recently GT4Py added testing jupyter notebooks with Github actions which fail...

enhancement
visualization

What's the design rationale for having the halo on the function space constructor and not on the mesh constructor, since it changes the mesh? It's quite unexpected. My pattern is:...

Type: Question

I got the following warning with gcc 9, didn't look into the problem, but could be a problem in cpp_bindgen: ``` cosmo/dycore/src/dycore/Bindings/dycore_base_bindings_float.h:125:6: warning: ‘gt_tracer_add_metainfo0’ violates the C++ One Definition Rule...

There is [bcp](https://www.boost.org/doc/libs/1_70_0/tools/bcp/doc/html/index.html) to extract libraries from boost which allows also changing the namespace to avoid collisions with other boost libraries used in user-code. However, I don't think it is...

question

When the user has Fortran enabled, the bindings will be build which will produce a .mod file. This module file will be placed in the CMAKE_CURRENT_BINARY_DIR (default). If the user...

cpp_bindgen does not compile anything, but just installs sources which are then (automatically) compiled by the user. In the case where the user uses FetchContent, the install target of cpp_bindgen...