Indy Jones
Indy Jones
I experienced the same error, try `export CGO_ENABLED=1` https://golang.org/cmd/cgo/ The `fastpbkdf2` library is written in C and wrapped by `go-fastpbkdf2` for use in Go. After setting the environment variable, I...
@Alexandre-Fernandez I ran into the same problem and fixed it (temporarily) with https://github.com/StenopePHP/Stenope/compare/master...indyjonesnl:Stenope:patch-1 There are prettier / better solutions, I agree. But this does allow me to use localized routes...
Hi @ahmadabd Late response, but maybe it'll help someone else. You can create a CRD: ```php final class Certificate extends K8sResource implements InteractsWithK8sCluster { use HasStatus; use HasAnnotations; protected static...