Results 50 comments of Cal Paterson

> The library, as of 0.9.0, does not yet support itunes_duration. Yes it does: https://github.com/lkiesow/python-feedgen/blob/ffe3e4d752ac76e23c879c35682c310c2b1ccb86/feedgen/ext/podcast_entry.py#L136 Here's some code I use elsewhere: https://github.com/calpaterson/dircast/blob/a9c27572b38f9e5d22bce526b6d82196a749b019/dircast/feed.py#L10-L25

HI Emery, I set up a sample gunicorn/flask app here (set up for cProfile): https://github.com/calpaterson/example-gunicorn-app-profiling This is probably one of the more common setups for a web application. You tend...

I've spoken to a few people who have been confused by simple_salesforce using an old Salesforce version. It might help the usability of this library if you put it somewhere...

snowflake-sqlalchemy 1.4.3 fixes this problem for me, for both sqlalchemy 1.4.41 and 1.4.43. I think this issue can be closed.

Hi, yes looks like we do have similar goals! Thanks for letting me know, please give me a few days to read and digest what you've written :) And as...

Configuring these benchmarks and running them all was a big time sink and I think I'm done with it at the moment so I'm not going to reopen it right...

Ok here are some off the cuff numbers with my benchmark which as you know does a database query, uses a pooler, etc. As I'm sure you'll know, the trouble...

Hi, I'm afraid I don't have time to revisit this blogpost at the moment though I am keen keen to revisit the same subject in the future to see if...

It's a bit of a regret, honestly, though my view is that it's better to have pgbouncer do pooling with a single pool rather than each async worker maintain it's...

I'm sorry but I'm probably not going to be able to find time to check your numbers. If I did this again I would for sure use something like docker-compose...