Matt Gibbs
Matt Gibbs
> Currently, ISO files are planned to be supported towards the end of 2018. Until ISO support gets added, this repo is still a **_much_** better option. The alternative (for...
PR #1224 added to address this.
@chientrm @benmccann @Rich-Harris Thanks! 🎉
@bdon @daniel-j-h 👍 for `pmtiles merge` > it's preferable to first address the use cases people actually need (which do you need?) Case 1 (no overlaps) would be an excellent...
@jedisct1 No worries, I understand :) I'd much prefer AES-GCM too, but am stuck with AES-CCM for this specific hardware device.
@hjkta thanks for the PR!
@hjkta Would it make more sense to just have a single `Toggle all` button? That way, we could add a `toggleAllText` setting that works just like `noResultsText`... i.e. if the...
@hjkta Good question. That might work too. Since it would be just another `fs-option`, the only issue might be the need for a bunch of extra code to treat it...
@mbmukesh Thanks for the PR. Could you elaborate on the specific issue you ran into? E.g. Did you have 2 instances of the fSelect library on the page? Were some...
The problem with adding `e.stopImmediatePropagation()` into `$(document).on('click', function(e) {}` is that it'll break **any other libraries** that add click handlers into `document`. > I have a single instance that was...