Jon Sequeira

Results 700 comments of Jon Sequeira

This work depends on #3567.

The input type hint system was intended to be used this way, so now it's hopefully just a matter of building the providers.

A custom implementation of this would be needed per .NET (base) type, so implementing this for SkiaSharp would require adding a .NET Interactive kernel extension to the SkiaSharp package. You...

Currently, yes. We are looking at another approach though where the extension could be a polyglot script in a .dib file.

You should be able to build a simpler package that just references the SkiaSharp package rather than directly including the DLLs.

@bmitc, those extensions docs are still current. One addition to be aware of is [script-based extensions](https://github.com/dotnet/interactive/blob/main/docs/extending-dotnet-interactive.md#script-based-extensions). For smaller amounts of code, this might be more sustainable because it's less likely...

> does the script-based extension allow me to simply reference SkiaSharp in a notebook and then develop and test the extension in the notebook? Yes. Anything you can run in...

This work depends on #3567.

@akoeplinger Can you resolve the merge issues?