Lawrence Cherone
Lawrence Cherone
Im trying to notify room users using @all but when the message is posted its not being parsed by hipchat, its just showing as a string. ```
In chrome im getting the following error, file is served though express (static route) Resource interpreted as Document but transferred with MIME type audio/mpeg: "http://127.0.0.1:8080/assets/sounds/silence.mp3". When you hit the file...
Its there an event for zoom change? or do I need to do: ``` google.maps.event.addListener(map.oMap, 'zoom_changed', function() { console.log(map.oMap.getZoom()); }); ```
Then can just pass the config path and run it, this way can run **multiple tunnels**.
Your sites broke... https://scottcheng.github.io/cropit ``` scottcheng.github.io/:1 Mixed Content: The page at 'https://scottcheng.github.io/cropit/' was loaded over HTTPS, but requested an insecure stylesheet 'http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/tomorrow.min.css'. This request has been blocked; the content must...
This will add the users image path on hydration so it available to other routes other then /user/\* ones
This will allow it to be set in hydration, making the image path available to templates on other routes other then /user/*
Just a heads up really for isEmail($value): The current list of subdomains (http://data.iana.org/TLD/tlds-alpha-by-domain.txt), many are over 6 chars in length.
Plinker returns array now, so this will break, on newer versions of plinker tasks component. https://github.com/lcherone/cloud-developer/blob/7316245db00c871ffbabd482a521c38259d9dcf9/app/module/cms/view/admin/template/edit.php#L138