Milkitic

Results 13 issues of Milkitic

- [x] MARiA - Buriki no Dance (Hell-Hundred) [iMagextra].osu (caused by https://github.com/naudio/NAudio/issues/763)

Hitsound issues: - [x] https://sentry.io/share/issue/52fc2864dd904bea9eb0ee52302b7ffa/ Beatmap issues: - [x] BlackYooh vs. siromaru - BLACK or WHITE (Arrival) [Black].osu

经查询,本项目用到了QRCoder依赖,且项目已转成.net 6: #210。但是如标题所示,这会存在问题…… 现QRCoder已考虑转为ImageSharp,然而QRCoder也在等待ImageSharp 2.0的进度。 详见:https://github.com/codebude/QRCoder/issues/315 目前有2个建议方法: 1. 是先转回.net 5 2. 参考https://github.com/codebude/QRCoder/blob/master/QRCoder/QRCode.cs#L31 ,不调用Drawing相关的方法,而是在控制台中直接显示出二维码。

Including dynamic video and storyboard preview, standalone control, better searching experience, etc.

1. Reduce unnecessary `byte[]` allocations (avoid GC) 2. `SigScan` update: P/Invoke with `ref` instead of `out`

1. Use `StopWatch` instead, because the counters will leads to blocking/fake timing behavior currently. 2. Change the static thread's looping to `LongRunning` (A new thread which will not affect to...