Daniel Leong
Daniel Leong
We could maybe use the `N` mapping from vim's terminal mode to switch to "output normal mode" and jumps into the output window
`IDevice#discover()` reuses cache indefinitely; no obvious way to access `IResolvedDevice#resolve()`
Ah interesting. Your approach should be effectively the same as a more "obvious" API, but in the meantime I'll reopen this—you make a good point that the API doesn't quite...
PR is welcome if that fixes it! I don't have a great way to test, but that does sound reasonable.
It's a bit tricky to get the interface right—the PS4 had a separate protocol with a special "back" button, for example, that doesn't exist on the controller. Meanwhile PS5 is...
For windows, try the [ps4-waker troubleshooting](https://github.com/dhleong/ps4-waker/wiki/Troubleshooting). For your other device, use the `--no-open-urls` flag to use the CLI-only flow.
It's there in the output of `playactor login --help` but you're not the first person to ask about it. Could probably stand to have a better description, and maybe a...
Just did an experiment and Lanterna does *not* automatically round down RGB to a supported color, so we'd need a translation layer that can respect the terminal's capabilities....
`refreshAndWaitIfNeeded` will wait until `client.getRefreshingAccounts()` returns an empty array. The client will periodically emit the `refreshing` event with a list of the accounts that are still being refreshed.
It's supposed to, but honestly it can be unreliable. It does seem to trigger a refresh (because running again a short time later will show that accounts have been updated...
Strange, thanks for the extra context! I'm not sure why iOS would work differently—especially when ps4-waker still works fine. I'm pretty busy these days and don't have a PS4 handy...