Anton Filimonov

Results 378 comments of Anton Filimonov

Hi, #206 is about word wrap, better keep all related ideas in one place. Same request for klogg variar/klogg#99

This has been implemented in [klogg](https://github.com/variar/klogg)

@yyy could you try [klogg](https://github.com/variar/klogg) in same scenario? I test it only in VirtualBox MacOS VM, and would appreciate feedback from real MacOS users.

Could it be that the bkp.sql file has only single line?

@GeadSolutions could you run `wc -L bkp.sql` This command should print the length of the longest line in the file bkp.sql. glogg uses QByteArray/QString/QRegularExpression classes from Qt library. These classes...

It is definitely not a huge length. I've no more ideas at the moment. You could try [klogg](https://github.com/variar/klogg), I've rewritten a lot of glogg's code, so this particular issue might...

Sorry for that. Looks like out of memory issue. Could you restart klogg (without any files)? It might have created a crash dump, and on next start it should ask...

Glogg uses `\n` character to break lines in logs on all operating systems. Could you describe what gets wrong with opening Unix-like file on Windows?

One of the reasons to start my own fork was to be able to make changes faster. Now after several years I understand why Nicolas doesn't react to issues and...

I've merged @gin-ahirsch commits to [klogg](https://github.com/variar/klogg) (CI builds 19.01.0.273, links to binaries for different platforms are on main repo page). Also I've updated #189 so latest master build artifacts for...