Tim Voronov

Results 100 comments of Tim Voronov

Here is an error message that one of my friends sent me: ``` core.cpp:15:10: fatal error: 'QAbstractAnimation' file not found ```

Sorry, my code has a mistake, of course there is must be "FROM SYSIBM.SYSDUMMY1 FETCH FIRST 1 ROW ONLY" (it has been edited). But, the problem is "CASE WHEN EXISTS"...

Oh, you don't have a such problem... I suppose, it's because of old version of DB2 we use - v5r4. I'm not a big expert in SQL, so I can't...

Hey, thanks for bringing it up. I'm not quite sure. I need to test it.

Hey guys, sorry for such a late reply. I've been pretty busy lately. I will try to fix it this week.

Can anyone provide an example of their handlers that causes this behavior?

try this: ```go lecho.New(&lumberjack.Logger{ Filename: "/var/log/myapp/foo.log", MaxSize: 500, // megabytes MaxBackups: 3, MaxAge: 28, //days Compress: true, // disabled by default }) ```

Hey, Are the versions of zerolog the same?

Could you show me how you set it up? Here is a workable snippet: ```go package main import ( "github.com/labstack/echo/v4" "github.com/rs/zerolog" "github.com/ziflex/lecho/v3" "os" ) func main() { serv := echo.New()...

What if you remove this line ``lecho.WithLevel(log.INFO)`` ?