Dov Benyomin Sohacheski

Results 118 comments of Dov Benyomin Sohacheski

@GrahamDumpleton Regarding your comment on *it needs to wait until Python 2.7 support is dropped from wrapt*, why can't you publish a separate branch without Python2 support?

> I dont see how python 2.7 should be affected. The stub files will just be ignored by Python 2.7, so I dont see any problem with it. I was...

@chrmarti @bamurtaugh Any development updates? A solution to this issue would solve many other *(to list a few)* open issues: - https://github.com/microsoft/vscode-remote-release/issues/8532 - https://github.com/microsoft/vscode/issues/177139 - https://github.com/microsoft/vscode-dev-containers/issues/1745 - https://github.com/microsoft/vscode-remote-release/issues/4444 - https://github.com/microsoft/vscode-remote-release/issues/5085...

@jeeftor I find myself in a very similar situation, at a company with 6k employees. IMO, over time, we see more and more companies that employ stricter firewall, policies, and...

@dkwgit I published a *feature* that is supposed to transparently handle the CA installation into the container during startup. Due to the abovementioned issues, it does not currently work. https://github.com/bdsoha/dev-containers

@chrmarti Like previously mentioned in [the comment above](https://github.com/microsoft/vscode-remote-release/issues/6092#issuecomment-1592344685), I created a dedicated **feature**, that is meant to install the CA cert in the running container. Like @dkwgit mentioned, the process...

After a second look, I noticed that the `history` object is returning a native `axios` object that does not have a `fullUrl` equivalent parameter. https://github.com/ctimmerm/axios-mock-adapter/blob/37a2875003155b8a7013563efb3e8090cd457b60/types/index.d.ts#L64 **Solution** Instead of basing my...

@c3y1huang Any updates on the merge process?