Martin Schenck

Results 104 comments of Martin Schenck
trafficstars

> Also, how does it work with invalid dates in the recurrence rule and the task. Like the user writing 31 Sep, which I did recently. No idea.

Would ignoring *all* `on the` be on option? I considered it when I did the original implementation, but wasn't sure if it was needed. If the user explicitly wants recurrence...

@kalyanipullela see [here](https://pdfhummus.com/post/161128437261/a-good-day-to-everyone-today-we-will-discuss-a).

Closing as too outdated ...

I don’t have time anymore to work on this. You could try implementing it.

That doesn't fix the issue for `tsserver`, though. I use TypeScript and can confirm that the original issue still exists. Though, from what I can tell, I don't have mixed...

One work around could be to ignore clicks if the task is within a referenced section, if it's possible to identify that. Or maybe show a warning instead of handling...

From what I can tell and if I understand it correctly, the fix would be to make sorting stable. I wouldn't remove the default sorting that gets appended. It is...

I have the same issue and did some research. It's kinda hard to do, because it only happens sometimes, not all the time. It happens often enough to make Trouble...

In summary: The line number changes somewhere in between the beginning of `View.create()` and `View:on_win_enter()` (when `View.create` calls `below new` before the call to `View::new()`). --- One more observation: At...