Peter VandeHaar

Results 69 comments of Peter VandeHaar

I initially limited the autocomplete to 10 results because I think that scrolling dropdowns confuse users. But when I search for a common string like “cancer” or “diabetes” it would...

Can `sendkeys` send a cmd-backspace? I haven't read through that code carefully to understand it.

(Sorry to bump– I know you're overworked volunteers.) Does this PR need changes, or is it ready to merge? It works, but I didn't write tests because I don't know...

(Note to future readers: Instructions for building on OSX are now at https://github.com/hainproject/hain#installbuild-from-source)

MacOS sometimes uses port 5000 for its own software. Try “pheweb serve —port=8080”. On Mon, Oct 23, 2023 at 7:21 AM ikio3 ***@***.***> wrote: > At the same time, I...

It sounds like myip.opendns.com no longer returns an IP address. It needs to be replaced with "curl ifconfig.me/ip".

@alex-laties That's not working for me on High Sierra 10.13.6. Here's what I'm trying: ``` $ git clone https://github.com/qpSHiNqp/airport-bssid.git $ alias airport=/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport $ sudo airport -z $ sudo ./airport-bssid/Build/airport-bssid en0...

I was able to install by doing this: ``` pip3 install wheel # makes everything run much faster, and ought to be mentioned on pip3 install -U setuptools # improves...