Ivan Tcholakov

Results 4 issues of Ivan Tcholakov

By using the scope skip_observers() triggering of all the attached/registered observers can be disabled. See https://github.com/jamierumbelow/codeigniter-base-model/issues/113

I am making a theme (one big compiled CSS as a result) that is built from less sources (Bootstrap 3, etc.) and some original CSS sources from GitHub. And here...

Line 116: ``` php $rawBinary = mcrypt_create_iv($numInts * PHP_INT_SIZE, MCRYPT_DEV_URANDOM); ``` This is a dependency on mcrypt PHP extension. What about making random bytes generation more tollerant to system configuration?...

![image](https://user-images.githubusercontent.com/1438104/233286625-cdadf12b-b106-47ca-aabf-da0cb73e16db.png) ```php /** * @return int */ public function getMultiplierFactorNumeric(): ?int { return $this->multiplierFactorNumeric; } /** * @param int $multiplierFactorNumeric * @return AllowanceCharge */ public function setMultiplierFactorNumeric(?int $multiplierFactorNumeric): AllowanceCharge {...