braco

Results 103 comments of braco

Any of you guys get this working on Android?

Buffer also isn't polyfilled by webpack anymore, and the build seems broken in browser. @cschwarz is this repo abandoned?

thanks @djhi, do you guys keep a roadmap anywhere that maps these kind of issues? I'll need to back out of the upgrade I started on

Try clearing your browser cache

Did this ever get implemented?

Is there currently no way to show all Markers like this? https://stackoverflow.com/a/35715102 ``` var bounds = new mapboxgl.LngLatBounds(); markers.features.forEach(function(feature) { bounds.extend(feature.geometry.coordinates); }); map.fitBounds(bounds); ```

Definitely not, at least not a good implementation. That's a huge missing piece in Gutenberg development – it's a huge pain to build components that have repeating elements.

A dirty functional approach https://gist.github.com/braco/5c48ad162dcd27f072debc3967aee0b0