Vinícius Gajo
Vinícius Gajo
Why don't you use the `routex`?
Just a first heads-up, can you please target the `develop` branch instead of `master`? The contributing workflow is documented here: https://github.com/giraffe-fsharp/Giraffe?tab=readme-ov-file#contributing.
Feel free to add your review to this PR https://github.com/giraffe-fsharp/Giraffe/pull/594
Giraffe version `6.4.1-alpha-3` has the fix. I tested locally, and it's not matching the wrong Guid. Please let me know if there's something else regarding this issue @jcmrva.
@raohj1987 you need to fork this repository, create a new branch on your local environment, add your changes, push to your forked repository and then open a pull request to...
+1, had this error today. My error states this: > "Error: A parameterless default constructor or one matching signature (System.Int64 Value) is required for Rinha.Repository+CountValue materialization" --- Update: In my...
It worked after removing the `--exclude-sources "source/Tests/*.fs"`
Does this affect Kubernetes' probes? I'm not 100% sure, but I think the probes commands are handled outside the container, so it must work even in a distroless environment. Is...
Any update on this?