Artem
Artem
In case when we have predefined queries with cache invoking and when we need possibility to disable caching it more convenient to change TTL than calling cache method by condition....
Despite the use of `lean()` mongoose returns `_id` field as instance of `ObjectId`. But in cached result this field returned as a string.
Changes for https://github.com/broidHQ/integrations/issues/202
Hello and thank you for project! # Overview - Project: broid-telegram - It is feature request ## Feature Overview I has install `@broid/telegram` and see that list of directory `node_modules/@broid/telegram/lib/core`...
Often we face with situation, when block has few children blocks with same names and a different modifiers. In this case it would be very useful opportunity to pass object...
In current realisation `pointerup` event not triggered when removed element on which was triggered `pointerdown`. Reproducing on iOS and Android. Example: http://jsfiddle.net/amfsk0up/9/
For example we registered a few messengers via `use`-method: ```js const bot = new Bot({ logLevel: "info" }); bot.use(new BroidDiscord({...options})); bot.use(new BroidMessenger({...options})); bot.use(new BroidSlack({...options})); ``` And now we need to...
Currently parameter `message` in methods `sendText()`, `sendVideo()` and `sendImage()` requires to pass extra data, which is not used.
https://github.com/nutboltu/storybook-addon-mock/issues/78