nhirschey

Results 58 comments of nhirschey
trafficstars

Try ">developer reload", or close file, close folder, and reopen? This is a different setting, but it looks like the same scenario as described here https://github.com/ionide/ionide-vscode-fsharp/issues/1500. Seem booksbaum's example.

@lrasmus, thanks for all your work to get this debugged and fixed with the R team. Looks like we're all good now on the recently released 4.2.0: ```fsharp #r "nuget:...

Thanks for the workaround, that's really nice! Regarding where it's coming from, here's a long shot: [this](https://stackoverflow.com/a/49011831/2308430) stack overflow comment talks about some ways that R PATH being set on...

Some rough sketches. My comments here are heavily influenced by what I want for my work and what I have found to work well in e.g., R. But overall, my...

I was surprised to realize yesterday that the ML.NET api is not too far from what I'd like, though still a bit clunky and I suspect harder to extend (I've...

My preference is for there to be one `calculateSumOfSquares` function that operates on regressions regardless the number of parameters. But this is part of a bigger comment (speaking to this...

Thanks for the context. I fully support *your library* being optimized for your needs and priorities. And I agree that clear signatures are nice. Maybe `calculateSumOfSquares.Multivariable` ... Anyway more big...

@daz10000, see here (https://github.com/fsprojects/FSharp.Data/pull/1334) for some new documentation of this on the JsonProvider. That’s at least 3 of us hitting this cryptic info in the past 12 months. Maybe you...

@daz10000, another related issue https://github.com/fsprojects/FSharp.Data/issues/1191

Am I correct that the ResolutionFolder workaround does not work for CsvProvider.Load? ```fsharp > type TiingoCsv = CsvProvider - TiingoCsv.GetSample().Rows |> Seq.take 2 |> Seq.iter (printfn "%A") // works -...