~xyank

Trackers

~xyank/task-increment

Last active 4 years ago

~xyank/taskwarrior.nvim

Last active 4 years ago

#31 Suspending any arbitrary flashcard during a review causes the current flashcard to be buried 3 years ago

Ticket created by ~xyank on ~l3kn/org-fc

#2 task-increment feed is empty. 4 years ago

Comment by ~xyank on ~xyank/task-increment

I've pushed a fix that uses the same path for taskwarrior database as the one you have set in your .taskrc file (unless you have set TASK_DATA, which overrides the .taskrc path).

#2 task-increment feed is empty. 4 years ago

Comment by ~xyank on ~xyank/task-increment

I assume you have resolved the issue and it was on your end?

#29 Limit cards in an org-fc session 4 years ago

Comment by ~xyank on ~l3kn/org-fc

I had the "defcustom" idea in mind tbh: I don't think overengineering this is useful, simply because it's just "timeboxing" a session - if you finish the flashcards in one org-fc session, just start another if you are in the mood to do more.

Also, doing this enables us to programmatically set different limits for reviewing special files or directories using dir-local variables or the method I talked about here (https://lists.sr.ht/~l3kn/org-fc-devel/%3CX7dhfZInJUs7aD4oNpt8-8fZQImyFzCwj-Bt0UItFtSpW_HpfxifiQ9SYCPH5cqiFAz4i7tdvnJXo1IbOxgW75erwZCizZwl6S6MMArtdP8%3D%40protonmail.com%3E).

If you have better ideas, please go forward with them - I'm just telling you seems most convenient for me.

#29 Limit cards in an org-fc session 4 years ago

Enhancement added by ~xyank on ~l3kn/org-fc

#29 Limit cards in an org-fc session 4 years ago

Ticket created by ~xyank on ~l3kn/org-fc

Limiting cards in a session is an easy way to avoid overwhelm during days when a huge number of cards are scheduled.

#1 Support wave-like intervals 4 years ago

Ticket created by ~xyank on ~xyank/task-increment

From a conversation with supersrdjan:

"Intervals for incremental writing should be wave-like. At first they grow as you elaborate. Then they compress as you consolidate. And when it hits bottom you either publish the article, or if you're not there yet, another cycle of increasing interval for further elaboration starts.

[...]

The problem with ever-increasing intervals is that it encourages you to start elaborating on new ideas at the expense of consolidating old ones. I know Naess recommends manual intervals but that's just, you know, a solution for lack of a better one.

[...]

You know, I think it's applicable for tasks to. It reminds me of Sebastian Marshall's Terminator mode. The more a task nears completion, the more resistance you feel toward actually completing it. So, wave-like increments could help there too.

[...]

Well, after a certain inflection point, the increments start getting shorter, to encourage you to wrap things up.

[...]

Ah okay. Well the equivalent of my idea would be that, at first, making progress on a task decreases its priority. This leaves room for you to step back and evaluate a little bit. Try other things. And then after a certain point it starts increasing the priority, to either conclude or dismiss the task. I guess this would only make sense for a particular type of task."

#465 aerc swallows keys for keybind prefixes 4 years ago

bug added by ~xyank on ~sircmpwn/aerc2

#465 aerc swallows keys for keybind prefixes 4 years ago

Ticket created by ~xyank on ~sircmpwn/aerc2

If aerc has keybinds set like

rr = reply
rq = reply -q

it doesn't forward the common prefix to the underlying term

Steps to reproduce:

  1. Open an email
  2. Press "/" ( assuming less as pager)
  3. Type "r". Nothing comes up on the screen.
  4. Type "r" again. Now aerc takes this as the "rr" command and opens a tab for you to reply.
  5. Close compose tab, goto step 2. Next, type "rq" in the search box. Now aerc takes this as the "rq" command and opens a tab to reply, with quoted text.

#25 Title of org file not shown when reviewing files in org-roam directory 4 years ago

Ticket created by ~xyank on ~l3kn/org-fc

If I try org-fc-review-buffer on a non-org-roam file, the title is shown after the "Flip (X)" on the header line, while this doesn't occur with org-roam files (or when reviewing the entire directory).