Ziv
Ziv
We are using version 1.4 of this wonderful project of yours. It will be a lot of work recreating our project with version 2.x due to the change in API....
This will solve #116 Hope it's Ok with you.
package.json has `@types/long` and `@types/node` in the dependencies section but I think it should be in the devDependencies section. I installed in my project a library (newrelic) that uses this...
## 🚀 Feature Proposal The bulk helper API gives onDrop callback that is called when the document can’t be indexed. Is it possible to add an onSuccess callback or onIndex...
It seems that the json option in the examples is in the wrong place. In the example it is on the `amqp.connect` but it should be on the `createChannel` options.
I'm getting the following error: ``` **node_modules/@grammyjs/menu/out/menu.d.ts:601:26 - error TS2307: Cannot find module 'grammy/out/composer.js' or its corresponding type declarations. 601 middleware(): import("grammy/out/composer.js").MiddlewareFn; ~~~~~~~~~~~~~~~~~~~~~~~~** ``` The fix seems to be adding...
When you put dates in the session, they are serialized to a string in a ISO 8601 format to be stored in redis when retrieving the session from redis the...
Is there a right to left support?