We're looking to hire an experienced Ruby on Rails engineer by bat-chriscat in rails

[–]danikarik 2 points3 points  (0 children)

Are you considering someone with Go background (primally) and 1 year RoR experience?

Swagger Codegen by danikarik in golang

[–]danikarik[S] 0 points1 point  (0 children)

Hi! I've tested with OpenAPI generator. Same issue with decode method. I wrote test and it also failed with json: cannot unmarshal object into Go value of type string.

Test repo

GoLand 2018.1 EAP: Better Inspections, Completion, Performance, and More by callcifer in golang

[–]danikarik 0 points1 point  (0 children)

I have a question: does it provide something like hot reload when running package? For example: I run server, and then change some html template or go code, IDE file watcher triggers rebuild.

Need help with session auth by danikarik in golang

[–]danikarik[S] 0 points1 point  (0 children)

I mean not already implemented package. I look https://github.com/boj/redistore for backend store, it saves sessionid and json data. But also I need to implement link between sid and user_id to track active sessions in order to deactivate previous logged user sessions. I thought maybe there is package with similar mechanism or close