Jon Sequeira

Results 700 comments of Jon Sequeira

It would be nice to have. I would open another issue for that. It's a little complicated and our current solution isn't entirely satisfying.

That should just work once you have a `TabularDataResource` or even just an `IEnumerable`: https://github.com/colombod/dotnet-interactive-extension-lab/blob/7b8e09e82dfaa21b37688c4f3a5a292dc5cb47c3/src/SandDance.InteractiveExtension/ExploreExtensionsForSandDance.cs Improving the ergonomics of getting data into those types could use some work in any...

Could you give an example of what you're expecting to see?

I've seen this behavior before and I don't believe it's a regression. I can't repro it until doing `Split right` at which point there are two different web views and...

I'm happy to help guide a PR. The Postgres project is probably a good guide to what needs to be done. https://github.com/dotnet/interactive/tree/main/src/Microsoft.DotNet.Interactive.PostgreSql

Are you using the Mermaid comment syntax (using the `%%` prefix)? In Polyglot Notebooks, the entire cell is treated as a single language, with the exception of magic commands, or...

I made a very simple attempt to repro this and it's working fine for me on the same version so the issue seems to be with the imported notebook. If...

I'm open to a call to discuss the state of this and provide any guidance I can. Spark in .NET Interactive has been out of support for a few years...

It looks like you need to run this script in an elevated prompt: https://github.com/dotnet/interactive/blob/main/src/ensure-symlinks.ps1.

@NikiforovAll Could you add some tests? Like the MSSQL tests, they can be gated by a conditional `FactAttribute`-derived type (similar to [`MsSqlFactAttribute`](https://github.com/dotnet/interactive/blob/main/src/Microsoft.DotNet.Interactive.SqlServer.Tests/MsSqlFactAttribute.cs)) since we don't currently run database integration tests...