Results 28 comments of Yohanan

Yeah, I think the best would be that it was a per-project option (and, since you can customize the default project template, a custom default for it could be set...

Yup, it would technically be a "click to focus". You could also simply add the option to disable the "focus follow mouse" and implement the "click to focus" later, but...

A suggestion: maybe make the LFO and ADSR modes non-mutually-exclusive. Something like two simultaneous option categories: ``` ADSR * Delay * Level * Attack * Hold * Decay * Sustain...

And another idea (and I don't even think it's very good but I still wanna write about it, sorry not sorry): instead of having multiple holds and decays on the...

@hyiltiz probably in some years we'll have something funcional. I don't think it will be before 2022, though.

After some debugging I've noticed that the command that fails (the second one) is being called as so: ``` ['task', 'rc.confirmation=no', 'rc.dependency.confirmation=no', 'rc.recurrence.confirmation=no', 'rc.json.array=off', 'rc.bulk=0', 'rc.data.location=/home/yohanan/_sample_data', 'status:pending +habit', 'export'] ```...

I've nuked the computer and Vim is still open, what the hell?

Yeah, #1717 would change things, but maybe the old way will still be available? I'm not sure. If it is kept, yeah, it would have a semicolon at the end,...

After taking a look at the grammar again, I noticed there is not only the `IfStatement` rule, but also the `IfExpr` rule, and they seem to be used in different...