Florian Moser
Florian Moser
Maybe consider using another default font. I exported the vendor view and replaced all CSS occurrences of `font-family: DejaVu Sans;` with `font-family: Helvetica;`, which saved almost 1MB of filesize (using...
OpeningHours\Entity\IrregularOpening::isOpen() seems to ignore the timezone. How to reproduce: ````php $openingHours = OpeningHours::getInstance(); $set = $openingHours->getSet('my-set'); $now = new \DateTime('2017-09-11 14:09:00', new \DateTimeZone('Europe/Zurich')); $io = $set->getIrregularOpeningInEffect($now); var_dump($now); var_dump($io); echo $io->isOpen($now)...
I'm still running into occasional Sqlite errors. I just locally updated a project (which worked fine) and then transferred it to the server (git pull, composer install) just to see...