liuerfire

Results 6 issues of liuerfire

Provide a way to disable logging. Also as a workaround for https://github.com/upper/db/issues/599

fixes https://github.com/nvim-lualine/lualine.nvim/issues/820

### Self Checks - [x] I'm using the latest lualine. - [x] I didn't find the issue in exsisting issues or prs. ### How to reproduce the problem set `path`...

bug

**Is your feature request related to a problem? Please describe.** Currently we can only use this extension through the WebUI. How about register this into the API? **Describe the solution...

enhancement

For backwards compatibility, maybe add extra methods like ```go func (bot *Bot) SendMessageWithContext(ctx context.Context, chatId int64, text string, opts *SendMessageOpts) (*Message, error) ``` ## Why need this For example, we...

Sometimes we may need see what the raw response data returned by `getUpdates` is to debug 😄