Mark Massoud

Results 43 comments of Mark Massoud

Good catch! I've digged into it too and caught this comment: https://github.com/angular-ui/angular-google-maps/blob/master/dist/angular-google-maps.js#L4186 Maybe he's using ```$watch``` for markers on purpose as well? just a guess...

Had the same issue, it was indeed not enough memory. Changed it in `helm/promviz-front/values.yaml` as: ``` resources: limits: cpu: 200m memory: 1Gi requests: cpu: 100m memory: 1Gi ``` (512Mi wasn't...

@rodrigopandini I've tried your approach and it didn't work, still unable to connect: Did you encounter this error too? Thanks!

I am having the same issue... @arunaousula9421 have you found a solution?

It works, thanks a lot @BorisOsipov! 🎉

Right, if we use the regex `content.match(/(^@\w+)/g)` instead (note the `^`), it should handle tags only

I'm also having a lot of trouble getting it to work with Google Cloud Functions (https://github.com/serverless/serverless-google-cloudfunctions)... it does not seem to support `package.individually: true`. Did you guys end up with...