siredwin

Results 7 comments of siredwin

@lowlevelcodehustler, Turns out you are right. Cron needs to have exported fields to be gob encoded.

This also answers a lot of my questions. Should I run one cron for all entries? Should I run one cron per entry? It looks like you need to save/persist...

The last update was February 2018 on any of his/her projects. It is fair to say that something unusual happened to Olahol in 2018.

For anyone else, Authboss puts CSRF token in the header. If you are importing Authboss into a new server(project), it may be a good idea to put CSRF token in...

I wish I had seen this earlier when I was dockerizing this. But it is true. It needs GOPATH. Even docker images need to be Golang images, not just any...

@sergolius, you are right. I assumed it needed GOPATH because of the exact nature of the paths. Indeed any Linux Image can work. It works. I am using solution 1...

I have always used Pongo2 for all my personal projects. I also found it useful as a lexer/parser. It saved me from writing my own.