barryhunter
barryhunter
Just relies on the browser/server caching. So would need the server to be setting appropriate HTTP headers to allow caching (Expires and/or Cache-Control), then the browser would transparently cache. Seems...
ok. sure but *I'd think that this is providing the range that the zoom should be in (i.e. the target zoom level).* that is what is doing. If define as...
So are thinking to have as a new separate 'option', as opposed to overloading keepCurrentZoomLevel. ie add 'options.zoomOutsideRange'. Or is it just reflectoring the complicated if(..) clause that concerned about?
It is from `nginx` that learnt the practice :) But it is true that searchd.log is not all 'errors'. My goal at least is be able to seperate the logs....
Ok, was just hoping it might help others. Was surprised when had an issue, and needed to look at searchd.log, that it was all intermingled. Would also be nice if...
There is a bug in this library, kinda inheritied from raspi-lora. Even raspi-lora wouldnt receive broadcast messages, unless `receive_all` was used. This project tried to fix it, but not quite....
From what I remember, the YEARMONTH(attr) type functions only work with a 32bit uint, they bulk at being passed a bigint. BUt otherwise, timestamp, seems to work just like uint.