vdomah
vdomah
My laravel-echo-server somewhy is trying to connect to 127.0.0.1:443 instead of 127.0.0.1:6379 - the default for redis. And i don't know where to change this port value. Is 443 autodetected...
Running tests got this error: > BadMethodCallException: Method Mockery_0_App_Repositories_ProductRepository::pushCriteria() does not exist on this mock object Making mock like that `$this->productRepository = \Mockery::mock('App\Repositories\ProductRepository');` In the same time `$this->productRepository->shouldReceive('paginate')` doesn't give...
Introducing new InlineQueryDriver. Allows to handle Inline queries and send responses to show clickable lists in Telegram. Use guide: 1. Load driver: ```` DriverManager::loadDriver(TelegramInlineQueryDriver::class); ```` 2. Add your listener as...
I successfully implemented Inline Queries Driver in my project and I would like to make PR to this repo but I need some advices about how to do it properly...
Hi! To allow implementing Buttons with Inline mode support we need to make callback_data parameter not mandatory. From docs https://core.telegram.org/bots/api#inlinekeyboardbutton ```` InlineKeyboardButton This object represents one button of an inline...
Hi! This is simple commit to allow defining reply_markup parameter manually when doing ask() in conversation. This doesn't change any existing behavior. Just allows freely configure my desired keyboard if...
Does this package sopport bitcoin ?
Hello! Can't get it working. First tried vue2 branch with no success, now same with vue3. When I specify function name as in docs, nothing happens: ```` v-touch:tap="buttonCallback" ```` and...