nhirschey

Results 30 issues of nhirschey

**Is your feature request related to a problem? Please describe.** I wanted to experiment with notebooks in visual studio 2022 rather than visual studio code. I tried to follow the...

enhancement
Area-VisualStudio

**Is your feature request related to a problem? Please describe.** You’re doing a lot of great work, but I think better OLS support would be really valuable. I know that...

enhancement

### Describe the bug** The general issue is that ionide does not handle unicode characters in strings properly. This particular bug report however highlights a severe issue caused by this...

bug

## Describe the bug** I've now run into this multiple times on different scripts, so filing a bug with logs. I'm writing fsdocs scripts. Things go great, but then at...

bug
scripts

### Describe the bug** This may be an FsAutoComplete bug instead, but Ionide is triggering intellisense on comments written in the `(** *)` style used by FSharp.Formatting if the start...

bug
scripts

The torch backend supports from-end slicing using negative integer indices. This gives an error with the reference backend. Reverse slicing works with the torch backend: ```fsharp #r "nuget: DiffSharp-cpu,1.0.7" open...

I built the dev branch locally to test the new save/load functionality from PR #425 and I found something unexpected. Should `model.state

Some minor changes that will allow rnn.fsx to run if the dsharp.config is changed to GPU. Thanks for your incredible work this past month to incorporate my change requests into...

Using R version 4.2.0 on Windows, this prior issue with loading `stats.dll` https://github.com/rdotnet/rdotnet/issues/127 seems to have resurfaced. Here, I show that `rnorm` works with R 4.0.2 but fails with R...

**Is your feature request related to a problem? Please describe.** In R, when you want to calculate a variance-covariance matrix, you can pass in options via a "use" for what...

help wanted
up-for-grabs