Alexander Mishunin

Results 8 issues of Alexander Mishunin

**Describe the bug** Hi! https://github.com/reactiveui/ReactiveUI/blob/22273171603cbbcf4332cefa8875917daef45b38/src/ReactiveUI.Fody/ReactiveUIPropertyWeaver.cs#L114-L117 `Single` here appears to throw `InvalidOperationException` if property getter touches any field other than one that it's supposed to get (or touches the field more...

bug

Hi! I apologize if I missed something obvious, but I have a question: is it possible (or should be possible) to render MigraDocCore.DocumentObjectModel.Document to bitmap? I tried something like that:...

If we look at how font styles are resolved: https://github.com/ststeiger/PdfSharpCore/blob/543ab752370b3281f040c32f27489f9ab98f280b/PdfSharpCore/Utils/FontResolver.cs#L171-L195 then there's a problem here: "segoeuib" (Segoe UI Bold) actually ends with "ib" (and there's obviously bunch of similar problems)....

Hi! I just tried to do some basic computational geometry with NumSharp and compare it with naive implementation like that: ```F# open System open System.Diagnostics open System.Numerics open NumSharp []...

Upgrading protobuf-net dependency is probably a good idea too: that bug with `MetaType.IgnoreListHandling` appears to be fixed since. `RuntimeTypeModel.IsDefined` seems to work somewhat better too, although it still breaks tests...

Hi! The following test case appears to fail: ```c# using System.Diagnostics; using YamlDotNet.Serialization; public class Program { public static void Main(string[] argv) { var ser = new SerializerBuilder().JsonCompatible().Build(); var des...

enhancement
question

Hi! **Describe the bug** If I create following simple key-value pairs Postgresql database: ```sql begin; create table "Test" ( "ID" int4 generated by default as identity primary key, "Value" int4...

Hi! Following SVG contains red circle and blue circle almost exactly half the size: ```svg ``` When pasted into `AvaloniaSvgSample` actual result is blue circle approximately quarter the size: ![avalonia-svg](https://github.com/wieslawsoltes/Svg.Skia/assets/1227703/eb65c7e7-baf0-4a43-8a44-44e9bb747b6b)...