Vinícius Gajo

Results 27 issues of Vinícius Gajo

## Description The F# icon color is mostly blue (https://en.wikipedia.org/wiki/F_Sharp_(programming_language)): ![image](https://github.com/github-linguist/linguist/assets/50725287/f2db5413-25cc-4ddd-893a-392ea5b8db2b) But the language color on GitHub is pink/purple: ![image](https://github.com/github-linguist/linguist/assets/50725287/28f699b6-77f0-4e4c-838b-449e7d84fcb5) I'm sending this PR to better align the icon color...

Stale

## Description Upgrade to .NET 8 to use its improvements. - https://devblogs.microsoft.com/dotnet/announcing-fsharp-8/

## Description: We need to update the SECURITY.md document to tell people to reach me or someone else from the core maintainers. Document: https://github.com/giraffe-fsharp/Giraffe/blob/master/SECURITY.md

## Description: @Thorium suggested: > Another modification to consider, would be adding [\] attribute to Giraffe's minor enum-types like HttpVerb, MatchMode, Precondition, CacheDirective and RangeBoundary. But if there are proper...

help wanted

## Description: We currently have the following possible cache middlewares on Giraffe: - publicResponseCaching: Varies by headers; - privateResponseCaching: Varies by headers; - noResponseCaching; - responseCaching: Varies by headers and...

With ASP.NET 7 and 8 we have the option to use the [output caching](https://learn.microsoft.com/en-us/aspnet/core/performance/caching/output?view=aspnetcore-7.0) middleware. We could add a new Giraffe middleware like the ones we currently have for the...

feature request
help wanted

## Description: Hello, hope you're good. I'm opening this issue to ask for guidance on how to deal with this error: ```bash # the command I used: dotnet minicover instrument...

### Describe the bug In VSCode, when I have both the signature and implementation files for the same functions and I want to go for the function implementation, it redirects...

## Description: It would be nice to have a shortcut that disables a drill entry. I noticed that after some time, some of the entries collected lost their meaning, so...

## Is your feature request related to a problem? Not actually. I just didn't saw any example related to this in the docs. ## Describe the solution you'd like I...