Nicolas Lemoine
Nicolas Lemoine
Hi, I tried to add a `maxSize` constraint from [Symfony](https://symfony.com/doc/current/reference/constraints/File.html) on a file input. Turns out it's not working because Symfony expect a [`Symfony\Component\HttpFoundation\File\File`](https://github.com/symfony/validator/blob/ba749dcd52cac8e66ed768d527d48cf5d038ed7f/Constraints/FileValidator.php#L117) object. Is there any way to...
Taxonomies and posts have different API, they should be unified (and maybe more unified with traits or common column class).
Existing CPT can be extended. Taxonomies should too.
#### Version information * Plugin version : dev-master * PHP : 7.3.3 * WordPress : 5.2.1 * ACF version : 5.8.0 * Polylang version : 2.5.4 You chose the `locale`...
## Is your feature request related to a problem? 2.x might be a good opportunity to make some ~~spring~~ winter cleaning in the global context provided by Timber. IMHO, some...
Hello, Following up on #2397, I added Carbon Fields (`^3.0`) integration.
Hi! I'm facing an issue related to #3451 Consider the following example: ```php class SomeExtension extends AbstractExtension { private array $filters = [ 'filter1', 'filter2', 'filter3', // and so on......
Hi, First, thanks for this excellent software! It is very well crafted. Have you considered adding multiple providers such as [subliminal](https://github.com/Diaoul/subliminal/tree/master/subliminal/providers)?
Hi! While playing around with Surge, I noticed the plugin makes changes to PHP globals at various places: - https://github.com/kovshenin/surge/blob/e68d4be79ab7fafe54799413962d9ea9a9150768/include/common.php#L143 - https://github.com/kovshenin/surge/blob/e68d4be79ab7fafe54799413962d9ea9a9150768/include/common.php#L115-L118 - https://github.com/kovshenin/surge/blob/e68d4be79ab7fafe54799413962d9ea9a9150768/include/common.php#L107-L108 Is it intended? Since `key()` is...
`DONOTCACHEPAGE` is used by quite some plugins.