Ben Collins

Results 26 issues of Ben Collins

I'm working on a TOML parser, and I'm a bit at a loss for how to parse unicode characters that have surrogates in UTF-16/UCS-2 (I mention TOML because these codepoints...

Related to #48. When a failure occurs, there doesn't seem to be a good way to resume an import. My guess is that I would wind up with all the...

I ran this script and it failed because of the error described in #17 (I think), but because the script doesn't output anything indicating which issue caused the failure, I...

This just started to appear for me this week (actually today, but I'm not sure when something changed that this would have happened): ![image](https://user-images.githubusercontent.com/1321/133824239-b81c41d5-0ea8-4c05-a9e0-e35f1f6eb9a3.png)

### Description When I run FSI using the Dependency Manager extension for paket, it resolves a path to `paket.exe` through an older version of a dotnet CLI tool package. ###...

### Description I'm interested in TOML support in Argu, and I may be able to submit a PR for it, but I wanted to open this issue to get some...

enhancement

I'm using Avalonia for VS 2022 0.10.12 in VS 2022 17.1.5. My project is a newly-created project from the avalonia.mvvm template using F♯. With the empty `MainWindow.axaml` view provided with...

I tried creating / running an F♯ TimerTrigger function using the instructions here: https://github.com/Azure/azure-functions-templates/wiki/Using-the-templates-directly-via-dotnet-new When I try invoking `func --script-root bin\Debug\netcoreapp3.1`, the result is as follows: ![image](https://user-images.githubusercontent.com/1321/80526762-df051100-8958-11ea-9802-daa53917bcb6.png) For the indexers:...

Needs: Triage (functions)

**Describe the bug** When opening a specific .fsx file that makes use of a type provider, the .NET Core Host used by Ionide loses its mind and hogs all the...