Tomáš Procházka
Tomáš Procházka
Hi, is it possible to add support for reverse debit (code RD) and reverse credit (code RC) transactions to `AbstractParser::transaction()`? Sources: https://deutschebank.nl/nl/docs/MT94042_EN.pdf (page 8) https://www.csas.cz/banka/content/inet/internet/en/MT940_B24.pdf (page 5)
Hi, I'm using Twig 2.14.4 with PHP 8.0.3 in CMS. Template snippet: `'You have % z new comments' | format( newCommentCount )` If user has error in input of `format`...
Method `Nette\Http\Session::getSection()` has optional second parameter which can change class of returned object. This extension does not support it and always returns `Nette\Http\SessionSection` class.
Version: 4.0.0 ### Bug Description Release notes for nette/utils 4.0.0 mention existence of `Nette\Utils\Json::decodeFile()`. This method is not present in version with 4.0.0, but was there in 4.0.0-RC4. ### Possible...