Gustavo Leon
Gustavo Leon
Hi @developit what do you think about this PR?
Got it. How about `nested.state.0.key` for numeric properties and `nested.state.[0].key` for arrays?
Hi @christopheragnus, I think Rails is trying to load the alias defined [here](https://github.com/hpneo/gmaps/blob/master/gmaps.js#L7). I didn't try to load gmaps with Webpack, so I can't help you, unless you can give...
Honestly I can't remember why I put that code, but I've never heard complains about it. When you create a map, you _need_ to set a width and height to...
I will run tests in some browsers and check if those lines are unnecessary.
Hi, I'm checking your code and I think it might fail in some cases. I will post some comments in your code, but first you need to apply your changes...
@wilfredonoyola hi Wilfredo, I'm afraid gmaps has been abandoned. Sorry about that. For the past 2 years I hadn't time to keep maintaining this library, and I couldn't find anyone...
Sure! Thanks for your interest.
@wilfredonoyola I made a [branch with a refactor](https://github.com/hpneo/gmaps/tree/refactor). I made a rewrite of the library, using ES6 (GMaps now is a class, arrow functions, spread operator, etc) and webpack. It...
@wilfredonoyola great! The most important thing right now is the last item. If you have a project that uses GMaps extensively, you can check if is working as expected?