thingalon
thingalon
> I saw you decided to create your own E2E framework for Super Cache. Why have you decided to go this way instead of reusing the existing `e2e-commons` framework available...
> Yeah, it does make sense to me, and I understand that the selected approach might be more straightforward than adapting e2e-commons to your needs, but in the end, it...
This is a cool idea, but I'm afraid I'm not looking to add new features right now. I'm totally open to reviewing and merging PRs for new features though..? 😉...
🤔 I've never heard of an issue like this before. Do you see the same problem when running commands from other plugins? Did you install Pony SSH through the extensions...
It looks like the SSH library which Pony SSH uses (along with just about everything else in the VSCode ecosystem) [doesn't support Kerberos / GSSAPI auth](https://github.com/mscdex/ssh2/issues/333). Before it could be...
> I am attempting this in #35104. However, the ISA styles are too tangled to modularize without risking UI bugs. Don't feel pressure to solve 100% of all cases in...
Reviewing the events, you see: - `boost_view_upsell_cta_in_settings_page_in_plugin` twice, and - `boost_page_view_settings`. The only problem I see is that the first is called twice. One tracks the upsell being shown in...
It seems like something worth investigating / fixing. It wasn't a blocker to the 3.0.0 release, but it'd be nice to avoid double events.
This has been superseded by code that's already merged.
It looks like the ssh libraries that pony-ssh relies on were a little out-of-date, causing it to fail to connect to more modern ssh server versions. I've released pony-ssh 0.7.0...