Peter Keše

Results 50 issues of Peter Keše

I have found that this is missing when trying to port my code from MySQL and Sqlite to DuckDb.

**Is your feature request related to a problem? Please describe.** I need to convert a .Net Interactive generated .ipynb notebook to html. There's no built in way to do that....

enhancement
Area-Automation

Hi, I'm trying to build a PCA model to fit poisson data. My use case is nearly the same as the PCA tutorial, except that my observed data is Poisson...

After upgrade to 5.9.0 I'm seeing `!!MISSING: Command` in code lens for every line. Downgrading Ionide back to 5.8.1 fixed the issue. This is a ssh-remote seession from Linux to...

bug
language services

I've spent some effort on creating a custom react component using `props` and `state` (including `componentDidMount`, `componentWillReceiveProps`, `setState` and such). There's a few lines in source code suggesting to do...

This is somewhat of an elevator pitch referring to the profit meme in https://github.com/DiffSharp/DiffSharp/issues/69#issuecomment-586476537 My proposal for the `????` part is to consider Fable integration as a possible driver for...

post-1.0

I'm trying to run the example code in README.md ```fsharp let f (xs: DT) = sin (v 0.5 * sqr xs.[0] - v 0.25 * sqr xs.[1] + v 3.0)...

Apparently there's a problem with parsing .csv file when a float is formatted as `-7e-04`. Following is the code snippet. ```fsharp CsvProvider .GetSample() .Rows |> Seq.iter (fun row -> printfn...

Please provide rationale somewhere in main README, why using/developing/participating in this project rather than Deedle.

further discuss

The combination of `inferTypes` and `schema` is rather unflexible. In my case (I'm trying to process lots of slightly different .csv files) I'd much prefer if I was able to...