Nils Vu
Nils Vu
@vermeeren I might be misinterpreting this, but here's why I determined the issue is in Breathe, not in Sphinx: I added this commit https://github.com/nilsleiffischer/sphinx-bugs/commit/698e3b2689eafc0b3061f8921c336e00a081f0fe to the minimal working example https://github.com/nilsleiffischer/sphinx-bugs/tree/master/issue_breathe_templates....
@jakobandersen Yes I think you're right! I filed the issue here: https://github.com/doxygen/doxygen/issues/8465
Sure, here's an example: ```py import rich.traceback import multiprocessing def fail(): raise ValueError("Fail!") if __name__ == "__main__": rich.traceback.install(suppress=[multiprocessing]) with multiprocessing.Pool() as pool: pool.apply(fail) ``` Output with this PR: Without this...
Should be fixed, just needs your approval to run CI
@matthiasdiener @NK-Nikunj This is excellent, thank you so much for your efforts in this direction! Here are a few things I noticed: - I recommend you use CMake's `configure_package_config_file` and...
Sounds great @NK-Nikunj! I intend to test our build system with our `FindCharm` module for a while, and then see if we can contribute some of the features upstream to...
@NK-Nikunj I looked at the charmlite repository a bit. Do I understand correctly that it is a more C++-native interface to Charm++, that is based on templates rather than .ci...
After installing `greenlet`: ``` $ pip install greenlet Collecting greenlet Downloading greenlet-1.1.2-cp39-cp39-macosx_10_14_x86_64.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.8/92.8 kB 1.2 MB/s eta 0:00:00 Installing collected packages: greenlet Successfully installed greenlet-1.1.2 $ pip...
Yes! Is this on the horizon?
@arwedus would you mind sharing the script? I would also like to voice my support for a more sustainable solution here. I think @arwedus suggestion for math formatting with $...$...