johnd0e
johnd0e
> but the return value of `runHooks` is revelant here So I agree that this may be useful feature (though not essential). It is possible to simulate it even with...
> 1) The "negative" filte is NOT new it has been there for teams as well since ages. > [...] The fact that you did not eaven realize the negative...
> but provide the features for those who are happy with what we have. For those who are starved for features we are providing test-builds, and I will push #456...
- overlay-kml: + https://github.com/mapbox/togeojson now continues as https://github.com/tmcw/togeojson. We do not use it as there are no major changes yet (atm, there are ES2015+ and https://github.com/tmcw/togeojson/pull/18). + https://github.com/makinacorpus/Leaflet.FileLayer is not...
More alternatives: - core + https://github.com/IITC-CE/Leaflet.Geodesic has an alternative: https://github.com/henrythasler/Leaflet.Geodesic More complex code without observable advantages. And it event does not try to address issue which is important in our...
Unexplored alternatives: - core: + https://github.com/jawj/OverlappingMarkerSpiderfier-Leaflet: see https://github.com/robertleeplummerjr/Leaflet.spiderfy/, see https://github.com/jawj/OverlappingMarkerSpiderfier-Leaflet#30, https://github.com/jawj/OverlappingMarkerSpiderfier-Leaflet#31 - regions: + https://github.com/jonatkins/s2-geometry-javascript/ has more advanced fork https://github.com/Daplie/s2-geometry.js/ It's unclear if we really need that improvements (it also...
https://github.com/Download/ulog/ is not latest version intentionally, see https://github.com/IITC-CE/ingress-intel-total-conversion/pull/366#issuecomment-739888789
Alternative solution: simple storage management plugin. In theory your expiration feature could be easier for end-user, but I'm not sure that proposed scheme is general enough to handle all the...
One more idea. It would be good if we have not raw localStorage keys/values, but also some metadata, to let easily identify related plugin. It will not harm if plugin...
> * make IITC storage [persistent](https://developer.mozilla.org/en-US/docs/Web/API/Storage_API#box_modes) [...] > * monitor available storage [...] That may be good in general, but will not help with `localStorage` at all.