Mislav Marohnić

Results 921 comments of Mislav Marohnić

Thanks for reporting! It seems that Facebook Graph API doesn't give away information about your username anymore; they actually go quite a length to hide that information. I wonder what...

Yikes. I was thinking of adding a change that rejects any ajax response that's not `text/html` and loads the resource with hard reload instead. That would address this issue but...

I don't think it would be hard to add a check. In fact, you could try to take a stab at a pull request for this. We might also consider...

Thanks for reporting. If the `protocol` and `hostname` aren't properly set, how is re-parsing them using the HTMLAnchorElement going to help set them? Do you have a case in which...

Without a test case to reproduce it with, I can't merge this yet.

Oh it's an IE thing? I will check, thanks

First of all, I'd like to avoid adding hidden elements to the DOM because then we have to worry about cleaning them up after pjax, and probably other edge-cases as...

Yeah I'm also wary of the complexity to do this, but I think if you install pjax on the page, we should make sure that forms are submitted with the...

Thanks. I'm traveling right now so it can be a while until I review all of this.

Interesting! Thanks for letting us know. 👍