Pierre-Luc Auclair

Results 4 comments of Pierre-Luc Auclair

I hope this isn't gonna change. I am using this very "feature" to allow both admin and user accounts for the same people under different contexts. It's an edge case...

I don't see why we should restrict anything based on emails. It's up to you to enforce that behavior.

Hey. I fixed my HTTPS embed problem by changing line 86 to: ``` php 86. $embedCode = str_replace('http','https',$data['html']); ``` My issue came from the fact that OEmbed service only returns...

Just a FYI, JavaScriptCore on iOS also has differences. The stack has no line or column information, but the Error has `line` and `columns` properties, those coordinates refer to the...