Stephen A. Imhoff

Results 147 comments of Stephen A. Imhoff

That is a log from such a scenario. In the log file presented, the docker context is `desktop-linux`, which is the docker desktop context: ```shell C:\Users\xande>docker context ls NAME DESCRIPTION...

`Dev Containers: New Dev Container` works with the context from the windows side (by default, at least - you can create devcontainers on non-default distros by opening folders on those...

Yes, this problem still exists.

On a personal level I get annoyed with versioning in the package/namespace name. I understand why people sometimes do it though.

Take the breaking change, drop v3 support (which hasn't been updated in > 18 mos). If v3 support is still needed for some reason, release/maintenance branch.

...except you're using the file, not a cert from the store, as the client id, right? Very probably it's not loading the entire chain from the file (it only actually...

@cocowalla - well, _often_, `SSL_CERT_FILE`/`SSL_CERT_DIR` are set to a global location, so it ends up being the equivalent of the Windows certificate store (I'm currently cursing Python, because it uses...

While I agree that it would be nice if `SslStream` would send the entire cert (which would probably require the actual cert domain types keeping their reference, or whatever), there's...

> Add --tag I have a use for this. Due to some weaknesses in the current published action, I've had to write my own action, and I'm having to do...

> I'm not sure I full understand this, what about this: ... Somehow I'd missed the ability to pass a revision name to `cz changelog`, which would cover my needs...