dakur
dakur
Hello, do you plan to publish a stable release of v4? Thank you.
### Mautic Version 4.3.1 ### PHP version 7.4.29 ### What browsers are you seeing the problem on? Not relevant ### What happened? On fresh installation of Mautic, when I access...
Should stay as-is for beta. 
Version: 2.9.2, 2.10.0 ### Bug Description Parser throws: `Latte\CompileException: Cannot redeclare block 'someBlock' in ...` ### Steps To Reproduce Run Latte with this code in a template file: ```latte {define...
▸ Is your feature request related to a problem? Please describe. There is no intuitive way to nest element and nest them safely. I can use one of following methods:...
Following code works well (no output): ```php ZonedDateTime::of( LocalDateTime::of(2022,1,1), TimeZoneRegion::parse('Europe/Prague') ); ``` while this one throws `Brick\DateTime\DateTimeException: The time zone offset of 3464 seconds is not a multiple of 60`:...
Hi, I guess you expect this question – do you plan support PHP 8 as well? Thank you for your answer.
So that there is some reference point to ctrl+click into for common params like `appDir`, `tempDir` etc. in IDE NEON plugins. See related https://github.com/mesour-intellij-plugins/neon-nette-issues/issues/16
We use custom authenticators (independent on `Nette\Security\Authenticator` interface) which produce instances of `Nette\Security\IIdentity` so that it can be used for `User#login($identity)` afterwards. Inside of the identity, there is an object...
DI docs [explains well](https://doc.nette.org/en/3.0/di-extensions) what are `CompilerExtension` methods for. 👍 However – as I'm still quite untouched by Nette DI implementation world – I have no idea what to do...