Vinícius Gajo

Results 41 issues of Vinícius Gajo

**Is your feature request related to a problem? Please describe.** Hello, hope you're good. I'm taking a look at the available approaches for reading custom attributes from a function definition...

Feature Request
Needs-Triage

## Description With this PR, I'm adding a global rate limiting sample. ## How to test Check the instructions at the sample's README.md. ## Related issues Related to https://github.com/giraffe-fsharp/Giraffe/issues/618.

samples

## Description: With this PR, I'm updating the `FSharp.Control.Websockets` package version to 0.3.0 so we can use WebSockets again. Btw, this issue is currently blocking me with some code. ##...

## Description: Hello, hope you're good. I'm currently reading [this article](https://devblogs.microsoft.com/dotnet/resilience-and-chaos-engineering/) from Microsoft and trying to replicate it with F#. I'm able to extract the HttpClient from the HttpContext, but...

## Description: Fix WebHost warnings from `tests/` due to .NET 10 breaking change. The warning message: > warning FS0044: This construct is deprecated. IWebHost is obsolete. Use IHost instead. For...

## Description With this PR, I'm updating the Giraffe router to discard the parameter's name if they're defined. I'm also adding new automated tests to assert it's working. ## How...

## Description With this PR, I'm adding .NET 10 to the list of TFMs. Due to that, I'm updating the GitHub Actions configuration and the tests to cope with .NET...

## Description We can leverage https://github.com/ionide/KeepAChangelog to configure: - `Version` - `PackageVersion` - `PackageReleaseNotes` - `BuildDate` From the _RELEASE_NOTES.md_ document. cc @nojaf

- Related to https://github.com/fsharp/emacs-fsharp-mode/issues/354 Hello again, hope you're good. Is there a way to specify a `.sln` file that Eglot is going to use whenever I start using the LSP...

## Description Hello, hope you're good. Here goes a small description for this PR: - Update project configuration to use supported .NET versions (.NET {8, 9, 10}) - It was...