Jon Sequeira
Jon Sequeira
It looks like it's having a disagreement with the redirected console input or output. We should implement a clear gesture at the REPL level. See: #19.
`Shift+Enter` does seem to be broken on Mac. `Shift+Tab` doesn't show history, it's intended to navigate through completions. If you type `Console.` it cycles forward through completions and if you...
This is related to https://github.com/dotnet/runtime/issues/802
It might be related. I haven't taken the time to make certain.
@Haplois If you want to take a look, that would be great, though if @patriksvensson has changes planned for the completion APIs, I'm fine with waiting. I'm opening a few...
Thanks for the kind words. When .NET Interactive supports different TFMs or SDKs, then `dotnet repl` will be able to do so as well, but it's not a problem we're...
Can you post the results of the following two commands from your terminal? ```console > dotnet nuget list source > dotnet --info ```
If you create a nuget.config with an entry for nuget.org, I suspect it should fix this.
Did you get a chance to give this a try?
This is definitely something we could do and #56 did introduce some code changes that bypass the Spectre.Console rendering in certain cases. It's implicit right now but could be made...