Vitaliy Zhuk
Vitaliy Zhuk
I think this is a bug in library. Because group names does not work correctly. I try to set custom names, but see only `default0`, `default1`.... ```js const groups =...
as an example: ``` (function (sortable) { new sortable.Sortable(element, {}); })(require('sortablejs')); ```
Example diff for solve: ```diff diff --git a/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/BackedEnumValueResolver.php b/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/BackedEnumValueResolver.php index 4f0ca76d30..a8f58c4232 100644 --- a/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/BackedEnumValueResolver.php +++ b/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/BackedEnumValueResolver.php @@ -15,7 +15,11 @@ use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface; use Symfony\Component\HttpKernel\Controller\ValueResolverInterface; use Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata; +use Symfony\Component\HttpKernel\Exception\InvalidArgumentValueHttpException;...
@nicolas-grekas , if we use query parameters for filtering items? As an example `GET /products?status=Draft&creator=bla-bla`. In this case URL correct, because primary URL for getting products is `/products`, and other...
Your must generate a `*.pem` file and set to configuration.
http://stackoverflow.com/questions/21250510/generate-pem-file-used-to-setup-apple-push-notification
+1, but: ### Problem The code of error is bad for understanding between developers. The developer should know about all codes or see the list of available codes in each...
Hello @SheepBroadcast Please provide code for test this issue, and screenshot where you test token. Thank.
So, I should see you device token (without team id, key and private key), only you token for you device which you receive in you application. Why? Because in `src/Model/DeviceToken.php`,...