Jimmy Byrd

Results 86 issues of Jimmy Byrd

**Is your feature request related to a problem? Please describe.** Update all infrastructure around needing to support builds for .NET 10. - Update any github workflows - Update any TFMs...

# Add Async.withCancellation I propose we add `Async.withCancellation`. This would allow using outside CancellationToken, such as the [RequestAborted](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.httpcontext.requestaborted?view=aspnetcore-2.1) from `HttpContext`. The problem with [Async.Start](https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/async.start-method-%5Bfsharp%5D?f=255&MSPPError=-2147217396) is it does not provide a...

approved-in-principle
area: async-and-tasks

### Excessive LSP `progress` Notifications During Typing `fsautocomplete` is sending an unthrottled stream of `progress` LSP notifications to the client (Neovim) immediately following nearly every keystroke, resulting in notification spam...

enhancement
help wanted

### Discussed in https://github.com/ionide/FsAutoComplete/discussions/1337 Originally posted by **joprice** January 8, 2025 I'm asking this here as I'm not sure where to open an issue and the issue templates are quite...

bug