Omar Elgabry
Omar Elgabry
I don't have any idea on how to do so. If someone cal help that would be awesome.
Hi. I tried to log in with facebook and I just got this message. I will figure out how to solve it but in the meanwhile, you can still log...
Thanks. But, please without the part of giving an option to enable/disable the authentication, as this part needs to be document, coded, tested and reviewed.
This already is almost done by [Socket.io](https://github.com/socketio/socket.io), but, there are pitfalls. If two users are chatting together; userA and userB. If userA lost the internet connection, the socket will detect...
Hi Andrei, I'll look into that. Thank you.
I am no longer working with Spring and I am afraid to break any changes. If you can do it, I would really appreciate it. Otherwise, I can't promise to...
@LeonBeilis Hi, thanks for the heads up, since this is no longer under development, can you open a PR and I will approve it. Thank you!
Instead, you can pass the request and response objects whenever you create a View instance(the same thing we do with controller class). ``` php public function __construct(Controller $controller, Request $request...
Yes! you are right. However, give me some time to dig into this issue.
After digging into this issue, If found that, `SERVER_NAME` is more reliable but it can also be insecure as `HTTP_HOST`, _Why?_ Because it depends on the server config. If [UseCanonicalName](http://httpd.apache.org/docs/current/mod/core.html#usecanonicalname)...