Johannes Wikner

Results 7 issues of Johannes Wikner

This fixes https://github.com/robinbowes/flac2mp3/issues/58 by disabling id3v23_unsync for MP3::Tag by default. In case there are special cases I guess it could be re-enabled. Also up for inverting the argument (eg. --no-id3v23unsync)...

If the input flac contains strange multibyte characters it results in the output mp3 to have bad id3v2.3 tags. Some tag parsers do not care about this. `mediainfo` shows the...

![image](https://user-images.githubusercontent.com/1434608/173450125-a782a469-52da-44dc-8fef-bc3e10cd83a6.png) I wanted to be able to sort my playlists by date created. Let me know if you'd be interested in having this for upstream deadbeef

### What reproduces the bug? ```sh sudo bpftrace -e 'enum foo { BAR }; struct MyStruct { int y[4]; } BEGIN {printf("%d\n", BAR); $s = (struct MyStruct *) 0; $s->y[BAR];...

enhancement
waiting-on-author
difficulty: medium

This simplifies the adding of frames during boot. It also fixes a bug for configurations with > 1GB memory. After the initial 4K frames, the current (`cur`) is aligned to...

Adds atan function which believe many of us have been missing alot. Basic tests are there. Thanks!

Missed some spots from setting id columns to 30 characters. (https://github.com/prisma/prisma-engines/issues/878) We learned this the hard way (production db) and it was quite hard to debug since the error message...