Christian Sheridan
Christian Sheridan
This PR will add support for additional OAuth providers. I currently plan to add support for: - [ ] Twitch - [ ] Twitter - [ ] Discord - [...
I'm not entirely sure if the build project is correct as this is my first time setting up FAKE and using MiniScaffold. The publish workflow requires a ``GITHUB_TOKEN`` and ``NUGET_TOKEN``...
There are some instances where expressions are required and quotations + `Lambda.ofArity1` could be of use... especially considering the nuances of calling C# overloads in F#. Here's a practical example...
I'm wondering about the possibility and/or feasibility of implementing support for [PostgreSQL full text searching](https://www.postgresql.org/docs/current/textsearch-intro.html) If it is possible, I'm willing to give it a shot and create a PR...
Placeholder issue for 7.0 support. I'll investigate the changes needed and submit a PR asap https://github.com/JasperFx/marten/releases/tag/v7.0.0
Add `DateOnly` and `TimeOnly` to `SqlType` which corresponds to `DbType.Date` and `DbType.Time` respectively.
### Description The `dotnet paket restore` command fails when encountering a read-only file-system. I use Nix and Direnv for managing my projects and a `.direnv` directory is created with symlinks...