ZHOU Jie

Results 31 issues of ZHOU Jie

#### Description (optional) https://github.com/amerkoleci/Vortice.Mathematics/blob/d874d93f0185549b3b2ef64b2074817b3849f68d/src/Vortice.Mathematics/Rect.cs#L259 #### Reproduction Steps Rect rect = new (); Console.WriteLine(rect); #### Expected Behavior Rect { X = 0, Y = 0 }, { Width = 0, Height...

bug

# Summary of feature Silk.NET should have Direct2D/DirectWrite/WIC support. # Does this have a proposal? Hope it will be in 3.0 These can be related: https://github.com/dotnet/Silk.NET/issues/808 https://github.com/dotnet/Silk.NET/discussions/809

feature
area-DirectX/Windows

I see https://github.com/shimat/opencvsharp/pull/1375 is merged, this is super cool, will it create a `nuget` package soon?

wontfix

.m2ts file is one of the sony camera video format. Note: this is a sample AVCHD .m2ts file. [20190706142908.zip](https://github.com/drewnoakes/metadata-extractor-dotnet/files/3914254/20190706142908.zip)

image-queue

Direct2d/DirectWrite/Windows Imaging Component in gaming is also very common, provide one template would be handy.

enhancement

Currently must using #prop in sdmap, we can make it simple by just typing #PropertyName. - example: ``` INSERT INTO MyTable(Id, Name) #foreach ```

After hitting ntop, it's nothing but flash cursor in WinRM: ![image](https://user-images.githubusercontent.com/1317141/186301518-71415c19-9303-41c6-9279-50a2d4fa45fc.png)

Suggested implementation: ```csharp public unsafe partial class ID2D1SvgElement : IEnumerable { public IEnumerator GetEnumerator() { ID2D1SvgElement? child = GetFirstChild(); while (child != null) { yield return child; child = child.GetNextChild(child);...

Dear developers, I'm currently using the SharpCompress library for handling tar files with symbolic links. However, I've encountered a problem where LinkTarget only provides one level of link information. For...

enhancement
up for grabs

I have been using Opencvsharp4 for a long time and it's really cool, but I think it's a bit too big. The compressed package is over 50MB and it expands...