Thomas Fini Hansen

Results 106 comments of Thomas Fini Hansen

Yeah, I've been thinking that a mode line indicator would be nice, but it's difficult to provide much useful information without taking up too much space. Around here even the...

> I do not see this. Now that's interesting. I've had an intermittent bug where I would loose the indicator, and pressing `g` wouldn't make it show. But only at...

OK, just noticed that if I refresh the buffer (`g`) when point is after the currently running timer, the `->` doesn't get inserted, but if it's on or before, it...

Fixed in d073fa8d00411af58fced861b7236aaa23b0692d. Is that enough indication for you @sshaw? I'd still like a mode line indicator at some point, though.

@elken that would be awesome... I'm using doom-mode-line myself and must admit that I'm pretty fuzzy on the whole mode-line configuration thing, both in doom-mode-line and vanilla emacs.

@elken Definitely something like that I had in mind, but isn't using async, which I gather starts an entirely new Emacs process, a bit heavy-handed? I guess the `(reaper-refresh-entries)` ensures...

> My previous implementation wouldn't properly handle the harvest timer changing outside of emacs, and every minute it would freeze emacs. Not good. But how many users is changing the...

Think our Harvest use is different. I find the initial pull and the built-in pull in start/stop/etc. quite sufficient most days. I might do a manual pull when I know...

> Slightly I think, most of my start/stops come from JIRA tickets until I sort my org-jira reaper workflow out so for now it's just a modeline component and a...

@elken I've implemented async fetching of time entries in https://github.com/xendk/reaper/tree/async . Give it a spin. Fetching project/tasks async will require a bit more, as it still need to be synchronous...