Amar Al-Zubaidi

Results 38 comments of Amar Al-Zubaidi

> To be honest, the fact that `--sort extension` change the order of the dotfiles is a bug, that I’d like to fix sooner or later… Oh, I didn't know...

I would like to have the ability to keep things in alphabetical order but also have hidden files and directories listed after the non hidden files and directories.

> EDIT: Wait, you started with > > > … registers it as a tap if a character has been tapped for less than that amount of milliseconds … >...

I briefly did some testing with `keyd monitor -t` and here is what I found. - I type really fast (>= 130 wpm) so the time between key presses is...

Here is an example output: ``` device added: 2333:6666 ydotoold virtual device (/dev/input/event18) device added: 0002:000a TPPS/2 IBM TrackPoint (/dev/input/event17) device added: 0002:0007 SynPS/2 Synaptics TouchPad (/dev/input/event16) device added: 0fac:1ade...

> A hybrid disambiguation could then be achieved thusly: > ``` > overloadt3(overloadt2(control, a, 200), a, 100) > ``` What would the syntax be if I wanted to do this...

> The fact that this implemented in ZMK lends it some additional credibility, but I am curious to know how well it fares in real world long term usage. It...

Thanks, I've never programmed in Rust so I'm not sure either.

This is in my [TODO](https://github.com/amarakon/nvim-cmp-buffer-lines/#TODO). I plan to add an option for this in the future.

> This is an interesting one and I'm not 100% sure what to do. This rule is implemented differently across different Markdown parsers. The original daring fireball "spec" wasn't clear,...