moroz1999
moroz1999
The only method in PhpmigApplication to install migrations is PhpmigApplication::up, which takes the timestamp (version) of the last installed migration and installs everything with a bigger timestamp (version). As far...
We are using PHPMig not from CLI, but by sending HTTP request to PHP script. This PHP script makes an instance of PhpmigApplication to install the missing updates. PhpmigApplication doesn't...
Any hotfix for this? calc(50% - 1em) gives calc(49%)
@kaystrobach I expect the CSS3 feature named "calc" work as designed without being recalculated. https://developer.mozilla.org/en-US/docs/Web/CSS/calc lessphp should ignore such case at all without making any modifications. It's up to browser...
@seven-phases-max, thanks, I'll give it a try! update:@seven-phases-max, thanks a lot, your solution works just perfectly.