lukepass

Results 27 issues of lukepass

As the title says, is it possible to add a condition for the OS version? Thanks.

feature

Hello and sorry for my lack of knowledge about modern JavaScript. How can I include this library using a `` tag?

Hello, Sonata Media is using Gaufrette File and when I call this method of a provider: /** * {@inheritdoc} */ public function getReferenceFile(MediaInterface $media) { return $this->getFilesystem()->get($this->getReferenceImage($media), true); } It...

Hello, I noticed that the body listener isn't normalizing file fields: ``` body_listener: # transforms underscored keys to camel cased ones # http://symfony.com/doc/master/bundles/FOSRestBundle/body_listener.html array_normalizer: service: fos_rest.normalizer.camel_keys forms: true ``` If...

Hello, after having a lot of problems with my forms when using FOSRestBundle and JSON APIs I noticed that the documentation says: `If you use the camel_keys normalizer, you must...

Hello, I have set JMSSerializer / FOSRestBundle to use snake case and it's working fine. Unfortunately Nelmio is not showing the properties as snake case when using forms: /** *...

FOSRestBundle
JMS Serializer
Symfony Forms

Hello, I noticed a bug today: when looking at the API documentation if I have a model with `@JMS\VirtualProperty` and `@JMS\Groups` the virtual property is not correctly displayed in the...

bug
need tests

Hello, since the bundle doesn't automatically do this I created an extractor which should be able to get all the transactions from all the constraints: https://github.com/php-translation/extractor/pull/160 In the following example...

Hello, ho can I extract the translations in my controller or other PHP files? Now they are marked as `obsolete` even if they are used in the controllers. Thanks.

Hello, when running my suite after adding the listener a fatal error occurs: ``` ./vendor/bin/simple-phpunit PHP Fatal error: Declaration of Symfony\Bridge\PhpUnit\Legacy\SymfonyTestsListenerForV7::addError(PHPUnit\Framework\Test $test, Throwable $t, float $time): void must be compatible...