Daniel Underwood

Results 9 comments of Daniel Underwood

Ahh I wasn't aware of that. Is that standardized by Oauth or would it be worth looking into adding a config option to auth with non-primary emails?

It may be worth noting that upgrading the version fixed the issue with new uploads, but I had to do something like the following to fix previously uploaded photos: ```bash...

I'm not sure about solving the first point, but to > How should I build expressions such as .where(Hero.id.in_([1, 2])) so that mypy and Pycharm don't flag the in_ as...

I'll try to see if I can reproduce it tomorrow, but it looks like there's an encoding error somewhere: `'ascii' codec can't decode byte 0xc3 in position 13: ordinal not...

I've done a bit of digging and it looks like it's an encoding error somewhere. I'm able to somewhat patch the problem by changing wikipedia.py:364 from `assert redirects['from'] == from_title,...

I wasn't aware of the pypi issue. It looks like the best practice is using reStructuredText since both GitHub and pypi support rendering of rst. It looks like the readme...

I have pushed commits to change the readme files to the rst extension and highlight code in blocks in the main readme.

Any update on the progress of magnet links? I have looked through the code, but haven't seen anything so far.

> @danielunderwood this will require us return sort_name from artist table in MB. Can we add to metadata? @Qstick Don't know if I communicated back when this was implemented in...