Steven Dee (Jōshin)

Results 50 issues of Steven Dee (Jōshin)

Couple fixes to make this work for me with busy_runner in OS X.

I'd like it if this could be configured to generate UTF-8 characters instead of HTML entities for the smart quotes and dashes. It's not a big deal, just a preference...

I could pay some complexity and remove the need to recompile autonet every time you create a new profile if I just parsed the hostname.if(5) files under /etc/hostname.d at runtime....

This issue would make autonet clear things like chan and wpakey in addition to BSSID when it switches to a new profile. My current workaround is to just put `-wpakey`...

If the input nwid has quotes around it, then netpref-line shouldn't add extra quotes when it C-escapes it.

This would add a `-p` flag that would just force-connect to the named profile without bothering to do a scan. Could be useful for connecting to networks that don't advertise....

Right now IFNAME is a preprocessor macro. This would make it a configurable option, allowing you to use `autonet` on multiple different interfaces. I have never needed this. If you...

**Describe the bug** While trying to understand nock 10 (which I still have not done), I managed to produce a `.*` input that crashes vere with an assertion failure. The...

bug

It'd be great if I could use the current rust-and-capnproto flavor of passacre on OpenBSD, but I can't. The current proximate blocker is that an old version of nix is...

Some character classes are singular (digit), some are plural (symbols). Possibilities: - make them all plural, and keep singular aliases for the ones that are singular - vice versa -...