songqian1130

Results 4 issues of songqian1130

### What happened? LineTableWidget表头排序箭头的颜色和风格没有统一,表现为黑色 ### Operation System Win11 ### Python Version 3.8 ### PyQt/PySide Version pyside 6.1.3 ### PyQt/PySide-Fluent-Widgets Version 1.5.8 ### How to Reproduce? 启用linetablewidget的表头排序即可 ### Minimum code ```python3...

bug
pro

need a way to serialize like messagepack Key("key") will be very useful in unity editor mode,we can easily remove or insert any field

enhancement

```csharp public T[]? DangerousReadUnmanagedArray() { int length; if (!this.TryReadCollectionHeader(out length)) return (T[]) null; if (length == 0) return Array.Empty(); int num = length * Unsafe.SizeOf(); ref byte local = ref...

I have a question that can MemoryPack will support ignore some properties or fields in release mode. For example, when I serialize in unity, I will save two file at...