Jordan Marr

Results 28 issues of Jordan Marr

Does RepoDb support querying over F# option types? For example, filtering on an option type property.

question

It looks like Dapper vNext is going to heavily incorporate C# source generators which will break compatibility with F#. It’s probably 3-6 months out, so this would be a good...

### Describe the bug** All projects show as "(load failed)" when run in net5.0 devcontainer -- even after a successful `dotnet build`. ### Steps to reproduce 1. Open [sln](https://github.com/JordanMarr/SqlHydra) in...

bug
project loading

Examples [here](https://docs.microsoft.com/en-us/azure/cosmos-db/how-to-configure-firewall). I think I may tack this onto the serverless changes.

enhancement
arm-resource

It would be nice if there was a Fantomas config file checked-in the repository to keep formatting consistent. (I haven't done this, but I've read that it is possible).

tech-debt

Currently Farmer only supports the "shared throughput" model where a fixed throughput is shared between all containers and is set at the CosmosDbBuilder level. But for higher volume scenarios, this...

enhancement

Are the new .NET 6 `DateOnly` and `TimeOnly` types supported? (And if not, are there plans to support them?)

enhancement
Oracle base bug/issue/enhancement

With React 18 bringing a breaking change that will cause `React.useEffect` to fire twice, it would probably be a good idea to update the Feliz `useEffectOnce` to prevent breakage. Here...

First off, this looks like a very nice project, complete with documentation and examples! For my question, I would like to incorporate the use of Rx observables in an Elmish.WPF...

I just upgraded from Cvdm.ErrorHandling to this. In Cvdm.ErrorHandling, I could unwrap an `Async` by using `let!` operator without piping into any of the AsyncResult or Result module conversion functions....