William Warriner

Results 155 comments of William Warriner

It looks like it fails whenever it can't find an extension on the marketplace. Happened to me with `ms-python.anaconda-extension-pack`, which apparently no longer exists. Seems like swallowing the error (or...

Thanks for the wonderful package, it's been incredibly useful! I've noticed the issue reported by the OP occurs for third-party VSCode servers, where the official marketplace is off-limits. If the...

I managed to modify the `extension.js` file in the following way: CTRL+F -> `"bash` Change the string literal `"bash"` to `"bash -c \"MY_COMMAND bash\""` I've confirmed that this correctly starts...

Port forwarding for SSH is not disabled on any part of our cluster. I am not intentionally attempting to forward any other ports to the server. I was using `remote.SSH.enableDynamicForwarding`...

Yes to your last question, ideally with the ability to customize the wrapping command.

I am interested in where this is going, so I attempted prototype implementations of the method suggested by @jni. I also tried a modified method with a different mode of...

I took your advice @jni. Hope this is more helpful! [Gist link](https://gist.github.com/wwarriner/18b835f38b5e20f498dfca1f509af335)

> > > Jumping in to say thanks for working on this! > > I had a small poke around in the notebooks in your gist. > > * In...

Using `watershed_line=True` with replacement by maximum neighbor did not work. The error pattern has changed, but there are still errors. It isn't clear what to do from here short of...

I happened to stumble on this infinite redirection loop myself today on my Windows machine. Works fine in our production docs on GitHub.