Peter Keše
Peter Keše
I can also confirm this issue. `ex.number` results to `undefined` in IE11's compatibility mode for IE8. Removing the condition seems to solve it.
That's an example nbconvert (6.4.4) error report: ```text [NbConvertApp] ERROR | Notebook JSON is invalid: data must be valid exactly by one of oneOf definition Failed validating in notebook: On...
@beauvankirk @baronfel I'm still getting this with Ionide 5.9.1. But what is really interesting is that after a while it starts working for new files that I open. It is...
And sometimes it resolves some lines completely and some just partially: - both references and type on the top - only type on the bottom 
Unfortunately I can't reopen the ticket.
No. My hypothesis was wrong. It's not that after a while FSAC starts working... rather it stays inconsistent. Sometimes it works, then after a while I open another file and...
After upgrading dotnet to 6.0.400 (this is now not a preview anymore), I'm getting same behavior as described in #1732.
`sudo apt-get install dotnet-sdk-6.0=6.0.302-1` appears to solve the problem.
@alfonsogarciacaro I'm looking into implementing these multidimensional arrays. _Actually, the bigger picture is that I'm checking if DiffSharp could be ported to Fable, and a requirement for that are multidimensional...
Nah, I spent some time looking at the code, but it turned out there are bits and pieces of array functionality scattered around all over the place and it's difficult...