Diego Garcia

Results 35 comments of Diego Garcia

hm... maybe: ``` $ kubectl exec $POD_NAME -it -n teresa -- ./teresa-server create-super-user --email admin_email --password xxxxxxxx ``` ?

I edited my comment @dereke sorry, ```diff - teresa-server + ./teresa-server ``` Thank you for showing us this issues in the helm chart

In minikube some things work a bit differently. You need to get the "minikube service url": ``` $ minikube service baphomet-teresa -n teresa --url --format "{{.IP}}-{{.Port}}" 192.168.99.102-32631 ``` And use...

Please, feel free to ask any questions as you need. Admin users can create teams (even if they don't belong of them), but the command `teresa team create` doesn't automatically...

if you prefer to talk in a chat group, you can found us in channel `Teresa` of the Gophers slack group.

There're some implications, f.ex the build of those applications may be different, practical example the `admin` app needs to collect statics, but `worker` don't. Another problem is if you perform...

I took a better look at the code of `SearchWithDispatch` and now I understand how that's works. This command change the `makeprog` to use `ack` and call `Make` command (from...

@kennygrant Golang News has an API? if yes, it's easy! If no, I need to parse HTML

Awesome!!! 👍 for json. About fields, for now, gonews only need the title and url, for instance: ```json {"title": "A comparison of Go and Scala", "url": "https://www.quora.com/Scala-vs-Go-Could-people-help-compare-contrast-these-on-relative-merits-demerits/answer/Nick-Snyder-1"} ``` It would...