mareeo
mareeo
windeploy.sh is missing libmd4c.dll. This file is included on [installation page](https://pgmodeler.io/support/installation) instructions under Windows dependencies.
## Description This PR moves the check for other active/animating modals to hide the dimmer to the hide animation complete instead of the hide animation start. ## Testcase [https://jsfiddle.net/xmd9eht6/](https://jsfiddle.net/xmd9eht6/) ##...
# Bug Report When a modal is hidden, it checks for other modals and if there are no other active or animating modals it hides the modal dimmer. This happens...
When creating from a string value leading decimals cause a `NaNInputError`. ```php // Works \Litipk\BigNumbers\Decimal::fromString('0.110'); // PHP Fatal error: Uncaught Litipk\BigNumbers\Errors\NaNInputError: strValue must be a number \Litipk\BigNumbers\Decimal::fromString('.110'); ``` A simple...
The keypress event is deprecated according to the [DOM Level 3 Spec](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-keypress). In my testing, newer Android devices running Chrome are no longer triggering the keypress, only keydown and keyup....