Adam Quaile

Results 14 issues of Adam Quaile

Hi, I'm not sure if this is an issue with my setup, honcho or php, but maybe you can help..? I have a `Procfile` with ``` caddy: PYTHONUNBUFFERED=true /usr/sbin/caddy php:...

Hi, I'm having an issue and after trying to investigate myself I've come to a dead-end. A container in a local dev env was timing out on making some requests,...

Create a simple test case running in all supported versions of symfony. At a minimum it should test that the form type compiles and doesn't rely on features that were...

I weighed this out for accuracy and for scaling down purposes.

There's a couple of pending changes which will start to update the database structure. Adding in doctrine migrations will help these be deployed without problems.

Resolving and building the emails shouldn't happen in the main web request. Install messenger and implement support for queueing with e.g. rabbitmq.

Looks like swiftmailer will soon be superseded by a new mailer component which promises to have a better interface and make a few new features available, such as sending emails...

It's been suggested that one way that enveloper would be useful would be as a generic service in a microservices setup. Currently the templates are either volume mounted or built...

DX
help wanted

An option at the template level, defaulting to enabled, will enable auto-inlining the CSS of a template after it has been rendered.

DX