AzzaAzza69
AzzaAzza69
sorry, my mistake, ignore the changes I suggested, the boolToStr I used was to fix something else (see below): ``` $ht = isset($row_options['height']) ? floatval($row_options['height']) : 12.1; $customHt = isset($row_options['height'])...
Here's my copy of the libary with my modifications - try that... * fixed standalone time (without a date) ; before was returning 0! * default font set to Calibri...
Try changing the {...} to [...]...I don't use php 7.4 yet so I can only offer this advice...
Sorry, I don't use php 7.4 so I can't help :(
I don't get where it is "more common and more used in selects" as it is not a valid attribute for a [regular] select: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/placeholder I guess it would be...
In fact, I would suggest two select2 configuration options (defaulted to false if select2 dev wanted backward compatibility) of "copyOptionClasses": true|false and "copyOptionAttributes": true|false which would do exactly that!
Flameshot v12.1.0 (96c2c82e) Compiled with Qt 5.15.2 winnt: 6.1.7601 windows: 7sp1 Similar setup, whereby I have two monitors but my left (2) is Primary and right (1) is secondary. When...
I found a reference to it in the php imap module source: https://github.com/php/php-src/blob/master/ext/imap/php_imap.c line #1546 refers to "udate" But as I don't have a better grasp on the intricacies I...
I would personally use stream_get_line() as it will be more efficient and just check the resulting $line===false for an empty response as a $line="" indicates an empty line (stream_get_line doesn't...
resolved ; I may have downloaded while broken...