Jon Sequeira

Results 700 comments of Jon Sequeira

This might be an issue with this specific package. Do you happen to know what location it's looking for? For example, if it's looking in a build output location, it...

I was referring to this from your exception details: ``` Error: iText.IO.Exceptions.IOException: The CMap iText.IO.Font.Cmap.UniCNS-UTF16-H was not found. at iText.IO.Font.Cmap.CMapLocationResource.GetLocation(String location) ``` My guess is that this is a file...

I can't speak to NotebookNavigator or Neovim specifically, but it might be helpful to note that Polyglot Notebooks is just one frontend for the .NET Interactive kernel. Another, which is...

Since GoNB already supports the Jupyter Message Protocol, you should be able to follow the same process that enables Python and R to work within a Polyglot Notebook. https://github.com/dotnet/interactive/blob/main/docs/adding-jupyter-kernels.md

Related: https://github.com/dotnet/interactive/issues/2793#issuecomment-1453781539

There was a VS Code update. I'm not able to repro this and was wondering if you have a pending update, which will often cause the extension to fail until...

That's very likely a NuGet issue. You might verify that by seeing if the same package reference and NuGet path works for an ordinary project.

The main fix is underway here: https://github.com/microsoft/sqltoolsservice/pull/2346

The workaround is to install .NET 7, until the SQL Tools Service is updated to .NET 8. https://github.com/microsoft/sqltoolsservice/pull/2346