Laurent Franceschetti

Results 121 comments of Laurent Franceschetti

If you need both, how to you know the difference between simple click and double-click?

Sorry for not answering faster. The [list of protocols available for git is defined here](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols). The command fo setting up a "local" remote repo is the same as for any...

Thanks a lot and this is totally understood! I wish I was able to submit a PR but it is beyond my skills and time at the moment. 🙂

1. The question of the csv separator and dialect is, in my view, slightly different because it involves very few changes in the code (the csv module provides the necessary...

For more information on fralau/mkdocs-mermaid2-plugin/issues/8: with the [mermaid2 plugin for mkdocs](https://github.com/fralau/mkdocs-mermaid2-plugin) we are indeed in the process of implementing @facelessuser's custom loader, as a complement to the standard loader, to...

This could be a [mermaid-js issue](https://github.com/mermaid-js/mermaid/issues); or more likely an [mkdocs-material issue](https://github.com/squidfunk/mkdocs-material/issues) (if you are using it?). I suggest you post the issue on the most relevant project (note that...

Do you intend to post the question on their issues list? If yes, could you reference it on this issue?

It is true that the code is cutting the last part of `git describe --tags`, i.e. anyting before `-`. The question is whether that behavior would be requested by all...

That cut looks arbitrary to me; that was my own idea, but I don't see any compelling reason for keeping it.

Let me know if that fixes it for you?