jpjpjp

Results 18 issues of jpjpjp

Its very handy that breakpoints persist across debug sessions. Would it be possible to also remember any watch variables used in the previous session?

Replace flint example with webex-node-bot-framework sample

This wonderful resource has been around for some time. Since its original creation the branding of the product has changed (from Spark to Webex Teams) and many of the authors...

Found a few places where this was going out of scope in .then handlers. Bug fix in logic for finding the name of the mentioned user in a message by...

investigating

The processing of a message in lib/trigger.js includes this call: ``` let normalText = text(trigger.message.text).normalize(); ``` This will change text like this: "Bot /echo Repeat this back to me." To...

investigating

Take this type of scenario: ``` flint.hears.phrase('leave', function(bot, trigger) { console.log("/leave fired"); bot.say("OK. I know when I'm not wanted...").text() .then(() => bot.room.exit()) .catch(err => console.error(err.message)); }); ``` The bot posts...

bug

Did the update of the new storage/redis module change the overall behavior of storage? This is sample code from Hotel California: ```` var htc = bot.recall('htc'); // if htc has...

enhancement

Corrects typo on https://pubnub.github.io/typescript-ref-app-team-chat/docs/optional-features Says: "Use the CLI to build and deploy the functions from source (in server/src)."   It's actually in functions/src.

Really neat plugin! I wonder if there might be a way to count child blocks of a habit instead of the number of elements in a comma separated list after...

enhancement