John Hennig
John Hennig
So I spent some more time on this, and I've come to the conclusion that it must be some kind of bug in that Java VM which ships with Comsol....
Yeah, that might explain the behavior of these threads. They seem to be doing some kind of book-keeping as they often do eventually die on their own. Calling `System.exit()` directly...
This issue seems to be resolved with the release of Comsol 6.0. I can no longer produce these errors in repeated tests, which I could before, with Comsol 5.6. I'm...
>Logistically, perhaps we need to [upper bound pin the supported Python version](https://github.com/jpype-project/jpype/blob/82a7658277b36c628ea305ea705cd012d81471dd/setup.py#L61) now to avoid issues in the coming weeks. As much as I would want to shield users from...
I'm very much interested in this feature as I've been using Markdown doc-strings for a while and would like to move from recommonmark to MyST. By the way, it took...
> Here is a trick to have Markdown docstring with commonmark. I guess it could be done with myst_parser. Yes, it does work with MyST. Since my [earlier comment](https://github.com/executablebooks/MyST-Parser/issues/228#issuecomment-810488701) here,...
Converting the directive header may be fairly straightforward, but some of the domain directives will have a body with content that contains domain directives again. So these directives will be...
I now have a working demo that uses MyST to parse the doc-strings: * [Read-the-Docs] build * [GitHub] repo I wrote two custom Sphinx extensions: * [MyST-docstring] to replace [Autodoc]...
For what it's worth, I've always felt that the most intuitive Markdown link syntax extension for MyST would work as follows: * [Inline links] work just the same as in...
@chrisjsewell Yeah, okay. But it seems that, between you and John MacFarlane, you both agree that that particular example from the CommonMark spec isn't all that useful. And I would...