Ashkan Kiani

Results 32 comments of Ashkan Kiani

I implemented it on my branch, but I think mine is outdated now. I did it the way neovim did it which is to use and and set mappings for...

Sorry I was going to sleep last night. On the paste trigger, I do `@ui.emit "input", "#{text}"` and previously I defined ``` @command 'inoremap ' @command 'nnoremap o' @command 'set...

@supermarin your steps are great for resolving that type of conflict, but in order to avoid making that kind of mistake in the future, I made my ios pass store...

How about a naive implementation for now, which simply restarts the entire process and ignores any program which failed in the previous iteration. This is basically what we do manually,...

I was trying to remember where I saw an implementation for actual detection of unicode char double width, and here is one of them. I saw it from libvterm but...

FZF displays newlines as a single space, which IMO is the only feasible way to do this. I'm working on a PR.

I'd like this not for some performance reason but so that I could declare function pointers for initializing a struct of function pointers which are guaranteed not to be null....

Just to confirm, right now we have to make two intermediate relations with antijoin and inner join and then combine them into our final relation (or use them directly)? Or...

For people in the future, here's a one liner that does the equivalent procedure using only coreutils: ```sh echo '' | trash-restore 2>/dev/null | sed '$d' | sort -k2,3 -k1,1n...

I might resurrect this. We're hitting this limit at work.