Patrick Yan

Results 7 comments of Patrick Yan

You are assuming that you only want `or` logic. Sometimes, you might want `and` logic. I need both, so I use a custom event that makes `a + b` or...

@brendo He's saying that the default behavior will be `or` (`,`), and anyone who wants `and` (`+`) will still have to use a custom event.

Yep Sep 28, 2013 0:38 Nils Hörrmann [email protected] 작성: > Are we talking about this: http://symphonyextensions.com/extensions/sections_event/? > > — > Reply to this email directly or view it on GitHub.

COUNT is super slow, and Flask-SQLAlchemy always gets COUNT for pagination. The first step would be to stop using COUNT and just have prev/next based pagination. Since this project looks...

In case anyone looks here, this extension is dead. Use Flask-Caching instead https://flask-caching.readthedocs.io/en/latest/

You are assuming that the time slots of the poll are equal to your personal availability time slots. For example, if I am trying to figure out the best time...