Patrick Yan
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.
That fixed it!
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...
Same issue. A bit concerning that there has been no response for 6 months?
Anyone googling for the answer: seems like Safari is not supported. Using Chrome works.
For me, the change was `const AC_DEVICE_NAME = '[system a/c] Samsung';`