Milkitic

Results 6 comments of Milkitic

I have a solution in my exist project if you would like to take a look. https://github.com/Milkitic/Osu-Player/blob/master/OsuPlayer.Wpf/lang/default.xaml Store localization in xaml and Use `DynamicResource` for every where. https://github.com/Milkitic/Osu-Player/blob/master/OsuPlayer.Wpf/Styles/i18n.xaml Use a...

Hi. I'm not sure whether this program can run on wine since it was totally not tested. But I may provide some help to resolve the error according to your...

感谢开发者大大们,这里有一些小小的建议: 1. 能动态设置在线状态(目前我发现仅可以在启动配置文件中更改) 2. 获取群公告 #493 ,群公告更新事件 3. 获取私聊历史记录(有聊天记录锁怎么办)?这对私聊用的机器人很有帮助 4. QQ级别的获取/设置群内屏蔽用户,获取/设置群免打扰,获取/设置用户屏蔽?这样相关设置可以随账号走 题外话,听说QQ内测版类似Discord,要分频道?可能会有大变动 再度感谢

MiniWindow及TrayIcon将会移除,将采用新的状态栏WindowsApi.

Could you please explain with more details? Currently I cannot understand clearly. 没记错我们应该B站认识吧,可以说中文

Old issue but if you just want to play audio, you can try to remove tags before reading. My temporary solution: https://github.com/Milkitic/Milki.Extensions/blob/main/src/Milki.Extensions.MixPlayer/NAudioExtensions/Wave/SmartWaveReader.cs#L145-L166