Results 17 issues of Ademan

It looks like `LocalUtxo` was renamed to `LocalOutput` in master, which seems like a great improvement in clarity. I came across #665 trying to determine whether or not `Wallet::get_utxo` actually...

discussion

If a user uses xrestrict to confine their tablet to their left screen, and later wants to confine it to their right screen, they cannot do this. This is because...

question

I would like to support something like the following user interaction: 1. `xrestrict --device-file=~/.config/xrestrict/mytablet -i` 2. User performs interactive selection of screen 3. xrestrict saves persistent identifier to provided file...

enhancement

If I issue `xrestrict -d 15 -c 0` to restrict my tablet to my left monitor, it can actually reach the first column of pixels on my right monitor. It...

bug

Use a third party library? I don't particularly like getopt, but I think as soon as I add the remaining command line flags things are going to be pretty messy...

enhancement

At present xrestrict does not attempt to use information about the physical size of monitors. On monitors with non-square pixels this could result in incorrect aspect ratios. I am unaware...

bug

There's a lot of duplicated cleanup code, I think it should _probably_ be refactored into using goto.

enhancement

Using xinput to discover the XID of the pointer device is not particularly user friendly. It might be desirable to allow xrestrict to affect all pointer devices with "Abs X"...

enhancement

Though my tablet's logical dimensions and physical dimensions are nearly identical, it's entirely possible some tablets are not, xrestrict should take this into account.

bug

Searching for a user and clicking on the result in the dropdown does not bring up user profile, it clears the search bar and the search results dropdown. Similarly hitting...

bug