Mark Massoud

Results 55 comments of Mark Massoud

FYI, I proceeded to fork this project (https://github.com/digital-dynamite/serverless-google-cloudfunctions-awesome) ([npm link](https://www.npmjs.com/package/serverless-google-cloudfunctions-awesome)) and have it include all our changes. So what I have more: - the `provider.credentials` can take the Service Key...

@wootencl perhaps assigning other maintainers to the repo would help? I'm willing to give a hand, I'm sure other people would do.

@wootencl I've tested your changes, it deploys functions properly 👍 Couple of points I noticed: - It doesn't work anymore **without** the `individually` option - All the functions upload with...

@huysamen did you find a workaround on this one? I'm getting the same error

Thanks @huysamen, for typescript I'm using [serverless-plugin-typescript](https://github.com/graphcool/serverless-plugin-typescript), but Webpack's tree shaking is still not working... will probably switch to a custom build process as well...

There is this PR https://github.com/serverless/serverless-google-cloudfunctions/pull/164 that @wootencl did a very good job to start it. There is however few things here and there before it can be merged.

Have you tried with `ng-show` directive? You can also play with the `opacity` [option](https://developers.google.com/maps/documentation/javascript/reference#MarkerOptions). It will hide the marker but not the marker's label. It can be passed in the...

@marcio199226 Although your solution works, this is not the "angular-google-maps" way of doing it. Referring to its doc here: http://angular-ui.github.io/angular-google-maps/#!/api/google-map, the `````` directive takes an event object

Did you properly adjust the height of the map via css?