Vincent Bernat

Results 527 comments of Vincent Bernat

This could also include switching off unused inputs in the same pass. xrandr specifically turns them off first before turning the other outputs on.

For what is worth, I am now using autorandr without any issue. I don't remember why I have requested to avoid triggering too many RandR events, but as it works...

I don't know why I didn't get a v2 of this patch. Maybe, I was expecting a human to help on the pending issues. The patch has been updated here:...

OK, now I remember. The `usleep()` used is executed in the main QEMU thread. Not something you really want. I should have done like for DOSBox and use a dedicated...

Yes, a pointer to how to create/manage a thread in QEMU would be enough. As for VirtualBox, no experience and little interest to dig (Oracle is not really opensource-friendly).

Looking a bit more, I could also modify to use `timer_mod()` and a state machine instead of creating a dedicated thread. I'll try to tackle this in the next weeks.

I was too busy and forgot about this.I am still interested by time is limited.

The issue is also present in Pygments, but there is a PR to change that (not specifically this issue, but it happens to provide better contrast): https://github.com/dracula/pygments/pull/11

`nose` is only a runner. You can also run them with `python3 -m unittest discover isso/tests` or by using pytest which also includes a runner.

IMO, you need to keep compatibility with IE10 (or at least IE11). As for a dark mode, only the forms need to be styled as everything else is mostly inherited...