Igor Rogatty
Igor Rogatty
If you want to use JS native classes you also need to use http://ember-decorators.github.io/ember-decorators/latest/docs. Currently, this plugin doesn't understand what the decorators mean. When using the `@service` decorator, there is...
`dispatch(new MyJob(ModelWithBinaryUuid::create()))` fails with: ``` message: "Unable to JSON encode payload. Error code: 5" exception: "Illuminate\Queue\InvalidPayloadException" file: "/vendor/laravel/framework/src/Illuminate/Queue/Queue.php" line: 91 ``` This is a know issue documented in https://github.com/laravel/framework/issues/15235 and...
When we try to include `foo:modifier.bar,foo:modifier.baz`, only `foo` and `foo.bar` get included, while `foo.baz` is ignored. I believe this change is backward compatible, as I made sure `$this->includeParams` stays the...
It was broken since update to CKEditor v27. See https://ckeditor.com/docs/ckeditor5/latest/updating/guides/update-to-27.html#clipboard-input-pipeline-integration