robinchew

Results 14 issues of robinchew

Ability to send important message to: - comment in pdpdmeetup.com - comment in meetup.com event. http://www.meetup.com/meetup_api/. - https://twitter.com/djangoperth - pdpdmeetup.com users' email Is commenting in meetup events the only way...

If comments are created in pdpdmeetup.com, then it should automatically be created in meetup.com, and vice versa.

Single page comments, so that you don't have to comment in stale meetup events. Comments can be pinned and used as event announcements or job advertisement.

Just running the following piece of code will take up about 40,000 bytes of memory. ```erlang Conn = case ahttp_client:connect(https, "gassensor.blob.core.windows.net", 443, [ {active, false}, {verify, verify_none}, {parse_headers, []} ])...