Stempora
Stempora
Hi, Is there any plan to upgrade the plugin to support webpack5 ?
Hello, Is it possible to print on Windows without dialog ? In web browsers is possible to enable the kiosk mode and will print to the system default printer. Maybe...
Hello, When i try to connect to GC using uniform i get this error. ` { "error": { "code": 400, "message": "Cannot insert legacy ACL for an object when uniform...
in config.php ``` php "hide" => array( "_cache", ".htaccess", "conf", ), ``` in core\class\browser.php ``` php protected function getDirs($dir) { $dirs = dir::content($dir, array('types' => "dir")); $return = array(); if...
Hi, If the first char is '/' you normalize it, else if http:// then you transform to absolute , it should be the oposite ... ``` php $this->config['uploadURL'] = (substr($this->config['uploadURL'],...
Hi I encounter a problem with isotope and bootstrap. On certain window size the images are overlapping with 1px ( from what i see when the width its xxx.5px )...
PHP 8.3
Hello, There are a lot of warnings when running on php 8.3. Is there any plan to make it fully compatible ?
In create table or alter table no matter what value you set for the size of the INT field it will always be 11. For other type its not happening....