Fredrik Blomqvist
Fredrik Blomqvist
That is what I had to do too to get it loading using plain `import`. Remove UMD-wrapper and do `export const fuzzysort = fuzzysortNew();` Don't think it's "crap", it's standard.,...
I can confirm this is the case (Chrome 22).
+1 for this. And/or JSON of course. Side note: totally surprised me that bookmarks are apparently not part of Twitter's takeout zip!? (the takeout is otherwise formatted as a reasonable...
(btw, even sillier CSS question/request ;) What's the rationale for setting "top" to 3.5em? It leaves a gap top UR. And using 0.5em it would align with the OL zoom-buttons...
I handle it using a "pending images" dictionary that blocks further calls for a specific image-id during the async load. (I.e similar to @stefanrybacki but using an external DS) Seems...
Triggering a 'focus' on the ".select2-search__field" in the "select2:open" event seems like a workaround.
@ioki-klaus Yes, forgot to say that you had to use native event focus triggering. I think the biggest hack is that there's no good way to find the search-field via...
Same issue reported here: https://github.com/bevacqua/horsey/issues/63 A PR is pending https://github.com/bevacqua/horsey/pull/44
There's a PR for this here: https://github.com/bevacqua/horsey/pull/71
For me fading out 1->0 works with a duration. But fading in 0->1 jumps immediately for raster layer. MapboxGL version: 1.13.2