-
The following error occurs when accessing https://webuild.sg/
[blocked] The page at 'https://webuild.sg/' was loaded over HTTPS, but ran insecure content from 'http://fonts.googleapis.com/css?family=…
-
https://webuild.sg/api/v1/events - only meetup.com events are being shown
E.g. Frontend meetup is not showing https://www.facebook.com/events/693827800694635/
-
https://github.com/webuildsg/webuild/blob/master/package.json#L22-30
-
For example, from this month we're planning to announce Gopher meetup as both Facebook and Meetup events. Can WeBuild be configured to pick only one?
-
Any repos from SG doing this? If so, let's promote them.
http://up-for-grabs.net/
-
so the `https` site works :tada: - can we force a redirect from `http` to `https` ? :smile:
related issues #88 #49
![image](https://cloud.githubusercontent.com/assets/413879/4585935/9c733ed2-500d-…
-
I suspect this is a paid event:
http://www.meetup.com/Next-Generation-Testing-Singapore/events/207549392/
Blacklist?
-
http://www.meetup.com/Singapore-Creative-Coding-Meetup/events/207355862/
Meetup.com api response from https://api.meetup.com/2/event/207355862?&sign=true&photo-host=public&page=20
```
{
"visibility"…
-
@miccheng is doing an awesome job with this and it deserves more attention :)
-
The trivial case check for `waitAllPromises` calls `resolve`, which isn't defined.
https://github.com/webuildsg/webuild/blob/master/events/utils.js#L29