Dmitri Perunov
Dmitri Perunov
It can be done by moving pages to / and articels to /blog Here is a example configuration. ``` ARTICLE_DIR = 'blog' ARTICLE_URL = 'blog/{slug}.html' ARTICLE_SAVE_AS = 'blog/{slug}.html' PAGE_DIR =...
Hi, When I'm using serialization groups for `collectionOperations/get`, I'm expecting those fields not to appear in the view, instead I'm getting this fields with empty values. Screenshot should illustrate the...
Hi, really nice bundle, thank you for your work. :) In my project I want to extend repository class, which is not possible due doctrine mappings is not overridable via...
Maybe change last execution property to optional? So it won't require it to be set on creation. ``` - public function setLastExecution($lastExecution) + public function setLastExecution(\DateTime $lastExecution) ```
Hi, I'm using angular 1.5 and therefore I can't install it. ``` json "dependencies": { "angular": "~1.4.4" }, ``` Maybe update to ``` json "dependencies": { "angular": "^1.3" }, ```...
I'm experiencing weird dragging, when parent element have absolute positioning. Here is an example http://codepen.io/anon/pen/zxpvVa All I did is added to container ``` position: absolute; ``` Here is essentially the...
[`Provider\RemainingTotalProvider`](https://github.com/Sylius/RefundPlugin/blob/master/src/Provider/RemainingTotalProvider.php) is used to get available amount for refund for both `OrderItemUnitRefund` and `ShipmentRefund`. That's the theory, in practice [`Validator\RefundAmountValidator`](https://github.com/Sylius/RefundPlugin/blob/master/src/Validator/RefundAmountValidator.php) expects to be working with `Model\ShipmentRefund`, which is correct, but...
Hi, I was doing custom `Filter` for my current project and just spent like 5 hours debugging empty result for my query, which was result of `api-platform/core/src/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php` wrapping part of...
Hi, just installed a `catt` and it's unable to find devices. Chromium can cast youtube fine and founds device immediatly, phone casts screen good as well. Devices are in the...
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 