Szántó Zoltán

Results 11 comments of Szántó Zoltán

If you are talking about setting up XDebug with devilbox and VSCode: [here](https://github.com/cytopia/devilbox/blob/50ab236ea9780e6c3ba35d357a451d48aba9a5d2/docs/intermediate/configure-php-xdebug/linux/vscode.rst) you go

A little bit off topic, but a few months ago I had to implement a geolocation thingy. But the problem with the maxmind db (or any other ip to country...

oh, I forgot about the datetime format :grin: I'm using english/hungarian/romanian languages but I didn't overwrite the view until today to fix this issue.

What do you think about refactoring this view to use the standard column formats for date, like: `'last_login_at:datetime'`. In the weekend I can make a PR if it's okay. I...

I haven't had time yet to investigate this issue, so I just replaced the column with `datetime`. After August 21 I will make a PR.

> ``` > created_at:datetime > ``` That would be the perfect solution!

@StarveTheEgo it's not completely a bad idea cause the next major php version will possibly include JIT which will improve CPU intensive tasks > It is expected to make most...

It seems that the language selector is not changing the app language, not even on the master branch