Marvin Wendt

Results 150 comments of Marvin Wendt

I could imagine the following methods: - `.ResetTimer()` - resets the underlying timer - `.SetStartedAt(time)` - ability to directly modify the timestamp And for the Options: - `.WithStartedAt(time)` - to...

If you're talking about directly modifying the `StartedAt` variable: While possible, this will not update the underlying `Area`. Using `.SetStartedAt(time)` will trigger an update and render the new time.

Hi @KirillSerebryakov123, thanks for reporting! This should get fixed with #447 :)

Thanks for making this issue. I am wondering if we should sort the arguments alphabetically, or if we should keep the original order. - Sorting it alphabetically would make it...

Hi, you have disabled that Maintainers can edit the PR branch. I did some refactorings, but as I cannot push them to your branch, you would have to apply them...

Hi, I have updated `cursor` to support custom writers for the area. This could now be worked on.

Hi @ccremer thanks for the very detailed proposal! I totally agree with you, that our slog implementation does need some improvements. For example, the PTerm `Logger` does not support groups,...

This is exactly what I am trying to do, too. Was there any update on this? Every time I go into insert mode, all linting signs disappear.

I just want to say I already love this PR so much. This is literally the only feature that I miss in D2 (and my most important selling point). Thank...