Scott Hansen

Results 163 comments of Scott Hansen

1. I'll have to investigate this more. I see what you're saying about the connection failing later. 2. I reworded some to shorten a bit, but they were all just...

You're gonna have to show me some examples of what you mean with the whole body/summary split. In my dunstrc I have `format = "%s %b"`. The longest message I...

This is going to be a hard problem to solve (I think) without daemonizing this tool, which is something I intend to avoid. Nm-applet is able to continuously monitor connections...

Not a bad idea. Not gonna be able to work on it for awhile though...PR's always welcome!

What's the output of `nmcli device show ` ? We need to figure out how networkmanager views and describes this device. Poke around the various nmcli commands and compare the...

Just checking in on this...I don't have any USB wifi hardware so I can't help out much on gathering the info.

Sounds like a reasonable request. Likely going to be awhile before I can tackle it. PRs welcome! FYI, the link you provided is just the RFC describing what's allowed for...

Nothing comes to mind immediately. I thought maybe some combination of --regex and --run, but I think urlscan would have to track the line numbers. This would take adding an...

I'd second a switch to dateutil. It's used successfully in the [gcalcli](https://github.com/insanum/gcalcli) project. Thanks! Scott

I don't know if you're using Fedora/CentOS, but I had trouble with bind mounts until I set the context of the host directory to `container_file_t`. I was able to get...