Jack

Results 9 issues of Jack

Is there a way to get these to work? I've had ago but it doesn't seem to like them being treated as JSON fields. I get the following message: "Object...

- A new controller for [Telegram](https://telegram.org/) - Updated HTML within `ThirdParty/index.js` - At least boiler code for test suites. It does not look like Botkit currently supports Telegram. This may...

help wanted

Currently the only way of generating a response is to use REST API's. I would like to add an option to use sockets. This would give the benefit of for...

help wanted

In order to start start utilising the power of machine learning I'd like to implement something such as the following. All incoming questions to the NLU are stored along with...

help wanted
discussion

- A new botkit controller for [Slack](https://slack.com/) - Updated HTML within `ThirdParty/index.js` - At least boiler code for test suites.

help wanted
good first issue

Hey again, I've noticed that isTyping does not seem to work when using webhooks. ``` bot.startTyping = function() { if (bot.connected) { bot.ws.send(JSON.stringify({ type: 'typing', })); } }; ``` I...

question

Hey, I can't seem to access: http://scenesegmentation.csail.mit.edu/ from the model zoo.

Hey, When using "@storybook/builder-vite" How do I just get viteshot to go through all the stories and take shots of them? Thanks!

Mac: 10.12.1 App: 0.1.9 Issue: When entering a wrong password the application will seem to log in but will stay on a white page. Expected behaviour: For the login process...