Olivier Jacques
Olivier Jacques
Interesting: ``` Opening Keyboard device... Error: open failed Traceback (most recent call last): File "SynthesiaKontrol.py", line 26, in init File "hid.pyx", line 66, in hid.device.open OSError: open failed ``` Few...
@LOULIO - can you try the [latest version](https://github.com/ojacques/SynthesiaKontrol/releases)? There was an issue with S49 MK1, but it should be good now.
@SonderofYugen - there was an issue with S88 MK2, which was just fixed. Can you try the [latest release](https://github.com/ojacques/SynthesiaKontrol/releases) and report?
@cjuggernaut, I don't have to have Komplete Kontrol opened myself. In fact, having KK opened causes issues. What happens if you don't have it opened?
@squidfunk - should be good now with 1.0.1.
The way to get contributors has completely changed. The plugin does not anymore try to guess / match local git commits with users in github, but rather gets the information...
I created a new version - 1.1.0 which re-introduces a cache, per page. In my tests: - Building mkdocs material documentation without the plugin: 11s - Building mkdocs material documentation...
> If I update to 1.1.0 on Insiders, I'm now greeted with the following error message: > > ``` > File "/Users/squidfunk/Desktop/Projects/Personal/Sources/mkdocs-material-insiders/venv/lib/python3.8/site-packages/mkdocs_git_committers_plugin_2/plugin.py", line 74, in list_contributors > return self.cache_page_authors[path]['authors'], self.cache_page_authors[path]['last_commit_date']...
> Sorry to jump in, is the new version of `git-committers` returning correct commiters of the document? @jasonren0403 - yes. With version 1.x.x, the contributors you see on GitHub are...
> Thanks! Now, all avatar URLs are `#`? If I check `authors.json`, I only see `#`: In the new version, the cache is named `page-authors.json`. For me, it looks correct...