Lim Ding Wen

Results 45 comments of Lim Ding Wen

Update: I managed to run `sh build.sh` by building locally, after installing cargo (`brew install rust`). Still, a official binary would be nice :) ``` % ./languageclient --help languageclient 0.1.161...

It seems that the relevant line of code is here at [Chart.cpp:465](https://github.com/GothenburgBitFactory/timewarrior/blob/dev/src/Chart.cpp#L465): ` auto end_block = quantizeToNMinutes (end_mins == start_mins ? start_mins + 60 : end_mins, minutes_per_char) / minutes_per_char;` Which...

I'm not familiar with the codebase, but this seemed like a simple change to `matchesFilter()`. Here's a demonstration: ``` % timew summary work OR school Wk Date Day Tags Start...

A few ideas relating to this: 1. Reply to the original post: “Boosting with CW”, with a CW, leaving out the ping. Then boost the reply. This is indeed rather...

Would love to have this!

I'd like a string replacement function! Reference C code: https://stackoverflow.com/questions/779875/what-function-is-to-replace-a-substring-from-a-string-in-c

@xtulnx this looks amazing! Thank you for implementing this.

Not the way to talk to volunteers.

EDIT: **This does not work. See below for a better patch.** Here is a quick hack to enable published-date sorting in the web UI. Change the line in `app/Models/Entry.php` from...

> @Alkarex Actually 1.19.x and edge don't behave the same here. @sjthespian's screenshot is from 1.19.x or older, yours is from upcoming 1.20. > > Edit: put another way, whatever...