Jon Sequeira

Results 700 comments of Jon Sequeira

Hover text isn't implemented for JupyterLab. It's implemented in the .NET Interactive kernel (and works in Polyglot Notebooks), but it's not hooked up for JupyterLab because, at least at the...

Wow, that's a good one! @rebornix, any ideas what's happening here?

Thanks for the kind words and for the additional use case example! I think all kinds of widget scenarios will be effectively blocked by this. I'll try to find out...

For folks who are hitting this, one workaround that seems to be working for me is to add `onkeydown="event.stopPropagation()"` to your `input` elements.

Where did you see this probem?

I would recommend using `dotnet test` instead. I'll look into whether the `build.cmd` script is still needed. I don't believe we call it with the `-test` switch if so.

As of now, this isn't on our roadmap, though it's probably not an enormous amount of work. I would be happy to help guide a PR.

We haven't published a package on nuget.org yet. I was going to give it a try before doing so. Also, I missed this but would `#!connect postgres` make more sense?

There should be packages available on the build feed here if you want to try it out: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json

I'm happy to make this change.