Nelyah

Results 24 comments of Nelyah

Hi, I spend some time today debugging this and came to the same observation as this issue. @doak did you manage to find a workaround this (besides redirecting `fzf`'s output?)...

For the context, I have around ~100 tasks laying around. The tasks I work on usually have ids ranging from 90 to 115, because the rest is just in my...

I just want to be sure about something regarding the code change. Mapping the (increasing) `id` to their reversed counterparts could easily be done with something like ```cpp int TDB2::reverse_id(const...

Thank you @pazz, this is a wonderful piece of software you got there! Here is a screenshot of a sample mail. I set up the colours being close from one...

I just added the tests as well

Thank you for the feedback, @lucc! And sorry if this has taken some time and back and forth.

I'll do the licence change and add the quote_prefix (didn't see it previously). However squashing commits (which I have already pushed to origin) through a rebase means I am rewriting...

Oh, I'm sorry. I had some things happening at the time and it just slipped out of my mind. I will get back to this in the next few days!...

I rebased and resolved a few merge conflicts (mainly in `thread.py` with `FocusableText` being replaced by `ANSIText`), but have not yet added anything else. I added a few `[tags]` to...

@ssh352 I might come late to the party, but these mapping work for me in neovim 0.4.2: tnoremap :TmuxNavigateLeft tnoremap :TmuxNavigateDown tnoremap :TmuxNavigateUp tnoremap :TmuxNavigateRight