Hector Zarco

Results 40 issues of Hector Zarco

Algorithms, data structures or things more directly related with your role?

Hi guys, I have a `MapView` with a `MarkerCollectionLayer` as `childLayers`, and that `MarkerCollectionLayer` has a `MarkerLayer` that extends the `DraggableMixin`, so I'm trying to get the location of the...

Instead of just emitting random events

When i do this: ``` javascript var obj = { element: $('#myDiv') }; watch(object, function(prop, action, newvalue, oldvalue) { console.log(prop, action, newvalue,oldvalue,this); }); ``` Throws a error: TypeError: obj.watchers[prop].push is...

First, thanks for the project, it's really cool! So, I was thinking that will be really nice to support Service Worker to improve a the user experience, initial rendering time......

Hi there! Thanks for the awesome library!! I'm trying to get the **mimeType** from the **Blob** once I get using the **async** method: ```js const onChange = async (e) =>...

This will make integration easier since user doesn't have to worry about the video status and will just pass the **togglePlay** action

Should this component take of hiding the native controls when `controls={false}` on full screen mode? ```css video::-webkit-media-controls { display:none !important; } ```