Pete Ryan-McFarlane
Pete Ryan-McFarlane
I've got some pesky non-breaking white space characters interfering with the default regex which detects if a space key has been pressed. I can solve it locally by extending the...
I'm experiencing a rather strange issue - when selecting an option with mouse, the event bubbles up to the form and I can inspect the form data, but when selecting...
A simple fix, but could be confusing for people just coming to the package (like me!)
I really like this simple router, I think it would be a touch more flexible if you were able to overwrite the request method with a simple hidden input (a...
Hi, what do you think about adding timestamp columns to the database table `fun_with_flags_toggles`? We wanted to build some tooling to show which flags have not been used recently, to...
### Describe the Bug `PhpWord\Shared\Html::parseImage()` calls `urldecode($src)` on the image before trying to fetch it. This breaks when I am using a pre-signed url, e.g.: ### Steps to Reproduce ```php...