Daniel Leong
Daniel Leong
IntelliVim is powered by idea so unfortunately it's not possible (though I certainly understand where you're coming from!) I had tried at one point to hide the UI but too...
Looks like the tight coupling between the `AnAction`s and the UI is going to make this a problem. In particular, `CodeInsightAction` refuses to run if the `Editor` doesn't have an...
It's been quite some time since I've worked on this project so it's hard to recommend and I can't offer support, but if you want to try it you'll also...
The `-d` flag is used here: https://github.com/dhleong/ps4-waker/blob/master/bin/cmd.js#L156 It looks like we do get some info about the device in addition to the IP address from which it broadcasted its response...
I've been getting somewhat regular PRs to support newer versions of Chrome, but I don't actively use it anymore myself. I'd be happy to check out a PR if you'd...
You may need to use an older version of Java 🤔 I took a reflection shortcut in `RecencyCompletionSource.kt` to get reverse iteration out of `LinkedHashMap` that newer versions of the...
It seems like you must have another instance of `playactor login` running somewhere on your network for `browse` to reveal a second `PS4` device named `PlayActor` (and for your `login`...
What is that `.4.256` address? That seems incorrect. Each octet cannot be greater than `255`. `--bind-address` should specifically be an address on a network card *connected to your machine* that...
Just to clarify: _after_ you see the "Open the PS4 Second Screen app" prompt, are you opening the app and scanning for devices? It *looks* like it's doing the right...
I don’t have any direct suggestions since I don’t have an eero, but it’s interesting to learn that other services are having issue on the wifi. Basically the way the...