Axojhf

Results 8 issues of Axojhf

### 问题描述 目前哔哩的动态只能查看已关注用户的,而且不可以选择某个用户去查看对应的动态,希望能添加相应的功能方便动态的浏览,评论,转发 ### 描述解决方案 在点开用户头像弹出的用户信息页加上一个显示用户动态的相关按钮,界面之类的,然后每个动态样式使用现有动态的样式就可以了。 ### 备选方案 _No response_ ### 附加信息 _No response_ ### 人人为我,我为人人 提出问题就是我对哔哩的期许

功能 💡

In some cases, curl can't get the real page after the URL page jump, what is the way to get the real page title from Chrome or SAVE_SINGLEFILE.

**Is your feature request related to a problem? Please describe.** 做.NET的Binding,准备尝试自动处理mdk依赖库,现存的那个nuget包含了很多可执行文件之类的,包体积相对较大,可否提供仅含有动态库nuget包方便只需要动态库的情况。 另外,之后可能会有跨平台(Linux等)的想法,可否把其他端的包也一起打包成nuget **Describe the solution you'd like** 可以参考[Avalonia.Angle.Windows.Natives](https://www.nuget.org/packages/Avalonia.Angle.Windows.Natives)的打包文件夹样式 ![image](https://github.com/wang-bin/mdk-sdk/assets/20625305/c5655a92-c10d-48b4-b653-7912bc21ccc3) 还有[SkiaSharp.NativeAssets.Linux](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux)和[SkiaSharp.NativeAssets.Android](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Android) ![image](https://github.com/wang-bin/mdk-sdk/assets/20625305/1cd2a281-01c4-45c3-b2ee-2ff6da3c7836) ![image](https://github.com/wang-bin/mdk-sdk/assets/20625305/ee2bbb10-332e-4629-b96c-f9e360b02330) **Describe alternatives you've considered** 如果大佬觉得很麻烦,可否允许我重新打包并在nuget分发 **Additional context**

之前尝试在Avalonia里使用Vulkan作RenderAPI,但是没显示成功过 Avalonia的官方Vulkan示例里给外部提供了至少VkImage,想问MDK这边VulkanRenderAPI最少需要设置哪些部分才能正确渲染 (抱歉对Vulkan基本上一窍不通😂,单纯是想找一个最佳的集成方案)

**Is your feature request related to a problem? Please describe.** 某些情况下可能需要把音频播放到指定音频设备,目前好像没看见可以选择播放设备。 WASAPI是Windows Vista加入的低级音频组件(可能音频渲染质量更好?也支持独占音频设备),(貌似XAudio2内部也用到了它)。 **Describe the solution you'd like** 音频输出设备选择感觉更实用一点,暴露给用户的形式可以参考MPV,Windows上类似如下(uuid不知道mpv是怎么生成的,下面这个uuid是用powershell New-Guid生成的,不是原值): ```bash List of detected audio devices: 'auto' (Autoselect device) 'wasapi/{b2f06300-2ff6-41d7-a97e-98309a031a5f}'...

enhancement

感觉主界面的`主页`,`探索`,`通知`页面之间的滑动有点过于灵敏,有时候单手在`探索`里上下滑动的时候可能触发到左右滑动,不是特别懂安卓开发,希望能加一个设置开关禁止左右滑动或者改善一下左右滑动灵敏度之类的

enhancement

mingw64 编译失败 Qt 6.2.4 mingw64 (gcc 11.2.0) cmake 3.25.0-rc2 ninja 1.11.1 ``` D:/QtMediaPlayer-1.0.0/example/application.cpp: In function 'int Application::run(int, char**)': D:/QtMediaPlayer-1.0.0/example/application.cpp:294:43: error: no matching function for call to 'qmlRegisterAnonymousType(const char [31], int)'...

I am new to Zig and embedded development. Could you please guide me on how to flash the generated ELF file from the project's example onto the board? Additionally, I...