Jannick Kremer
Jannick Kremer
### What version of Hugo are you using (`hugo version`)? $ hugo version hugo v0.102.0-DEV-15463f835bbadd6f86158b83cb1499721ae2269f linux/amd64 BuildDate=2022-06-16T07:51:58Z VendorInfo=mage ### Does this issue reproduce with the latest release? Yes Currently, the...
Fixes the reading time for mixed texts, by computing separete word counts for CJK and non-CJK texts, then computing their reading times separately via the two formulas, and finally summing...
### Does your log mention database corruption? No ### Include required information Setup: Sharing one folder between my PC and laptop. There's no ignore patterns involved. Versions: Syncthing & OS...
This allows rap notes to be interpreted as freestyle, which can be toggled in the menu by pressing `T`. Open questions: 1. imo this should be visualized somehow, showing if...
### Actual behaviour Songs with non-ascii characters in their folder name are not picked up by USDX on my Windows install. E.g. usdb ID 28636 "Die Schlümpfe - Kleine grüne...
This is a first attempt at a Github Actions CI. It currently successfully builds for Windows (32 btit), MacOS (Intel) and Linux (64bit). There's still a few problems and open...
Instead of picking a random song whenever R is pressed, this generates a random permutation of all songs, goes to the next one in that order every time R is...
The Musixmatch API has changed, so the existing implementation does not work at the moment. It has been temporarily replaced by a simple Goolge search link
This updates the ffmpeg dlls for Windows to 7.0. Built using an adapted MXE, see my [ffmpeg.mk](https://github.com/DeinAlptraum/mxe/blob/ffmpeg-test/src/ffmpeg.mk) and [build script](https://github.com/DeinAlptraum/mxe/blob/ffmpeg-test/.github/workflows/build-ffmpeg.yml). A couple open questions: what are the ffmpeg-associated lib `.debug`...
Add a flag and config ini options `"enable_installed_packages"`. Setting it to `True` instructs mypy to typecheck also modules that do not have stubs or a `py.typed` marker. Fixes #8545