Jimmy Byrd

Results 86 issues of Jimmy Byrd

While working on https://github.com/fsharp/FsAutoComplete/pull/1007, renaming would fail sometimes. Specifically when I went to rename an override on the LspServer, I would get an error like: ``` Could not read file:...

bug
help wanted
reproduction needed

👋 [FCS 43.7.400](https://www.nuget.org/packages/FSharp.Compiler.Service/43.7.400) is out and with it brings more [optimizations](https://blog.nojaf.com/2023/08/22/unleashing-parallel-processing-in-your-fsharp-compiler/#setup) and a new flag `--test:ParallelOptimization` for more parallel work. Since Websharper is on `.300` I'm getting an error using...

enhancement

👋 Hey there, I'm trying to serialize a nested type of `array` however it seems to output unexpected json given the docs on the json serializer regarding options. ```fsharp []...

enhancement

## Steps to Reproduce 1. Make a websocket server with a self signed certificate 2. Try connecting using a ClientWebSocket 3. ### Current Behavior The client websocket fails to connect...

os-macOS
area-BCL: Mono.Security

### Description I'm trying to move this type of code to from nuget to paket ```xml ``` However when I move to setup below I get this error and similar...

enhancement
sdk: dotnet/sdk

Corresponding PR for https://github.com/fsharp/FsAutoComplete/pull/1065/files WHAT ### 🤖 Generated by Copilot at 1ff8aec This pull request enhances the F# language service configuration and observability in VS Code. It adds new options...

## Proposed Changes Closes https://github.com/demystifyfp/FsToolkit.ErrorHandling/issues/205 ## Types of changes What types of changes does your code introduce to FsToolkit.ErrorHandling? _Put an `x` in the boxes that apply and remove ones...

## Proposed Changes * https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/248 * https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/250 * https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/251 ## Types of changes What types of changes does your code introduce to FsToolkit.ErrorHandling? _Put an `x` in the boxes that...

**Is your feature request related to a problem? Please describe.** I'm worried about diamond dependencies with this project. As it grows more popular, more things will start relying on it...

### Description This allows `RunSettingsArguments` to be set in `DotNet.test`. This is useful for configuring such as in YoloDev https://github.com/YoloDev/YoloDev.Expecto.TestSdk?tab=readme-ov-file#configuration If available, link to an existing issue this PR fixes....