Loran A. Rendel
Loran A. Rendel
There are font files generated in `dist` folder, they're referenced in output css folder. The `fonts` folder is ignored.
No support for 48×48 size (Windows)
If `$certificateKeys` path is not ended with slash then `.htaccess` file will be created with wrong path. ```php $certificateKeys = "folder/domain.tld"; ``` For example, there will be `folder/domain.tld.htaccess` instead of...
Please make an option to set `Maximum number Saved` option work with `Device name` option if `Save device name to session` is checked. I tried to set Tab Session Manager...
```php $html = new DomQuery(''); $div = DomQuery::create('')->appendTo($html); DomQuery::create('')->appendTo($div); echo $html; ``` Expected: ```html ``` Got: ```html ``` JS function works as expected: ```js var html = $(''); var div...
My sessions are marked with device/browser name. When I sync the sessions it is deleted according to `Maximum number Saved` setting. I suggest an option to apply `Maximum number Saved`...
https://packagist.org/packages/vkcom/vk-php-sdk Пакет Packagist имеет версию 5.101.0.
Some sounds looks not so sharp when playing with this library. Is there any sample rate settings?