Jimmy Byrd
Jimmy Byrd
👋 Would y'all be open to adding Activity/OpenTelemetry support in Expecto? I would usually wrap the tests in my own `testCase` but the main issue is it won't have the...
### Describe the bug  This typically comes from CLI output when someone has dotnet workloads that need updated. @baronfel said there's some env vars we can use to stop...
I installed [dotnet preview 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) and with `DOTNET_ROLL_FORWARD_TO_PRERELEASE=1` I'm getting this error during build. ``` Using "WebSharperTask" task from assembly "C:\Users\jimmy\.nuget\packages\websharper.fsharp\6.1.7.441-net8\build\/../tools/netstandard2.0/WebSharper.MSBuild.FSharp.dll". Task "WebSharperTask" C:\Users\jimmy\.nuget\packages\websharper.fsharp\6.1.7.441-net8\build\/../tools/net8.0/win-x64/wsfsc.exe "@C:\Users\jimmy\AppData\Local\Temp\tmpsyctnf.tmp" Unhandled exception. System.PlatformNotSupportedException: BinaryFormatter serialization...
## Description This fixes #16979 with some additions that have been discussed in various chats/twitter threads. I've combined them for discussion purposes, we can split them up as desired. The...
**Is your feature request related to a problem? Please describe.** https://github.com/ionide/LanguageServerProtocol/pull/49 only handled the types but we should also generate the interface/abstract classes for [server](https://github.com/ionide/LanguageServerProtocol/blob/36c5f7cfbc68535dbc48baf4cf3d84cd9e8e2ef2/src/Server.fs#L15) and [client](https://github.com/ionide/LanguageServerProtocol/blob/36c5f7cfbc68535dbc48baf4cf3d84cd9e8e2ef2/src/Client.fs#L15) **Describe the solution...
### WHAT Just showing the changes to the [3.18.0 spec](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/). No real action here yet until it's really released. ### WHY ### HOW copilot:walkthrough
[Argu is updated](https://github.com/dotnet/fsharp/issues/18298#issuecomment-2655879296) to handle the [hack I introduced](https://github.com/ionide/FSharp.Analyzers.SDK/pull/226/commits/17f537a7acd4559f2d7c6a2173bba8b17c90a23e) to get this shipped last night
**Is your feature request related to a problem? Please describe.** I'd like to add more globbing to more place (specifically `Project`) ## Background I hit a very peculiar error while...
👋 Would it be possible to also get a `-net8` of the latest version of the packages in 6? There's been a couple updates and would be nice to get...
👋 Hey there, We're running into the same issue as: https://github.com/dotnet/orleans/issues/7620. Unfortunately, the solution provided in this issue doesn't work for us because we make use of [F#'s async](https://learn.microsoft.com/en-us/dotnet/fsharp/tutorials/async#core-concepts-of-async) computation...