sekulicb

Results 12 issues of sekulicb

Hi. Thank you for this amazing library. Following Drag and drop example, I manged to full integrate reordering of rows in DataGrid control. However what is lacking is the clear...

enhancement

Hi. Setting this property to "Information" for example does nothing. No image is shown on child window. ```xaml // content ``` MahApps.Metro v1.6.5 MahApps.Metro.SimpleChildWindow v1.5.0 Wpf application based on .NET...

I'm submitting a bug Hi. I just created WPF project, set it to .net 4.7.1. WebView is added to the xaml like this: ![webview bug - ui](https://user-images.githubusercontent.com/20758693/53581843-a152ff80-3b7e-11e9-86c3-2657529f4b5c.png) Source property is...

question :grey_question:
WebView :desktop_computer:

Microsoft Defender SmartScreen reports latest release as harmful.

**Describe the bug** Could not see the actual design, all I get is Process Exited message instead **To Reproduce** Only one machine is having this problem, on others it works...

bug

Hi. I have strange behavior when it comes to editing data directly with LiteDb Explorer. When I try to modify existing row in random table, and then try to fetch...

Hi, let's say I have an object of type Person that is base object and has two child types: Employee and Candidate. Now when comparing Employee to Candidate type I...

Hi. Out of the blue, now I get exception: System.Reflection.TargetParameterCountException with message: Parameter count mismatch. The library was working fine for couple of months, but now these are thrown when...

question

Create new console app -> add code from [example ](https://github.com/uhm0311/SocketIOSharp/blob/master/SocketIOSharp-Example%20Client/Program.cs) -> build -> exception: System.TypeLoadException: 'Could not load type 'SocketIOSharp.Client.SocketIOClientOption' from assembly 'SocketIOSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.'

Hi. I got this message by cloning standard DTO object, that inherits from INotifyPropertyChanged interface via Fody. I'm not sure could that be a problem. Thanks