Roy Duineveld

Results 87 comments of Roy Duineveld

As for #72; just install GTM and try to debug with https://tagassistant.google.com

Copy the content of `/etc/resolv.conf` and then remove it with: `sudo rm /etc/resolv.conf`, next recreate the file with Nano or Vim: `vi /etc/resolv.conf` and paste the content. Then restart the...

Copy the content of `/etc/resolv.conf` and then remove it with: `sudo rm /etc/resolv.conf`, next recreate the file with Nano or Vim: `vi /etc/resolv.conf` and paste the content. Then restart the...

Boostrap 4 is final now: https://blog.getbootstrap.com/2018/01/18/bootstrap-4/, still no plans @mistic100?

Hi @timgws, thanks for your response. I'm currently using your suggestion but in comparison with "having" it's very slow. For other people coming by here, I'm using this to do...

See https://github.com/timgws/QueryBuilderParser/pull/27

Just ran into the same issue, thanks for your work @mathieutu! Using your helper function for the time being, hope @taylorotwell will fix this.

But what are we going to do when we get the focus event? Reload isn't always wanted but needed in my use case, when we just switch tabs the page...

The session timeout when logged in isn't my problem, the csrf expiration is. When I set `session.lifetime` to `10080` a user has to login again after 1 week. But with...

Thanks for helping out @mikebronner; it's just a Laravel web applications where users can login. Having the login page open, close your laptop and open it the next morning and...