Alex Dufournet
Alex Dufournet
Could adding an email address field when scheduling the deploy be a simple way to get feedback in case of an issue?
Thanks for your reply @mosesn! That makes complete sense to me, I would need to do some cleanup of our documentation and sbt plugin as they are currently very Guardian...
I recently had a case when wiring a class with default parameter values in the constructor, and I also think the current behaviour is the right one (ignoring default value,...
Thanks for your suggestion! I thought about it as well, but I believe the token that github gives us is read-only. For the notifications side of things I haven't made...
Last time I checked there wasn't a token for that type of calls on the API. We would have to go full authentication which would mean having to load a...
Hey @lhayhurst thanks for the bug report! I'm not sure I'll have the time to debug that one, nor the test environment I'm afraid! I wonder what's happening there, it...
Now that's a very good question! Developing gnome extensions is, hmm, fiddly at best. You can pull the repo locally [like this](https://github.com/alexduf/gnome-github-notifications#the-manual-way) and modify the code to print more information....
Not off the top of my head, but I wonder if using this notation might work? ```js Soup.URI.prototype.soup_uri_to_string.call(this.authUri); ``` Like [here](https://github.com/alexduf/gnome-github-notifications/blob/master/extension.js#L179)
ha, amazing! I'll look into fixing it this week
FWIW I tried it on a fresh project and couldn't get that feature to work. I switched to Ace editor which does the trick for me. I'm not putting that...