Vinícius Gajo
Vinícius Gajo
Hello everyone, is there any documentation that explains this C# code generation process? And were there any updates regarding F# support? --- Update: I created a project that implements the...
I'm also having trouble using npgsql! It does not work with dbeaver too. But it works with psql.
> @64J0, are your issues with npgsql and dbeaver for the local server, or for GlareDB Cloud? What errors are you getting? For the local server. It's related to the...
Hi @johnnyggalt, thanks for opening this issue and for posting the advances you're making, it could definitely be useful for other people too! I'll try to take a look at...
> Actually, wait, no. That means that if the resource is not found I'll get a `406` rather than `404` 😢 I remain confused and would really appreciate a pointer...
> OK, after further testing I had to revisit this and I give up trying to use `mustAccept` - I just cannot see how to compose it in the manner...
Maybe [negotiate](https://github.com/giraffe-fsharp/Giraffe/blob/master/src/Giraffe/Negotiation.fs#L159) could be used.
Also, this PR must be related https://github.com/giraffe-fsharp/Giraffe/pull/502
Hello @acatuttle, thanks for opening this issue. Indeed, this is not working. Consulting the PR that added this feature (https://github.com/giraffe-fsharp/Giraffe/pull/656), I found out that it was added only to the...
For now, I think it doesn't make sense to update the Giraffe router to "support" named parameters because they're not really used. At least considering this PR: https://github.com/giraffe-fsharp/Giraffe/pull/705. A wiser...