Andrew H
Andrew H
Pinning version as a temporary workaround like @neurocis mentioned solved this for me as well
I had the same issue with vscode not showing the kernel. I based my fix off of this post on a related issue with a different kernel https://github.com/microsoft/vscode-jupyter/issues/8286#issuecomment-971801528 In short,...
Throwing my vote in for this as well. I don't see the harm in another provider, if people don't want to use it they can simply not enable it!
We've run into this as well. This also blocks redeploying a release that references a branch that was deleted. Use case there for us is that we sometimes need to...
I have this problem.. I'm currently trying to run version 20.7.31 and after some time running it seems to update it self to the latest version which several of my...
I've got a version of the container running with my proposed change, will submit a PR once I verify it resolves the issue.
`-noautoupdate` doesn't seem to be a switch on the CLI anymore. The help output lists a new option `-disableDownloads []`, which I've tried as stated however it does not seem...
After a bit more investigation I think this is actually due to some bug in the update process built into the container when using environment variables instead of the configuration...
I've been looking into how to add libmsquic into the chiseled images and have been running into problems (needed a slice, created a slice, but still isn't working 🤷). The...
Yeah I tried following all the examples I could find in the linked (-R) issues, but I think because libmsquic is not in the ubuntu repo there are some gotchas....