Alain ANDRE
Alain ANDRE
@dimsunideas I'm having the same problem ; after some researches, I'm wondering if it has something to do with the manifest file.
@dimsunideas finally I did my own token server as the problem comes from webview that does not allow to open the login popup inside it but in an other instance...
@carromeu, @zacsneds No sorry I did not implemented social login due to this Apple restriction, I'm not sure any plugin can do differently. I had the same problem with a...
Hi @joseramonc, have you found your solution ? I'm having the same problem. if you guys can have a look at this [issue](https://github.com/alain-andre/ar-template/issues/15) in my project ?
Hi @alexrothenberg, can you have a look at this [issue](https://github.com/alain-andre/ar-template/issues/20) in my project ? I'm having the same problem, but I couldn't resolve it using the infos in this thread....
I'm having the same error on Ubuntu 17.04 and Sublime 3. Zeal (0.3.1) is installed and my ruby docs also ; when sending `/usr/bin/xdg-open dash-plugin:keys=rails\&query=respond_to` Zeal is opened and the...
Its working when you define the keys in the **key binding** file and not in the DashDoc **preferences** file.
Hi @grosser, I'm in a class inside my guardfile. What I need is when guard catch a modification, that it select the modified lines of the changed file and start...
@grosser I need to run it in current process. I changed my code this way : ```ruby class GitModifiedMatcher def match(file) diff = `git diff --no-ext-diff --unified=0 --exit-code -a --no-prefix...
One should basically be ```html {% for post in site.categories[page.category] %} {{ post.title }} {% endfor %} ```