SaltScratch
SaltScratch
> 2. you can turn off `signed` for number mask, manually add optional minus part before `$` and invert your number model form mask manually if there is a minus...
@hassanasad @uNmAnNeR I figured out how to do it with this library. 1. create a dynamic mask array with two pattern masks - one with a hard-coded minus sign before...
``` public buildCurrencyMask(min: number = 0, max: number = 999999999999): any { return { mask: [ { // positive currency mask: '$num', blocks: { num: this.buildIntegerMask(true, min < 0 ?...
Adding my support to this request
Still not working with 0.1.5. I noticed this in my Nextcloud logs (via settings > Logging) - [PHP] Error: fclose(): supplied resource is not a valid stream resource at /var/www/html/custom_apps/documentserver_community/lib/Document/FontManager.php#66...
I have a similar situation i have 2 monitors - - left - firefox - right (main with dashtodock dock on right) - thunderbird, caprine, gnome-terminal When I wake the...