Marc Boscher

Results 10 comments of Marc Boscher

For added info, getting the issue with Google Calendar and Asana, but not on all links. Very possible it's related to some being straight `` versus popups. Will try to...

Some progress following instructions above, a few new bumps: *Gmail* `nativefier "https://mail.google.com/" --internal-urls "mail.google.*?" --single-instance --user-agent "edge" --name "Gmail"` Looks like most links are working now, but are loading in...

hey @danielbachhuber , what --user-agent are you using? Gmail keeps blocking login for me, blaming an unsecure browser.

@dmitrym0 check out https://unito.io/sync/trello/jira, it's does bidirectional sync between Trello and JIRA (among others). @somebox I thought it'd be ok to post this here since you weren't maintaining this actively......

There's also the GitHub provided webhook http://qr.ae/RbxPqe @slobak will it work with the new personal access tokens? And of course, 2-way sync between Asana and GitHub with http://unito.io It uses...

API keys are actually deprecated and on the way out. If some of you would like a deeper integration, we built an Asana-GitHub sync service at http://unito.io . Still in...

sorry @mattuuh7 , can't really help you with this project (I actually build the http://unito.io alternative). I don't think personal access tokens behave the same way as API keys. Here's...

Or at least, include the /dist folder with browserified output in the release file on github

Just tried this in my bower file's dependencies and it's working `"asana": "https://github.com/Asana/node-asana/releases/download/v0.7.1/asana-min.js"` Only thing is bower will generate a .bower.json file because there's none, and obviously that generated file...

Honestly, I'm no expert. But here is an example of another dependency hosted as a GitHub release. from my bower.json "chrome-platform-analytics" : "https://github.com/GoogleChrome/chrome-platform-analytics/archive/ca1.5.2.zip" If you open the zip you will...