Kevin Day

Results 14 issues of Kevin Day

Hi there, Using metadata utility function prepare_column_descriptions and execute interprets boolean fields at dt_string. This makes it not possible to determine whether the field is boolean or not. In the...

A ReactiveUI mvvm version of the templates would be great. I know this is not simple if you were to go the whole reactive hog, but I think it would...

help wanted
framework

Firstly I want to thank you for your efforts and making this library. It is greatly apreciated. I am getting this error in microsoft edge version 104.0.1293.63 but not google...

Admittedly I haven't got a very good computer at present, but when editing F# , the experience is usually Ok, including in a bolero project that is not referencing Bolero.Html....

Fix to exception upon showing the dialog when a custom color is set in the FontInfo class value set in the Font property.

## Describe the bug I am not sure when this warning started to be emitted. But noticed it today. When creating a custom window style and attempting to base it...

Bug

Ability to add dotnet user secrets json configuration in the configuration builder.

Suggestion: in the configuration builder add the ability to use user secrets.

enhancement

In PostGreSq with a table where the fields are declared double quotedl, I have the following query: ``` let! costs = query { for pol in ctx.Public.PurchaseOrderLine do where (pol.JobId.Value...

**Describe the bug** SqlProvider + postgresql with Rider but not Visual Studio 2022 Set up the provider as per usual using rider ```f# [] let private designTimeDataConnStr = @"Server=127.0.0.1;Database=WGDDev;Username=WGDApp;Password=" []...