FichteFoll

Results 561 comments of FichteFoll

I've also looked into the documentation & the code in search for this behavior. In the code, I see that even the shorthand class functions to initialize a `Date` like...

I ran into the same pitfall and only found out how this option is supposed to be used after reading the readme. It was not obvious to me that we...

Since SublimeLinter more or less recently got support for annotations, I've been using these with great success and it looks as follows (second is when hovered): ![2023-01-16_10-34-12](https://user-images.githubusercontent.com/931051/212664759-e5935e7d-f1ed-4fee-a994-e460a9d16dff.png) ![2023-01-16_10-35-49](https://user-images.githubusercontent.com/931051/212664754-6e745e16-7ac6-464f-8bbc-1652c30f2000.png) I solved...

Since https://github.com/z411/trackma/pull/547 has been merged, addressing most of the recognition problems noted in this issue, and https://github.com/z411/trackma/pull/663 is also open as an alternative title parser, I'm closing this issue as...

The referenced commit only handles this problem for the mpris tracker. I haven't checked the others yet, so this may need a proper solution in the underlying `Tracker` parent class,...

> These examples contradict each other. `3` could either become `3-` like the second/third row, and can become `-3`, like in the first row. You're right, this doesn't make sense...

In a vacuum, I believe what we agreed on earlier is a pretty good solution, but it does indeed break compatibility. Out of the alternatives presented so far: - `play...

I just had the random idea that this might have been caused by the mpris tracker (seeing how it is using a gio loop on a separate (daemon) thread), but...

With https://github.com/z411/trackma/pull/547 merged, does this still occur?