Till Schäfer
Till Schäfer
you need to cd to the playbar directory first ...
I have also a missing play/pause button. Do you have any other icons than play/pause missing? Can you elaborate, if the analysis below applies to you or if we are...
just a tip: to keep the history clean, it is good practice to squash the two commits with `git rebase -i HEAD~2` and than force push to upstream `git push...
Can reproduce on Debian Bookworm. > The build only failed when I set `CMAKE_BUILD_TYPE=Release` according to instructions at https://github.com/Project-OSRM/osrm-backend/wiki/Building-OSRM. It looks like this build type causes compiler warnings to be...
fyi * the -Wuninitialized errors should be gone with boost >= 1.80, see https://github.com/boostorg/function/commit/5b4e2797a28f9477d2df5fa915409dac73ff00c6 * the -Werror=array-bounds of sol2-3.3.0 can be fixed by lowering the optimization level to -O2
I can confirm the issue. I would like to add that modified files are working without an issue, but as soon an untracked file is present the commit fails.
Re-encoding with flac 1.3.4 works flawlessly with the following command. The re-encoded files pass the integrity check with version 1.4.x. ``` mkdir .reencode for f in *.flac; do flac "$f"...
Interestingly, also version 1.4.1 can re-encode these files without any problem and the integrity check passes for the re-encoded files.
I have created a backtrace of the point, when the error is printed: ``` (gdb) break decode.c:1491 (gdb) run -t /home/till/temp/Various\ Artists\ -\ Floating\ Point\ 01/01\ -\ Tomzen\ -\ Namaste.flac...
[first_10kib.flac.tar.gz](https://github.com/xiph/flac/files/9808730/first_10kib.flac.tar.gz) here they are