Ximin Luo
Ximin Luo
> Not sure if there is another way ln -sf could fail. This is unrelated to the bug. `ln -sf` cannot fail by creating instead a hardlink. Something is calling...
A workaround for end users that have no control over the `.deb` creation process, is to install the package with `dpkg --path-exclude` then create the symlinks manually. For example for...
In the real world you can't expect unrelated strangers to fix boring bugs on your own project for free. I've reported exactly how to fix it, this is already more...
> From what I understand, update-alternatives is supposed to create symlinks, not hardlinks Furthermore, the files being hardlinked that users have reported are *icons*, not the binaries that are managed...
> Have a think about what's dealing with the icons. Also, the icons are created as hardlinks directly in the data portion of the deb file. In other words, this...
That sounds great! Just wanted to add that my own use-case is docutils only and does not depend on sphinx, so I hope all the features that #613 talks about...
Note, merely suppressing the warning doesn't work: 1. it only works [via sphinx](https://myst-parser.readthedocs.io/en/latest/faq/index.html#suppress-warnings), not when using docutils directly. 2. the output continues to be `` not ``.
> But setting aside that, with the develop version of myst-parser: > > ~~~~ > myst-docutils-html lol.md --myst-suppress-warnings="myst.header" --no-doc-title --initial-header-level=2 > ~~~~ > > ~~~~ > ... > > >...
It may be necessary to add angle brackets to my original examples, for them to be syntactically valid commonmark, as per your link. However that is a separate issue. The...
Try rebuilding wineasio as I described [here](https://github.com/wineasio/wineasio/issues/24#issuecomment-1808183262). Then, you need to manually copy the 32-bit library into the `syswow64` folder AND NOT the `system32` folder. Also make sure the 64-bit...