580 reputation
619
bio website tombrunoli.com
location Brisbane, Australia
age 19
visits member for 3 years
seen 36 mins ago
stats profile views 57

1d
accepted Share a single service between multiple angular.js apps
1d
comment Share a single service between multiple angular.js apps
Ah don't worry, I figured out a good way to do it - put it in a run block in the apps, not the shared modules
1d
comment Share a single service between multiple angular.js apps
That works nicely. How would you propose I do the $window.rootScopes thing with multiple shared services? I would presume it would double up if I wasn't careful
1d
asked Share a single service between multiple angular.js apps
2d
awarded  Notable Question
May
20
awarded  Enthusiast
May
19
accepted Ruby: Rescuing the same error type twice
May
17
asked Ruby: Rescuing the same error type twice
Apr
28
accepted Commas in Compojure routes
Apr
26
asked Commas in Compojure routes
Apr
17
accepted eventmachine memcache and heroku
Apr
17
comment Instagram: Get photos from a tag after a specified photo
Cheers John. As it happens, we did pretty much the exact same thing when I built the system last year. One thing that you may find handy (which took me way to long to find out), is that the you want the oembed link, not the amazon s3 link for the images or they expire.
Apr
17
awarded  Popular Question
Apr
15
answered eventmachine memcache and heroku
Apr
15
comment eventmachine memcache and heroku
Yeah it was configured correctly. I discovered that heroku needs SASL authentication, which the EM memcache client doesn't have. It turns out Dalli (which does support it) actually has an async mode that works beautifully
Apr
15
asked eventmachine memcache and heroku
Apr
5
asked 100% cpu after a few requests with rainbows and em-synchrony
Apr
2
accepted Sequel accessing many_to_many join table when adding association
Mar
29
comment Sequel accessing many_to_many join table when adding association
Thanks Jeremy. If I made a model for the join table, how would I set up the relations so I can do wishlist.items? Also I presume I would just create an instance of the join model when I want to associate an item with a list - am I correct?
Mar
28
asked Sequel accessing many_to_many join table when adding association