Moni
Moni
How would I do that? I can't seem to understand the problem to be honest. I've been manually fixing it by ssh-ing into my VPS and cloning my repo just...
> As I understand https://superuser.com/a/929567 it would be and `~/.ssh/config` with > > ``` > Host github.com > FingerprintHash md5 > ``` would this be for the `dokku` user?
I would love to see this!
Any news on this?
 what can i do about this in my case? do i have to wait for this PR to be merged?
@marcusolsson what's your way of handling this? I managed to think of a solution but it involes leaking an abstraction of my underlying store ```go type UserStore interface { Save(tx...
what kind of sticks?
I was thinking of setting up a Kubernetes `CronJob` (https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/) using some kind of Docker image that creates a dump then uploads it to S3 as I mentioned in the...
what was done regarding this?
Seeing that the stdlib is heavily inspired by go, I'd recommend a similar approach: ```go scanner := bufio.NewReader(os.Stdin) scanner.Scan() // advance in input line := scanner.Text() // get the input...