Alexander G.

Results 90 comments of Alexander G.

I failed at searching some old issue where one of the users found that Environment Variables set in AWS Console got copied over automatically by AWS to a file somewhere...

Well, as far as I see, this concept is new to me and I didn't know it exists. From what I read, whenever the environment receives a configuration update (switching...

I got an eye on @Sammyjo20's Saloon package and might use it. 😁

`Issuer`Β kind is a custom kind right? It isn't a Core Kubernetes resource.

@sandweel This package contains only kinds that are in the Kubernetes core, but you can create your own classes and make them interact with your `$cluster` variable: https://php-k8s.renoki.org/advanced/create-classes-for-crds

I think macros should be added on the instance classes for custom methods. Would this be good? ```php Container::macro('getEnvFrom', function () { return $this->getAttribute('env'); // or something }); ```

+1, in need for this πŸ‘€

This package seems to be abandoned. I have initially forked the app, but I found out how inefficient is Socket.IO, and managed to create an open-source Pusher alternative (that doesn't...

I'm in the same situation. πŸ€” I surfed across the code and the only thing would be to be able to somehow tell other servers to search for the socket...