Pavel Linhart

Results 4 issues of Pavel Linhart

Do you still accept PRs for 5.x branch? I would also like this feature for 6.x, but still haven't updated to Nette 3, so that will have to wait :)

Version: 3.0.13 earlier versions probably too - related issue: #345 ### Bug Description `{$this->hasBlock('test')}` yields different result than `{hasBlock('test')}`. Relevant code: - https://github.com/nette/latte/blob/462444d669809528b6f6ce191b616d747c9b4bfc/src/Latte/Essential/CoreExtension.php#L194 - https://github.com/nette/latte/blob/462444d669809528b6f6ce191b616d747c9b4bfc/src/Latte/Runtime/Template.php#L379-L382 When using `{$this->hasBlock()}` the `LayerTop`...

Since the `--fixtures` option has been removed (#28), would it be possible to load fixtures registered as services? `doctrine/DoctrineFixturesBundle` loads fixtures that implement the `ORMFixtureInterface`: - https://symfony.com/bundles/DoctrineFixturesBundle/current/index.html#loading-fixtures - https://github.com/doctrine/data-fixtures/blob/ae4e845decbe177348fdbecd04331f4fb96aa301/src/FixtureInterface.php The...