Egor Pronin

Results 37 comments of Egor Pronin

It is also necessary to make support for files with the extension `.mjs` and `.cjs`. At the moment, the library does not process files with these extensions.

Does it make sense to rewrite the library if can use Discord.js and its [WebhookClient](https://discord.js.org/#/docs/main/stable/class/WebhookClient). WebhookClient also supports working with the inner Discord.js [MessageEmbed](https://discord.js.org/#/docs/main/stable/class/MessageEmbed) class. Yes, the library will be...

Дошли руки - вынес в основную инструкцию. Спасибо!

~~Проблема наблюдается при одновременном парсе выложенных постов из двух и более групп.~~

Еще можно посмотреть в сторону VK ID, есть готовые SDK для iOS/Android/Web и документация https://platform.vk.com/?p=DocsDashboard&docs=about&version=1.35.0

@negezor https://github.com/MrZillaGold/vmoji-importer/blob/master/backend/src/routes/auth/exchangeSilentAuthToken.ts#L18-L28

vk-io делает `POST` запросы? По доке VK везде `GET` прописаны.

@negezor С POST все в порядке

Стоит посмотреть на реализацию таймаута на основе `requestAnimationFrame` и дельты между двумя измерениями `perfomance.now()` - даже после переключения между вкладками получится получать всегда актуально значение прошедшего времени