ctrlaltca

Results 111 comments of ctrlaltca

Sorry if i misunderstood you initial question. The answer is still the same, the only way this can be achieved is by adding an event handler. The involved event is...

In order to fix and test this, it would be nice to know how Cloudflare redirects when the website is down.

A [ZoneViewWidget](https://github.com/Cockatrice/Cockatrice/blob/master/cockatrice/src/zoneviewwidget.cpp) displays the contents of a "card zone". A card zone maintains an internal list of card items (with no Qt's MVC involved) so `qsortfilterproxymodel` is a no-go. The...

This is probably due to https://github.com/Cockatrice/Cockatrice/pull/4607/commits/eb7b69c753b5b9889426af5c27c5f5c299eff986 I guess the definition of [Servatrice::incTxBytes()](https://github.com/Cockatrice/Cockatrice/blob/master/servatrice/src/servatrice.h#L275) should be moved inside "public slots"

This is probably caused by the code that tries to clamp the dialog inside the main game area: https://github.com/Cockatrice/Cockatrice/blob/master/cockatrice/src/zoneviewwidget.cpp#L146

> so i commented here to be included in the conversation since I wanted to know what was being done about this You can click the "subscribe" button in the...

So, i recently updated selenium and incurred in the problem of the value() method being removed; i then saw phpunit-selenium added a workaround for the problem, so i tried updating...

I've tried using keys() to send `CONTROL` and `COMMAND` before calling `click()`, but it doesn't seems to work; i suppose the key gets released before the click starts.

Found out https://github.com/flathub/net.kvirc.KVIrc Looks like @farribeiro is the one maintaining KVirc on flathub, kudos to you! Any way we can help out?

@farribeiro to be honest I'm not even a flatpak user, so i'm hardly a good candidate. If anyone else wants to step in..