Default User

Results 17 comments of Default User

Возможно, кто-то сможет написать реализацию и добавить PR, если будет известно, что PR рассмотрят и смерджат.

Если не менять пароль администратора, то старый хеш будет ещё некоторое время работать для аутентификации по хешу.

А на AmoCRM API v2 вообще возможна аутентификация через oAuth?

Hi! Same problem. Command: ```bash lftp -c " set ssl:verify-certificate no; set sftp:auto-confirm yes; open sftp://${FTP_USER}:${FTP_PASS}@${FTP_HOST}; mirror -Rnev ${LOCAL_PATH} ${REMOTE_PATH} --ignore-time --parallel=20 --exclude .git/ --exclude-glob .git* " ``` Possible solutions:...

PR https://github.com/arvidn/libtorrent/pull/4123 is merged!

> > > I only did 1 trivial commit so I don't think I should have a say. I am just commenting so you can cross me off. Same.

> @nesk: Maybe I should provide a modifier allowing to execute an instruction without await That would be great. We could use the [Amp](https://amphp.org/)'s event loop and write code like...

Some offtopic... If anyone wants global jQuery Add @envision's code and `./your/path/jquery-global.js` with next: ``` import jquery from 'jquery'; window.jQuery = jquery; window.$ = jquery; window.jquery = jquery; ``` Example...

> Is this duplicating #36? No, this is not a duplicate. Here I decided to leave the question of plans to implement support for magical methods. #36 and #37 describe...