Jordan Marr

Results 192 comments of Jordan Marr

My quick analysis of options: 1) Replace Dapper calls with custom code. I personally think this is actually a pretty good option. 2) Do not upgrade to Dapper vNext. Maybe...

I’m guessing that the purpose would be to replace the reflection based property loader with generated loaders. So the upside will be slightly faster performance for C# users at the...

SqlHydra.Npgsql [v1.0.4](https://www.nuget.org/packages/SqlHydra.Npgsql/) is released with support for text[] and integer[]. The change to the mappings ended up being fairly simple in the end: https://github.com/JordanMarr/SqlHydra/blob/f0e2496c35e1f7c6a76573d005da688f8f039554/src/SqlHydra.Npgsql/NpgsqlDataTypes.fs#L50-L56 Please try it out!

Sorry, all my free coding time has been consumed with the Elmish.Avalonia project (and my Fable.Lit project got iced). TBH, I don't even know what this PR is about as...

I don't currently have any active projects in Oracle. I asked because I maintain an OSS data library that supports SQL Server, Npgsql, Oracle and Sqlite. My intent was to...

+1 I am very interested in this.

That worked like a charm. Thanks for sharing the fix!

I love that idea. In fact, I added "devcontainer" support a long time ago with the hope that people could open it up in vscode and be able to hit...

I will say that the Oracle image really sucks because it has to run this install the first time you set it up and it takes like 10-15 minutes to...

Avalonia supports that out of the box, but you can also implement their `IPropertyAccessorPlugin` interface to handle other binding strategies as I have done here: https://github.com/JordanMarr/Elmish.WPF/blob/elmish-avalonia/src/Elmish.Avalonia/AvaloniaPropertyAccessorPlugin.fs So, I believe it...