Shatyuka
Shatyuka
**The official name of the app** Android Emulator **Is there a supported version available on a stable release channel?** No **Proposed App Status** ✅ Yes, Full Native Apple Silicon Support...
``` backtrace: #00 pc 000000000001d5c4 libzhiliao.so (GenRelocateCodeAndBranch(void*, MemoryChunk*, MemoryChunk*)+180) (BuildId: 93a4a205012b0f3803d44066d51316cf808097ad) #01 pc 0000000000017fc0 libzhiliao.so (InterceptRouting::GenerateRelocatedCode()+192) (BuildId: 93a4a205012b0f3803d44066d51316cf808097ad) #02 pc 0000000000019eb0 libzhiliao.so (FunctionInlineReplaceRouting::BuildReplaceRouting()+136) (BuildId: 93a4a205012b0f3803d44066d51316cf808097ad) #03 pc 0000000000019e18 libzhiliao.so (FunctionInlineReplaceRouting::Dispatch()+56)...
## Description Lock main window while selecting folder ### Checklist: * [x] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? * [x] Have...
Uninitialized `thumb_mode` variable referenced from here: https://github.com/jmpews/Dobby/blob/b0176de574104726bb68dff3b77ee666300fc338/source/InterceptRouting/InterceptRouting.cpp#L20-L30
I know macOS does not support 32-bit apps after version 10.15. But do we have any chance to run 32-bit apps in the Android Emulator either native or emulating? Thanks.
Avalonia 11.0.10 FluentIcons.Avalonia 1.1.234 Crash on both macOS and Windows with `UseSegoeMetrics()` and NativeAOT on. ``` Unhandled Exception: System.InvalidOperationException: Could not create glyphTypeface. at Avalonia.Media.Typeface.get_GlyphTypeface() + 0x78 at Avalonia.Media.TextFormatting.TextRunProperties.get_CachedGlyphTypeface() +...
Fix #15 #17
### Description Bring Retina support to MonoGame. Now we can render at full resolution instead of 1/2. ### Details/Checklist - [x] Set `SDL_WINDOW_ALLOW_HIGHDPI` to SDL window - [x] Get the...
### BitBlt 优化 #### StretchBlt AlphaBlend 在 AlphaFormat = 0 时调用的是 StretchBlt SRCCOPY,BitBlt 最终也是调用 StretchBlt。 因此直接调用 StretchBlt 会稍微快一点点。 #### Bottom-up C# `Image.FromHbitmap` 结果是 bottom-up 的,感觉 GDI 那边也用 bottom-up,转成 C# 的对象会快一点?...
**bug描述** `admin.TabularInline`所有值都挤在第一列。 应该是 72321aa 引入的,去掉`display: flex`就好了。 **环境** 1.Operating System: (Windows/Linux/MacOS).... 2.Python Version: 3.12 3.Django Version: 5.2.3 4.SimpleUI Version: 2025.05.262