RobIsHere

Results 25 comments of RobIsHere

To get the intent right you have to set trusted proxy and headers. The necessary header 'HEADER_X_FORWARDED_PREFIX' is missing from Laravels internal getTrustedHeaderNames(), so it silently discards this header from...

The background is: if you want to add attribution like requested in e.g. almost all Creative Commons Licenses, you need to write the author copyright right onto the image. Only...

I've built a select box with useSelect() hook and it shows also the validation message before the user clicked submit. All other form fields like text inputs do not do...

-webkit-overflow-scrolling: touch helps with this. https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-overflow-scrolling