David Schovanec

Results 19 comments of David Schovanec

@GuiTeK This simple line can fix that https://github.com/schovi/octopus/commit/a39612969286891c705384c214d7f1d0c365609f Just migrating our app and the db gems are most painful.

@drn What have you choose instead? We are currently switching from Resque to SQ and trying to duplicate current "stack" where we had this kind of statistics.

@kostya Is there any native tool for that? My naive idea is to do it manually like: ``` crystal def read return @string if @string @string = .... if @expire_in...

Inspiration https://github.com/sdogruyol/kemal-session/blob/master/src/kemal-session/base.cr

@mceachen Having a hard time to run all tests. I will try to handle that.

@mceachen no. It would be awesome to have tests prepared in Docker

I can try help. Having fun project which I want port to Crystal from Rails, or at least some parts and GraphQL API is one of them

@elorest For example Haskell is compiled too and there is really pretty interactive env for that. What is different from Crystal?

@citizen428 thanks for explanation!

For postgres related seg fault, sometimes following helps: ``` export PGGSSENCMODE="disable" ```