Maxim

Results 12 comments of Maxim

not work. Expecting a file upload ...

in ImapClient.php add: ```php /** * Set flag message * * @param int $ids or string like 1,2,3,4,5 or string like 1:5 * @return bool */ public function setFlagMessage($ids, $flags)...

Yes, I'll try. copy the code, this will be enough? done

Примеры не рабочие: $disk = new Arhitector\Yandex\Disk('OAuth-токен'); $resource = $disk->getResource('новый файл.txt'); Call to undefined method Arhitector\Yandex\Client\OAuth::getResource() В папке с примерами аналогично.

composer require arhitector/yandex dev-master да, именно её согласно инструкции Можно рабочий пример подключения + загрузки файла на диск?

Я выше дал кусок кода из примеров, их и использую. Блок 1.1.3. Пример использования Так вроде работает подключение: require_once '/lib/yandex/vendor/autoload.php'; $client = new Arhitector\Yandex\Client\OAuth($yandex['app_yandex_token']); $disk = new Arhitector\Yandex\Disk($client); только вот...

if use in project JQuery code @VincentVanWijk work. but if i don't use jquery, how get current lvl for item?

```` group: { name: 'nested', pull: function (to, from) { var toLvl = 0; var el = to.el; for (var i = 0; el.parentNode; i++, el = el.parentNode) { if(el.parentNode.classList...

in code: ``` test ``` from original html code properties not passed. i need get properties stanalone. in my code i init Choices.js to all select on project. and in...