Results 21 comments of Aleksei Ivanov

Hey that looks great! Sorry for late response. I see that PR is failing on build but the logs are expired, so I cannot see them. Could you please re-run...

Ah yes, I see. So in the context of this library does this mean that internal transitions is basically a way to define multiple independent events with different logic for...

I have read the description of `SetTriggerParameters` and although it sort of guards against incorrect type (avoiding panicking with a segfault), however it still panics, from which you have to...

I have forked your version and fixed linter errors, however I was not able to build current version due to error ``` Error: Cannot find module 'vscode' ``` https://github.com/avixFF/auto-commit-msg/actions/runs/3463893007/jobs/5784743972

Alright, so I figured out why there was build problem and it was not at all trivial. Turns out Microsoft [has updated vscode package](https://github.com/microsoft/vscode-docs/blob/5e5c96a2880b3a9c156be0f796b4b59eb65eaf39/api/working-with-extensions/testing-extension.md). This in turn required mocha downgrade...

While we are at it, I would also like to add a flag to disable prefix (I don't use those for my projects). I have created a separate PR based...

Same issue for me. Neither `cloudflared update` not running .exe from the [documentation page](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/installation#windows) seems to work, even with "Cloudflared agent" service stopped. Both ran as administrator. When I run...

Hmm, maybe we could add `history` option: `new Menu("id", { history: true })` which would change the behavior of the `back()` and `submenu()` methods by adding middleware to those. This...

Sure, I will fiddle around with it when I get time. After your description I've got a clearer picture of how menus work. Though could you elaborate a bit more...

Hello. Sorry for my inactivity on this PR. I have read your comments, however I currently have no time to implement them. Also you were right. After using this extension...