Vitaly Domnikov
Vitaly Domnikov
Waiting for https://github.com/zeit/now-builders/issues/55
Frankly, I don't wanna add implicit magic(case-insensitivity) to Telegraf, cause it will slow down library a bit. And I can't imagine any scenario as well.
@EdJoPaTo it happens because `Telegraf.optional(part.predicate, part.bot)` reduces `part.bot` middleware to 1 handler function and any following changes to `part.bot.use` will be ignored.
@sidelux [This impossible with current library design](https://github.com/yagop/node-telegram-bot-api/issues/705#issuecomment-520631389)
Guys, I don't wanna be a party pooper, but NTBA does't support high-load by design. π€·ββοΈ Let me explain: NTBA uses `EventEmitter` as pipeline engine and thats means that back...
@pironmind you can switch to [Telegraf](https://telegraf.js.org/) library π
If you tell about `new and unsaved file`, is not a bug, because plugin can't find config.
@riskable I found this issue a hard way. In my device I using internal MCU oscillator(too much ppm's) as system clocks and NEC command parsing become really unstable.
Which OS do you use?
Could you provide Sublime logs?