Dan Hlavenka

Results 9 issues of Dan Hlavenka

This looks like a really interesting project, but there's zero explanation of how things work. `demo.js` gives a peek of what's possible, but isn't enough on its own. Even just...

When the bot has been connected to Mesenger for an extended period, it eventually loses the ability to respond to messages, with reply() calls failing silently. Incoming messages are still...

bug
network

This would be cool.

enhancement
network

The Google Custom Search API sometimes returns image URLs as `x-raw-image:///(hex)` rather than HTTP links. This currently crashes the entire bot, but even if #12 gets taken care of, it...

bug
plugin

Images currently need to be handled by plugins on a per-network basis. There are already weird glitches with Messenger's images, and additional networks will only complicate things more. There should...

enhancement
core

My account was just moved without warning over to Facebook's new half-baked web UI and isn't being given the option to switch back. Since that happened, my bot is unable...

When I call delta() on an unauthenticated client, I get the following error: ``` undefined:1 undefined ^ SyntaxError: Unexpected token u at Object.parse (native) at /home/dan/node/node_modules/dbox/lib/oauth.js:26:26 at Object.exports.app.client.delta (/home/dan/node/node_modules/dbox/dbox.js:69:24) ```...

Like many others, I experienced problems when this extension got updated to MV3 on my devices. Everything was fixable on my end and/or is already covered in existing issues, but...

The example isn't terribly clear on what the last two parameters in `new WunderNodeClient(apikey, debug, 10, 'minute');` mean, but it looks like it's using the `limiter` library to limit the...