Henrik Finsberg
Henrik Finsberg
@mbarzegary Thanks a lot for the comprehensive review. We really appreciate the time and effort you put into this. I agree all your concerns and I will spend some time...
> Hi @finsberg, please let me know when you feel you've addressed everything you want to do, then I'll begin reviewing everything and seeing if we're nearing completion 😄 -...
> 👋 @finsberg - just checking on any possible update... @danielskatz Sorry for the delay. We have a few more small things to fix. We should be able to fix...
@AoifeHughes Apologise for the delay. We have now addressed all the issues from @mbarzegary. The reason it took so long was because we had to make quite a lot of...
@editorialbot check references
@editorialbot check references
@agoose77 Why not just install JB with [`pipx`](https://pipx.pypa.io/stable/) ?
Thanks @chrisjsewell. Indeed, adding the following lines ```yaml sphinx: config: suppress_warnings: ["mystnb.unknown_mime_type"] ``` to `_config.yml` makes the problem go away. However, I would argue that I think this should be...
Thank for the tip with conda! I think this would be possible to achieve with cibuildwheel (https://github.com/pypa/cibuildwheel). I would be happy to try to add a github action for building...
The following code can be used to read a facet tags from a tagged mesh (also works in parallel) ```python import adios4dolfinx import adios2 import numpy as np comm =...