Manuel Dalla Lana
Manuel Dalla Lana
Due to the backward compatibility promise of 1.2 branch MailWatch must support old version of MySQL and their choice to support an incomplete set of UTF8 back in the days....
`hidepid` is a system hardening measure, read more on this link https://linux-audit.com/linux-system-hardening-adding-hidepid-to-proc/ If you hide process pids MailWatch can't enumerate the running processes.
Package is not dead, see https://github.com/KnpLabs/DoctrineBehaviors/issues/743#issuecomment-1903653444
Hi @marcoroth, have you had time to look at this issue?
Any update on this?
@zploskey I'm so used to 2 space indentation that I didn't though about it: I've fixed identation, but I like that the psr-0 section is on 2 separated lines, I...
@GromNaN looks like sfYaml in symfony has been updated to autoload classes and manage encoding better. I can work on this testing the new yaml library version with doctrine1 or...
The symfony1 sfYaml library is fully compatible with doctrine1
Hi! This depends of where is your local is: usually I use `{{ asset('local/path/to/img.jpg') }}` when the images are inside `public` directory (e.g. `public/local/path/to/img.jpg`). When I use `vich/uploader-bundle` for dynamically...
Hi @garak, Yes, the different engines can sometimes generate quite different outputs. There are some tips on [this WeasyPrintBundle issue](https://github.com/pontedilana/WeasyPrintBundle/issues/4) that show how to adapt your CSS to fix some...