Sergei Shilovsky

Results 7 comments of Sergei Shilovsky

I want it just to avoid occasional `rm -rf` to dive into another filesystem (been there) With the possible behavior you're describing, `--non-recursive` makes less sense, maybe it's better to...

I would love to see helix mode too. Helix is highly inspired by kakoune, and I believe the differences would be only in default keybinding choices. Do you think there...

Is there a way to write tests for keybindings?

Both kakoune and helix seem to have specific behavior for `w`/`b`/`e` motions, different from vim. I don't think this behavior can be programmed with existing `bind` commands. Would you accept...

@mbradeen ``` CREATE TABLE public.extensions ( id bigint NOT NULL, context character varying(40) NOT NULL, exten character varying(40) NOT NULL, priority integer NOT NULL, app character varying(40) NOT NULL, appdata...

freshly reproduced with this dump: [dump72.zip](https://github.com/asterisk/asterisk/files/15456266/dump72.zip)

> And how did you come to the conclusion of a "possible use-after-free"? In short, it's a guess, based on: 1) the invalid data seem to be some random value,...