Ryan McLaughlin

Results 10 comments of Ryan McLaughlin

Anyone willing to do a quick and dirty explanation on how to get this up and going at least? Would love this.

I was able to get a node.js port of this to work, here: https://github.com/jesseditson/jss

Is there any gmail.js solution for this? If you watch the inspector on the email table on the new Gmail, you can see all email flashes and is re-rendered after...

@josteink 👍 thanks for the thoughts. started using mutation observers, but it's not working reliably. perhaps something gmail does to prevent it.

Apparently this is not possible anymore since the Google+ API is deprecated. Hopefully there's another way. There are services that will fetch favicon's and web app icons from the head...

@russelldc Gotcha. I did something similar with Inbox's old placeholder images, but obviously a better options is to render these with css rather than make many requests. `const avatarUrl =...

@russelldc Nice work. Good to see it's not terrible but definitely not great. gmail.js and Inboxsdk have the same problem I believe, their handlers have a hard time observing a...

Yeah, actively watching the dom. It's why there's a setTimeout on updateReminders currently. If you try adding a class when the page loads to an email, any changes are reverted....

I can't remember to be honest. I think it was `gmail.observe.after("load_email_data", callback)`? I'm sure there's a better way; I think `http_event` would be interesting.