Results 39 comments of Dominik Frankowicz

> An MVP works just fine. ... But in a more complicated setup (not easily reproduceable here I'm sorry), it require ... Is possible that some other things added in...

@a6965921 see https://github.com/pixijs/layers/issues/79

> Need more large late game power drains suggestions for this: * increase power consumption of higher tier buildings and increase their crafting speed. This way more advanced buildings will...

@KiwiHawk right, forgot that :)

@sheltondong if you will manage to find some solution then PR's are welcome, i think :)

other example: http://knpbundles.com/sonata-project/SonataMediaBundle https://github.com/sonata-project/SonataMediaBundle ![knpbundles - SonataAdminBundle](https://user-images.githubusercontent.com/2327600/67769605-16037400-fa55-11e9-998c-5ed2ccb9b6f3.png)

@Davabgaryan note: if you want program to keep working when "request animation frame" is paused by "tab switch" or "browser minimized" then you can try using "web workers" instead -...

Hi. I see 3 problems with Repository design here: 1. Its iterator: https://github.com/mtarld/apip-ddd/blob/main/src/Shared/Domain/Repository/RepositoryInterface.php#L12 * because of this it is treated as "collection of objects" in some situations: https://github.com/mtarld/apip-ddd/blob/main/src/BookStore/Infrastructure/ApiPlatform/State/Provider/BookCollectionProvider.php#L42-L46 . This...