Adam St. John

Results 22 comments of Adam St. John

At [Sitata](http://www.sitata.com), we're currently migrating from Backbone Relational. The decision was made 100% based on the store concept, which didn't jive well with our existing patterns. Backbone associations is much...

FWIW, @nurugger07's repo works well in production so far and it's likely the adjustments just need to be copied over if he's preoccupied.

At the time of writing, mailgun sets the content-id of the attachment to the supplied filename. I have an open ticket with them to see if there is a way...

Official stance from mailgun is that they don't currently support specifying `content-id`. Although not ideal, this remains a working solution until the day they decide to support something like that.

It's been a while. Updating our own branch and coming back around to this. Here's the mailgun docs: https://documentation.mailgun.com/en/latest/api_reference.html#api-reference https://documentation.mailgun.com/en/latest/api-sending.html#sending If you'd like to verify what I went through with...

@amsul, How's the re-write coming? This would be really sweet, and I love your library. Cheers!

@baptistejamin - A year or two ago, Intercom's SDK had this functionality built-in so that a message was never missed. If the app was in the foreground, they had a...

@baptistejamin - for what it's worth, my suggestion would be to not force anyone to use FCM as some will inherently be using APNS directly. This means you would need...

I'm using Ubuntu 12.04. I also set `RUBY_FFI_NCURSES_LIB` as suggested, but that resulted in the following error: ``` Could not open library '/lib/i386-linux-gnu/libncurses.so.5.9' : /lib/i386-linux-gnu/libncurses.so.5.9: wrong ELF class: ELFCLASS32 ```...

@KeysetTS, On Ubuntu 12.04, my output is: ``` /lib/x86_64-linux-gnu/libncursesw.so.5 /lib/x86_64-linux-gnu/libncurses.so.5 /lib/x86_64-linux-gnu/libncurses.so.5.9 /lib/x86_64-linux-gnu/libncursesw.so.5.9 /lib/i386-linux-gnu/libncursesw.so.5 /lib/i386-linux-gnu/libncurses.so.5 /lib/i386-linux-gnu/libncurses.so.5.9 /lib/i386-linux-gnu/libncursesw.so.5.9 /var/lib/dpkg/info/libncursesw5:i386.list /var/lib/dpkg/info/libncursesw5:i386.shlibs /var/lib/dpkg/info/libncursesw5-dev.list /var/lib/dpkg/info/libncursesw5:amd64.shlibs /var/lib/dpkg/info/libncurses5:i386.md5sums /var/lib/dpkg/info/libncursesw5:amd64.list /var/lib/dpkg/info/libncurses-ruby1.9.1.md5sums /var/lib/dpkg/info/libncursesw5:i386.postrm /var/lib/dpkg/info/libncursesw5:amd64.postrm /var/lib/dpkg/info/libncurses5-dev.list /var/lib/dpkg/info/libncurses-ruby1.9.1.list /var/lib/dpkg/info/libncursesw5:amd64.md5sums /var/lib/dpkg/info/libncurses5:amd64.list /var/lib/dpkg/info/libncursesw5-dev.md5sums...