Olivier Jacques

Results 48 comments of Olivier Jacques

Thanks ! Can you try with those instructions? https://superuser.com/a/1106248

@squidfunk, I hate to hijack this issue, but performance is one big reason I had to fork this project to create my own (I really dislike forking, but had to)....

> Maybe you can try it on the Material for MkDocs repository and track it down. I'm currently working on a [tighter GitHub integration](https://twitter.com/squidfunk/status/1530569101982179328) for this plugin and the `git-revision-date(-localized)`...

@squidfunk - after testing against mkdocs-material, I pushed a [new version](https://github.com/ojacques/mkdocs-git-committers-plugin-2/commit/51b3aa32303a969e853894700fcab6c8fcb3eafe) (0.4.0), which: - handles more (all?) cases - remove duplicated authors even if GIT authentication was different It does...

> Caching between builds is not there yet, but I can work on it by saving the dictionary file at the end of site generation and attempting to load it...

@byrnereese Absolutely. I will issue a PR against this repo. It may be big / hard to review. I apologize in advance. Also, I got contributions lately against my fork...

This is so cool! Getting contributors listed in pages has been a big incentive for readers to be turned into contributors. I will look at the first issue reported and...

Thanks @byrnereese! Although fulfilling the same goal, the plugin has now a very different implementation, directly getting contributors from GitHub (although not through an API). Along the way, I am...

For distributions - such as Ubuntu - one can use the [Liberation Fonts](https://en.wikipedia.org/wiki/Liberation_fonts), as an alternative to Arial.ttf with this workaround : ``` sudo ln -s /usr/share/fonts/truetype/liberation2/LiberationSans-Regular.ttf /usr/share/fonts/truetype/msttcorefonts/Arial.ttf ``` ![output](https://github.com/awslabs/diagram-as-code/assets/5385290/4a2670d9-0fcf-4f1c-921e-403b41ec039a)...

As we have the GitHub username, we can fetch those details with an additional GraphQL call. I guess the API token and caching will have to come back! I don't...