Domen Kožar

Results 1246 comments of Domen Kožar

FYI: https://github.com/ennocramer/floskell (fork of hindent) seems to support derivingvia.

done in https://github.com/chrisdone/hindent/commit/d110354113283bdd78ada36639e496c2380b8f11

Thanks, will push a fix with test case and make a release!

Could you run following commands (in almir root directory) and copy the output: ``` bin/pshell production.ini >>> from almir.models import Log >>> Log.query[1] ```

And I'm guessing, you are using mysql?

Let me know if changing line in almir/meta.py from: ``` engine = engine_from_config(settings, prefix='sqlalchemy.', encoding='utf-8') ``` to: ``` engine = engine_from_config(settings, prefix='sqlalchemy.', encoding='utf-8', convert_unicode=True) ``` fixes the issue :)

Then we might need a custom type to force unicode conversion where needed.

Wierd. I'll take a look over the weekend and fix this.

Hmm, still need more details. Could someone provide ssh access to debug this one?

So little bit of brain dump on this issue: - it seems that some columns that we reflect from bacula don't always present as Unicode types (for example log, which...