jonozzz
jonozzz
Cool, can't wait! So is the "memory" backend going to be an official backend ?
You could get some inspiration from OpenVPN's solution: Change: ``` AllowedIPs = 0.0.0.0/0 ``` To: ``` AllowedIPs = 0.0.0.0/1,128.0.0.0/1 ```
Can you try my changes https://github.com/jonozzz/Ecobee-Suite
Outlook allows horizontal dragging only for "All day events". It might be a good place to start and if the user wants it to be a "meeting like" event (within...
It's not that it's slow, it's leaking! I've got a 1.3GB `gettoq_message` table in just 2 days. Is it supposed to cleanup() itself ? I called Message.objects.cleanup() manually and it...
In this case DELETE from .. WHERE `visible` = 0 and then maybe an OPTIMIZE TABLE .. But pop() at every N messages would seem a better idea. Once records...