Thank you for your comments :)
I tried again this morning, and the problem persisted... I have
just reinstalled my D environment. It must have been badly
installed, because now everything is working normally.
Looking at the installation files, I saw that there was a
dependency to libcurl. Maybe it hadn't been installed correctly
before. To convince myself of this, I simply removed the dynamic
library from dub binary, and recovered the same error as in my
original post. So there you go, the problem seems to be solved
now.
It's strange, I had done the same installation...
On Thursday, 6 August 2020 at 11:38:08 UTC, Mike Parker wrote:
This is a web frontend for plain-text newsgroups at
nntp://news.digitalmars.com, which also has a mailing list
frontend. So it doesn't support fancy code formatting. If you'd
like, you can set the code off with Markdown-style backticks:
```
// Some code
```
It's a common idiom here. And, one day, the web frontend may
get the ability to display > such code blocks in a formatted
manner.
As for links, just paste the plain-text link and the forum
software will linkify it. It's common to use a Markdown-style
footnote. So, for example, I might recommend like this that you
visit dlang.org [1].
Alternatively, you could put the link on a new line:
https://dlang.org/
Up to you.
[1]: https://dlang.org/
I will apply the conventions of the forum then, thank you :)