Jon Sequeira

Results 700 comments of Jon Sequeira

`Connect to new cell kernel` will generate a cell to connect to an external kernel. It's a most recently-used list. If the kernel was restarted you'll still have to run...

Ah ok. It might be helpful to separate this into two different issues, one for the dangling process and the other for the connected kernel not appearing in the kernel...

I thought we might have an existing issue for the dangling process but I couldn't find it. We can just repurpose this one and I'll close as a duplicate if...

Using the same setup, all of the shortcuts are working for me except `Shift+Tab` which continues forward through completions rather than going back. I wonder if they could be conflicting...

@mattefowler The completions code is here: * https://github.com/jonsequitur/dotnet-repl/blob/main/src/dotnet-repl/KernelCompletion.cs * https://github.com/jonsequitur/dotnet-repl/blob/main/src/dotnet-repl/LineEditorCommands/CompletionCommand.cs#L22 I believe there were some API changes in RadLine at one point that might make this worth revisiting. Let me...

Thank you! This is definitely a bug. I'm not sure there's actually a use case for suppressing the console output like that. Let me take a look at what's going...

It's not currently supported by .NET Interactive.

[This PR](https://github.com/dotnet/interactive/pull/3705) might resolve this for you tactically. Allowing completely separate assemblies from the ones that .NET Interactive itself depends on is a larger piece of work that's been discussed...

This is temporary while we redirect to a site with the updated editor. See #1218.