Vladimir Panteleev

Results 714 comments of Vladimir Panteleev

Ah, I guess we're just past due for a sync then.

> Ah, I guess we're just past due for a sync then. Here it is: https://github.com/dlang/tools/pull/476

1. `rdmd` and GDC are both very old, why is this change needed now? Has it never worked with GDC? 2. Wouldn't this also swallow error messages from the compiler...

> Since gdmd is just a wrapper, I don't know how it would be able to split the -v output into legitimate output tied to stdout and error messages displayed...

> Yes, they do, that's too bad a consequence to allow as is. Is it enough if we displayed the collected stderr? I can think of either this or rerunning...

Hi, None of the functionality in the package actually requires ivy-mode, except commands which explicitly invoke ivy-mode at the user's explicit request. Removing the dependency entry and wrapping the affected...

> For my system `xprintidle` on its own gives bogus results since I have a sensitive mouse which is registering small movements when a door is opened or a truck...

> The main problem is that Viber desktop will not work without loaded Viber client on your phone, so you will still need "Android Phone + Viber Android app +...

The bulk of the implementation of the Android app lies in native-code libraries (shared objects) accessed via JNI. One way I thought of approaching this problem would be to run...