Kyle
Kyle
Couldn't have PHPStan some special-cases whitelist to handle this?
I guess this could have 2 layers: ```php interface Common\PrivateBasicKey { // The current content except sign() } interface Common\PublicBasicKey { // The current content except verify() } interface Common\PrivateKey...
Here is a simpler example of need for a common interface that includes DH: ```php public function addKey(Common\PublicKey|DH\PublicKey $key): void { $this->store[$key->getFingerprint()] = $key; } ``` Without PHP 8, we...
For now I simplified on my side ignoring completely `DH` and it could be fine. Feel free to close this PR if irrelevant. Thank you 🙏
@sdras Up? This fix the way links are displayed on GitHub.
As a work-around, I downgraded socket.io-client from 2.3.0 to 2.2.0 and it sounds to work fine again.
Thank you, I will inspect this. Basically our API is supposed to filter any unsupported feature when it properly receive the version number with the request headers so it does...
Is it possible you have an old servers list in cache? Can you try to refresh it with: ``` protonvpn refresh ``` And tell if you get rid of this...
Glad to hear :) I hope it was the same issue for other people in the thread. The thing is we add new servers, have to move the infra regularly...
Hello, we had to revamp the list the API is returning. We'll see if we can bring support back for the old CLI. In the meantime you can use the...