Daniel Platt

Results 38 comments of Daniel Platt

interesting. I will have to read up on this library.

PHPUnit\Framework\TestCase is related to PHP Unit changing to namespaces. Not sure why the server is trying to run the tests.

#130 is a duplicate of this. However, as the discussion is happening there, this ticket should be closed.

Symfony will ignore .env* files in production. You will need to set them up yourself, in Apache or Nginx.

There does need to be a recipe for flex. If you want to give it a go, then I'm happy for you to do it. It does need doing.

I haven't looked into creating recipes. It's something that I assume needs doing. The bundle needs config setup and I don't know if that is done automatically.

yeah, sorry, I'm thinking about a different bundle. maybe the recipe isn't required?

The reason we wanted to use PHP enums was better reason about the value in our application logic and the reason to keep using DoctrineEnumBundle was to enforce the value...

@fre5h If you could incorporate the unwrapping of the enum in the validator, then this bundle would support php enums.

The website, schollz.com, returns 7 ingredients, rather than the 12 listed. https://www.bbcgoodfood.com/recipes/irish-stew 200g smoked streaky bacon is translated into 1 whole. ``` { name: "streaky bacon", measure: { amount: 1,...