Jimmy Byrd

Results 86 issues of Jimmy Byrd

We should update to Fable 2 since that is now stable.

Add a "WatchTests" target so the dev can get constant feedback on tests

> It'll be nice to have an example of how to interop with JS code and also mention @Zaid-Ajaj great guide, but yes, it'd be better to have an actual...

help wanted
up-for-grabs

**Is your feature request related to a problem? Please describe.** Support [NLog](https://github.com/damianh/LibLog/blob/master/src/LibLog/LogProviders/NLogLogProvider.cs) **Describe the solution you'd like** **Describe alternatives you've considered**. **Additional context**

up-for-grabs
good first issue

**Is your feature request related to a problem? Please describe.** Tasks currently do not support tail call optimization. If we want to support more features like async does, then we...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** FSharp.Core implemented partially [async2](https://github.com/dotnet/fsharp/blob/6e7e5f3882f8315f95df0e8d39767e55ceb3d702/tests/benchmarks/CompiledCodeBenchmarks/TaskPerf/TaskPerf/async2.fs) which uses the new resumable style to get better performance. **Describe the solution you'd like** Take...

enhancement
help wanted

Corresponding PR for https://github.com/ionide/FsAutoComplete/pull/1240

@krauthaufen and I have been going back and forth on things that have helped the implementation of using FSharp.Data.Adaptive in [FsAutocomplete](https://github.com/fsharp/FsAutoComplete/blob/main/src/FsAutoComplete/LspServers/AdaptiveFSharpLspServer.fs). One of the _weird use cases_ is loading and...

Now that we have keywords, https://github.com/fsprojects/FSharp.Formatting/pull/888/, I think it would be useful to generate a page that maps keywords to the associated pages. Something as simple as: ```markdown # Keywords...

I'm looking for some guidance on how to deal with a specific problem when doing [Literate Prgramming](https://fsprojects.github.io/FSharp.Formatting/literate.html). This involves trying to update the doc's examples with new code that isn't...