Marian-Kechlibar

Results 19 issues of Marian-Kechlibar

Version: 3.1.7 ### Bug Description When using nette/application 3.1.7 and nette/utils 3.2.7 together, Tracy shows a deprecation error in SmartObject: User Deprecated [Nette\Application\UI\Presenter::getContext](editor://open/?file=....vendor%5Cnette%5Capplication%5Csrc%5CApplication%5CUI%5CPresenter.php&line=1415&search=&replace=)() is deprecated, use dependency injection. and the...

Version: 3.1.11 ### Bug Description I need to verify whether a file upload MIME type is actually one of a list of types. The resulting error message is unhelpful. ###...

Library version 2.3.0. When using the standard `GroupsRequestBuilderGetRequestConfiguration` to list groups, the property createdDateTime is returned with a real date of creation for all groups, (system and manually created alike)....

I am using the latest version (2.3.0), and I want to get the list of all sites. When I use the classical SitesRequestBuilderGetRequestConfiguration and invoke `$response = $context->sites()->get($configuration)->wait();` I get...

question

**Describe the bug** All uses of the translate filter, e.g. `{var $dateFormatForParams = ('kraken.picker.formatparams'|translate)}` are, during Code Inspection, annotated with a warning: `Undefined latte filter 'translate'` This is a built-in...

enhancement
EAP

**Describe the bug** Filters like translate are able to take parameters. An example: `{var $pingHttpTranslated = ('kraken.http.statuscode'|translate, [code: $httpCode]) }` This is valid latte and works as expected. But Latte...

enhancement
EAP

So, yesterday David Grudl released a fix of Nette Forms 3.2.3 and changed the signature of the method setValues again, now it is: `public function setValues(array|object $values, bool $erase =...

Nette Tester currently supports a new output format console-lines, which looks very nice and, IMHO, is the most informative of them all. An optimal combination of colors and information, as...

enhancement

Nette Tester supports --Setup switch, which runs a specific initialization script before the testing actually commences. This is a very useful feature. I believe that adding a --Wrapup switch with...

enhancement

The following endpoint `'https://graph.microsoft.com/v1.0/groups/' . $entityId . '/sites/root/'` which, for a Group that is a Microsoft 365 group, returns details of that team's root Sharepoint site, cannot be accessed programatically,...