Marc Godard

Results 55 comments of Marc Godard

I can confirm this. Extra lines show up only in IE.

I went a different direction: ```javascript history.pushState = new Proxy(history.pushState, { apply (target, thisArg, argumentsList) { // run function stuff here Reflect.apply(target, thisArg, argumentsList) } }) ``` This has been...

It's all the same with other oauth providers, but it's not a bad idea to be added to simplify it.

I have the same issue where locally (Mac) the bold text doesn't show up, but once deployed on Heroku it works as expected. Unless you plan to serve this from...

@kavishatalsania See my answer above. @dpolicastro this can be closed. If you want this to be an issue, add an issue to the broken dependency.

@sulaysumaria I didn't have any issues on linux, but I did on MacOS

@sulaysumaria No it isn't, but as I said above, it doesn't effect production (on linux), only dev on my mac. So I don't care.

@somyaranjank I am having the same issue. Trying to figure out how to add a custom verifier to handle this and other special auth cases. I was looking at the...

@jnardone Do you have any code samples of this?