Doug McInnes

Results 10 comments of Doug McInnes

I'm having a similar issue with `:PlugUpdate` I also rewrite my github urls: ``` [url "[email protected]:"] insteadOf = https://github.com/ ``` ``` fatal: Could not read from remote repository. ``` Doesn't...

I have seen this before -- it uses cached data if your network was down. Were you having connectivity problems?

Sure thing, feel free to submit a PR On Mon, Jun 19, 2017 at 4:09 AM Wolf-Gideon Bleek wrote: > Thanks for your answer. I wasn't even aware of the...

It was @adelcambre's idea! On Tue, May 17, 2016 at 12:51 PM Joshua Tobin [email protected] wrote: > thanks @dmcinnes https://github.com/dmcinnes 👯 > > — > You are receiving this because...

The login prefill is almost certatingly coming from autocomplete on the user's browser since we don't keep track of or set a default value: https://github.com/heroku/identity/blob/master/views/login.slim#L21 The no email sent is...

I looked into just supplying the signature but it will encode it twice :/ Getting a patch into rack is probably the right way to go if this pattern is...

Opened a PR on Rack to allow disabling of the warning for cases like these: https://github.com/rack/rack/pull/900

The rack PR has been merged! Once a Rack release is made we can update to fix this.