LP
                                            LP
                                        
                                    I apologise if this is a simple question, I rarely use Linux but wanted to add support for it as a platform. Now I am using electron version 0.30.2 and...
Hey I have just picked up an older project to do some more work on it and I keep getting errors saying that `assign` and `sortBy` etc are not found....
We have a scenario where there is an entity with a UUID field which acts as the primary key: ```csharp [Primary] [Map("some_pk_field")] public Guid SomePkField { get; set; } ```...
Currently when you call `InsertAsync` (for example) and the PK is non identity column (i.e UUID with default) or a PK is already provided by the entity you are inserting,...
Hey nice plugin, I was looking over the source code and there does not seem to be any inherent dependency on jquery, so I was wondering if it would be...
**Is your feature request related to a problem? Please describe.** I want to be able to update the value on a `BarChartItem` after it has been created, this is mainly...
Unity recently mentioned in [an article on .net update](https://blogs.unity3d.com/2018/03/28/updated-scripting-runtime-in-unity-2018-1-what-does-the-future-hold/) that ideally libraries for unity should be targetting .net standard profile: > The .NET Standard 2.0 profile matches the profile of...
Hey, I was just wondering if support had been added for using properties opposed to knockout observables as used in the knockout-es5 library. I cannot find much information on them,...
I have a scenario where I want to basically use it like an input box but have any close matches provided to the user, basically the same as #103 but...
This should now correctly account for multiple interfaces of the same type for data related systems.