Jordan Cannon
Jordan Cannon
Thank you for the suggestion. `setuser` won't let you fiddle with `$HOME`, but setting the XDG variables worked.
It would be nice if there was a setting to enable/disable the loading of GreaseMonkey scripts. Sometimes I will encounter odd behavior on a page which I suspect may be...
Here's what I've got so far. Adding `from os import path` resolves the error you found. I'm not really sure why that's necessary; I'll have to do some reading. However,...
I've added a preliminary fix. There's more work to be done to make sure all the other sites work as well, but this should be usable as is if you...
Hi, thanks a lot for this useful library. I made a map of Wisconsin's technical colleges with it. https://github.com/LiteracyFanatic/truck-map 
It wouldn't surprise me if that were the case. I've only tested with xfce4-terminal. If there isn't a default that behaves well everywhere then perhaps a small note in the...
Thank you for the explanation. Glad to hear that it is doable. I completely neglected to look at the wiki. Changing the color based on the the output of mpc...
Recently worked on a small GUI made with Avalonia.FuncUI which needed to make a bunch of calls to an external service using HttpClient. I was using Ply rather than the...
I think `backgroundTask` is more intuitive than a lot of the previous terminology. It isn't at all obvious what `ContextInsensitive` or `ConfigureAwait(false)` mean until you go digging through documentation and...
I was getting the same error but eventually realized the issue was being caused by trying to pass a wrapper element instead of the form itself to the `isValid` function...