Gregory House
Gregory House
Currently nothing prevents ~~user~~crontab from running two copies of `presta:sitemaps:dump` twice. This will cause race condition for index modification. I think support for blocking FS-based lock type can be easily...
## Motives `lua-resty-auto-ssl` is extremely useful in development environment as well as in production. However while LE is great and free, it's not flexible enough for all scenarios. OpenSSL bridges...
It seems like `lua-resty-auto-ssl` uses an outdated version of dehydrated. This causes issues with proper decoding of JSON responses which in turn fails ACME request: ``` web_1 | 2021/03/17 06:29:52...
The bundle integrates nicely with Symfony, but I discovered setup has to be done manually. Maybe the maintainer can add Symfony Flex recipe for 4.x integration?
### Problem While working with phone numbers I discovered that phone numbers aren't handled properly when they contain extension. This is related to https://github.com/giggsey/libphonenumber-for-php/issues/255, since `PhoneNumberType` internally calls `PhoneNumberUtil::format()` while...
**Describe the bug** Parsing plists produced by `NSKeyedArchiver` produces a tree of dependencies where references are marked with `CF$UID` pointing to the main tree. The library squashes these into integers...
I came across a weird behavior while using the library - if background color (e.g. 42 - green) is specified before foreground (e.g. 30 - black) the render will contain...
This is more a question than an issue. We are running some workloads requiring bath processing of records. To speed up the process multiple workers are used. The problem is...
### Symfony version(s) affected 6.0.5 ### Description This may be either a documentation problem or a bug in the PropertyAccess itself (hoping for the later ;)). In essence I have...
### Symfony version(s) affected 6.0.4 ### Description Attempting to inject `\Doctrine\ORM\EntityManagerInterface` to a naming strategy (class implementing `\Doctrine\ORM\Mapping\NamingStrategy` and set in `doctrine.orm.naming_strategy`) fails with a stack trace (see `stack_public_first_refresh.txt`). What's...