herenickname
herenickname
I see that this project is sometimes updated, it is very happy, but the latest version in npm: 0.3.4, and in git's package.json already 2.0.0. Can you update the project...
Q1: It is possible to delete a message by its id from a channel, without removing a channel? I'm not using Redis, all messages stored in memory. Want something like...
Code: ```ts const startDateSql = sql.mock(startDate.toISOString()) const endDateSql = sql.mock(endDate.toISOString()) const query = sql` SELECT ${startDateSql}::timestamp with time zone AS "start", ${endDateSql}::timestamp with time zone AS "end" ... ` ```...
Thanks for the plugin, it's awesome, I hope you continue to support it. 1) @xialvjun @darky I don't know exactly which side this process takes place on (vscode or typescript...
### Контекст Подключение... /private/tmp/yoomoney-sdk/node_modules/ngrok/src/client.js:33 clientError = new NgrokClientError( ^ NgrokClientError: failed to start tunnel at NgrokClient.request (/private/tmp/yoomoney-sdk/node_modules/ngrok/src/client.js:33:23) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async connectRetry (/private/tmp/yoomoney-sdk/node_modules/ngrok/index.js:29:22) at async run (/private/tmp/yoomoney-sdk/examples/4-get-token.js:28:15) ### Версия...
```js const shematicFile = await readFile('./schematics/smallhouse1.schem') const schematic = await Schematic.read(shematicFile, bot.version) while (!bot.entity.onGround) { await setTimeoutPromise(100) } const at = bot.entity.position.floored() console.log('Building at ', at) const build = new...
In Deno it is now possible to use mTLS Thanks to the `certChain` and `privateKey` parameters in the unstable API of the connectTLS method. Read more: https://deno.land/[email protected]?s=Deno.ConnectTlsOptions&unstable=. Please consider adding...
Can you add a method for obtaining Axie statistics to the library? Interested in the fields hp, speed, morale, skill. It seems that it is possible to summarize the information...
I would like to see the upgrade of the library to a new level (ES2017 standard) with async/await functions (promisify code natively). Also maybe transfer the node-steam-tradeoffers to promises?