fancyoung

Results 16 issues of fancyoung

because this line of code: if (Browser.Platform.linux && window.confirm(MooTools.lang.get('FancyUpload', 'linuxWarning'))) return this;

botpress version: 12.26.10 (clone from github) I have only 1 bot, and have no webhook. It's ok when I run in my labtop, but when I deploy into server with...

bug

I'm design a long flow bot, user should go through nodes one by one. I find sometimes, when user selected an answer, the server response it very slow (happened on...

bug

When I use `setVariable` + `{{event.payload.payload}}` to get value after Choice, the choice value is in uppercase. Why auto uppercase value?

bug

When I use `koa-passwort` with `passport-local`, user database info such as `password` are in `ctx.state.user`. What's `ctx.state.user` used for ? Should I wrap(remove `password`) it before pass to frontend, or...

The code support custom_tokens, but if the replacement is something like `ctx.request.body`, I can't pass the option just like: ``` app.use(log4js.koaLogger(log4js.getLogger("http"), { level: 'auto', tokens: [ { token: ':body', replacement:...

It seems using `if (typeof role.length) {` to identify array, but it is true when `role` is a string. So will show error: `TypeError: role.map is not a function`. Why...

这个需求还挺常见的

I'm design a long flow bot, user should go through nodes one by one. I find sometimes, when user selected an answer, the server response it very slow (happened on...

bug