Patrick Kusebauch
Patrick Kusebauch
@foxycode Yeah I know it functions like that. That is why I have `{continueIf $itemsParent->isAllowed() === false}` in the template I posted earlier. My problem is that it is not...
@foxycode I guess this really depends on the point of view. Since it is a presented as Nette component, but it does not work fully with Nette. It should be...
@darkWolf-PR well the issue in your case is that you have one specific use case. That use case (admin navigation) usually uses the tree structure to group some links together,...
Can investigate no earlier than Friday this week.
Initial investigation findings: - My implementation was based on the [PHP documentation page](https://www.php.net/manual/en/function.get-debug-type.php). The bug described here is not properly documented there. The examples of outputs of this function do...
PR to PHPStan opened, issue to PHP docs opened, and PR to PHP docs opened.
Sure thing. This does not work: ```php $api = new SendGrid('qwerty123456'); $email = new Mail(); $email->setFrom('[email protected]'); $email->addContent(new Content("text/plain", 'bla')); $email->addContent(new Content("text/html", 'bla')); $email->addCustomArg('domain', 'localhost.net'); for ($i = 1; $iaddTo(new To('test'...