Kirill Loskutov
Kirill Loskutov
My timezone is UTC+3. Currently it's 00:20 local time or 21:20 UTC. Analytics graph looks like this. It shows 0 requests, although there are requests made on that day (local...
I don't really want the Finicky icon to always show in my menu bar, but sometimes I want to reload config or open console. It would be nice to be...
https://github.com/telegraf/telegraf/blob/07a09eabeca1a76f714e56d7b2553fb9aa234723/src/telegraf.ts#L194-L197 It's impossible to pass extra options like `ip_address` to `setWebhook` when using `launch` * Telegraf.js Version: v4
When there is no session attached to the bot (for example, you forgot to add `bot.use(session())`), stage middleware passes through https://github.com/telegraf/telegraf/blob/278046726faaf006f544b4c8e07fcd118d47dee6/src/scenes/stage.ts#L51 Maybe it should throw an error like `Session is...
### Describe the bug After upgrading to version 1.9, I found that right-clicking on the arrow icon does not hide the bar icon, unlike the previous version. Currently I couldn't...
- [ ] Use `debug` - [ ] Add test - [ ] Write docs and add a link
**Describe the bug** On iOS app doesn’t add an item if the app is locked in the background **To Reproduce** 1. Open app 2. Start adding an account 3. Minimize...
### Is your feature request related to a problem? It looks odd that the leftmost value on the color temperature slider on the light card is white instead of blue....
```js const removeMd = require('remove-markdown'); const a = '\\_123\\_' console.log(removeMd(a)) ``` Input string: `\_123\_` (backslash symbol, underscore symbol, ...) Output: `\123\` Expected output: `_123_`