Andrey Semakin

Results 52 comments of Andrey Semakin

I can confirm the issue on Python 3.6.4, SQLAlchemy 2.3.2 and sqlalchemy-imageattach 1.1.0. I think it happens because generate_thumbnail() does not consider our 'extra discriminating primary key columns' and just...

It seems to me that author forget to apply `filter_by(**self.identity_map)` in the `ImageSubset.__init__()` constructor. As I can see `filter_by()` function is applied later in `ImageSubset.count()`. I think that is the...

@dahlia, your code is beautiful and well-documented but it's very difficult to unravel crazy genealogy of classes and mixins :fearful: `uselist=True` mode seems to be very buggy: at least I...

The work done here is epic! Although it seems that the PR is too huge to get merged. What if we split it into smaller parts and merge quickly? Even...

I'm not sure if you guys are positive about the idea of merging this big PR in few smaller parts, but I was able to extract one part of this...

The same trouble for me. ![default](https://user-images.githubusercontent.com/9129071/43034613-12aac0b2-8cf9-11e8-80bd-faa4d8067e55.png) Python version: 3.6.5

It seems to happen because of telethon update: https://github.com/LonamiWebs/Telethon/issues/822

omg TelegramTUI is completely broken with latest Telethon. They are using `async` features now.

`pip install telethon==0.19.1.6` Working solution.

Approve this issue. The same for me.