Gintautas Miselis

Results 169 comments of Gintautas Miselis

There is no point to claim that AspectMock support PHP 8, if underlying library doesn't support it.

@SamMousa This Kernel belongs to AspectMock: https://github.com/Codeception/AspectMock/blob/master/src/AspectMock/Kernel.php

Look at https://github.com/howdyai/botkit-rasa Remove all botkit studio stuff from bot.js Register middleware somewhere between `var controller = Botkit.socketbot(bot_options);` and `controller.openSocketServer(controller.httpserver);` by adding this code ```js var rasa = require('botkit-rasa')({rasa_uri: 'http://localhost:5000'});...

Your code appends link preview to the bottom of message list. I think that it would be better to insert it right next to the message containing link. I had...

1. Create message element and append it to message list. 2. Make preview request 3. On receiving response, modify message div element that you can still access from outer scope.

Do you want to remove WebSocket code from https://github.com/howdyai/botkit/blob/dev/webchannel/lib/Sockets.js ?

I am not familiar with Facebook messenger integration or with differences between different websocket implementations at all. I am watching webchannel space because it is the only channel I currently...

You have an easy workaround of calling `next()` after `await watsonMiddleware.receive(bot, message);`. It is up to you to implement `next` parameter in receive method and raise a pull request.

According to https://github.com/ibm-cloud-docs/watson/blob/master/endpoints-change.md > The watsonplatform.net endpoint URLs were retired on 26 May 2021. Update your API calls to use new URLs. You can find instructions how to find correct...

Sorry, I can't help with that, I haven't used this library or Watson Assistant since April 2021.