Maksim Kochkin
Maksim Kochkin
I tried to use OTS chart in Argo following the helm-dependency example and spent some time to find out why Argo uses helm2 for my chart instead of v3 (my...
``` Uncaught Exception "TypeError" with message: "Argument 1 passed to League\OAuth2\Client\Provider\AbstractProvider::prepareAccessTokenResponse() must be of the type array, string given ``` It happens because `AbstractProvider::getParsedResponse` returns string when content can't be...
Here https://github.com/mailru/easyjson/blob/c120ca7ced6051261161ce15e8f1542a4b2567fc/parser/pkgpath.go#L122 we have getPkgPathFromGOPATH function ```go func getPkgPathFromGOPATH(fname string, isDir bool) (string, error) { gopath := os.Getenv("GOPATH") if gopath == "" { gopath = build.Default.GOPATH } for _, p...
Built the extension on MacOS Catalina, PHP 7.4.6 using latest PHP-CPP and rocketmq-client-cpp. And here is an error that I get on any PHP run ``` PHP Warning: PHP Startup:...