thirstyice

Results 46 comments of thirstyice

Cool! I look forward to seeing it. Last question: is there a way to put that information into a nice-looking pdf that I can send off to the client to...

That functionality is really neat! I was hoping for something a bit less involved, but this looks like it will fill all my needs nevertheless. Where do I access this...

For what it's worth, I'd actually prefer it if it just kept counting up hours (23->24->25->etc.) I'm often given a budget for a given project of a set number of...

I haven't installed any plugins, so that narrows it down. I'll see if I can replicate it with a subset of my settings and report back

Alrighty, did some poking, learned some things: It's not os specific (also happens on Ubuntu, nvim 0.10.0, neovide 0.13.3) It seems to be an interaction between `set scrolloff=999` and `set...

Would it work to use `md` on windows instead of `mkdir`?

Are `md` and `mkdir` still the same if GNU mkdir is installed on windows?

Great, then we can use `mkdir -p` on not windows and `md` on windows and the behaviour will always be consistent! Updated code to come shortly