mark burdett

Results 41 issues of mark burdett

Currently, this app's docker config is using postgres version 12, travis config is using postgres version 9.6, and production instance is using postgres version 9.4 - but could be upgraded...

internal
tooling-upgrades

Email fields should only accept valid email addresses. This validation could happen in the browser, and should also be enforced by server-side code. Currently it appears there is no client...

At some point we'd like to allow variants for action title, summary, description, image etc. and setup A/B (or possibly multivariate) testing. The variants could be applied and tracked via...

It would be nice to add event and goal tracking via Matomo to action pages. This could include any intermediate "submit" click which starts the take-action process, as well as...

I have a video with metadata specifying 180 degree rotation. However, in this case ffmpegthumbnailer doesn't rotate the video, resulting in an upside-down thumbnail. The ffprobe output is: ``` Metadata:...

We might want a longer front page title (with more keywords), for search engine optimization purposes.

priority: unplanned

Sentry is logging some JS errors @ https://certbot.eff.org/instructions See also https://sentry.eff.org/eff/certbotefforg/

priority: unplanned

Here $bar is considered an unused variable: ```php $foo = new class () { public array $bar = []; }; ``` This also happens if I use the property in...

If you enable the SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses rule and run phpcbf on code that has `use` statements interspersed with other code (rather than all together at the top of a file as...

As far as I can tell, message params can be either a list or a dictionary of key-value pairs, but the latter is not well documented. An example might be...