Jimmy Byrd
Jimmy Byrd
@dustinmoris can we start with removing you as the bottleneck for accepting PRs and doing releases? I know i'm a maintainer but we can't merge without 2 approvals and I...
@dustinmoris Thanks! I went ahead and merged a few things. I figured out the release process (documenting it when I'm finished). Looks like we need a new nuget key. ```...
Wouldn't be opposed to taking a PR for this. As a workaround for now you can do something like: ```fsharp open System.Diagnostics let waitForDebuggerAttached (programName) = if not (System.Diagnostics.Debugger.IsAttached) then...
> Alternative - debugging a script in that way introduces new sources, could a `launch` `request` be used instead that launches the `dotnet` binary with `[fsi, path/to/script.fsx]` args and a...
Unfortunately I don't think this is related to anything we control. This is probably an issue in fsi or the debugger for vscode itself.
Yep I agree this is a good idea. Would you like to submit a pull request for it?
> I find the semantics of the laziness of that hard to reason abou Yeah it seems like it's a Seq.fold, so I don't think it's going to be something...
> one pipe forcing a newline and other such nonsense I prefer this so this won't change. > Do signatures need to be binary compatible? Yes unless you want to...
Yep I agree this is a good idea. Would you like to submit a pull request for it?
Yeah it's probably an overload resolution issue This may be a consequence of the `Source` member overloads as well. I'm definitely willing to take a PR for this :)