Vasily Zorin

Results 31 comments of Vasily Zorin

@mkozjak whitebit.com API sends "error: null, response: ..." or "error: ..., response: null".

@AlexMost ``` let missingPhrases = [] ttag.onMissingPhrase(async phrase => { if (missingPhrases.includes(phrase)) { return } missingPhrases.push(phrase) phrase = phrase.replace(/\r?\n/g, '\\n') await fs.promises.appendFile('locales/' + locale + '.po', `msgid "${phrase}"\nmsgstr "${phrase}"\n\n`) })...

Добрый день! Такая проблема возникает когда изнутри event loop наружу выбрасывается исключение. Нужно отследить этот момент и добавить try/catch в нужное место. вт, 27 июл. 2021 г. в 12:40, Makarenko...

Очень интересно! Было бы классно подебажить, у вас есть телеграм для связи? вт, 3 авг. 2021 г. в 08:44, Nikita Kolosov ***@***.***>: > В итоге, удалось выяснить, что проблема исчезает,...

Right, we could use some help with that :)

@rgpublic are you on telegram? `@systemofcells`

> public function timeout($timeout = null) This method has to also be taken into account.

Feel free to make a Pull Request ;)

Hello! Coincidentally it AMQP was recently implemented by other users, they are going to push a Pull Request fairly soon. As to your question — no, it wouldn't. Standard ZMQ...

This repo is not mine, but you can contact the repo owner. Thank you. 2012/9/28 Vladyslav [email protected] > Looks like CentOS repository > http://rpm.polaz.com/centos/5/noarch/polaz-release.rpm > is only works in OS...