Dean Jackson
Dean Jackson
> This should enable wireguard connections, too. They are added to system preferences / network It doesn't find IKEv2 VPNs, so I wouldn't count on it showing Wireguard VPNs. What...
That was my first thought, too. There is no other `New*` function, so why not just `New()`? Personally, I'd rename the types from `EvaluableExpression`, `ExpressionFunction` etc. to `Expression`, `Function` etc....
The last release is over two years old, and nobody has had a problem with it. You're doing something wrong.
Duplicate of #3, which was attempted in #7. The workflow uses a 3rd-party library to parse ssh config files. If you can find one that supports `Include`, I can integrate...
Yeah, it doesn’t work like it’s supposed to. Now you bring it up, i should probably revert to the old library with no `Include` support, rather than one with broken...
Oops. [I have a working parser here](https://git.deanishe.net/deanishe/sshconf). I'm afraid I just haven't bothered to tidy it up and integrate it yet.
> is this Include file support getting deferred until the automation landscape settles down a bit? No, I'm just really busy with work atm. It's not helping that when I...
Instapaper is still broken :cry: The PB dialog pops up asking whether and when to allow instapaper.com, but the browser is redirected to the instapaper.com website too fast to let...
The Instapaper bookmarklet does the redirect _because_ PB is blocking it. The alternative is not working at all. If PB prevented the redirect, it would completely break the bookmarklet. A...
> I think that leaves us with 2 options What about keeping the API the same and using a build tag/target to enforce XDG conventions? (IDK Rust, so forgive me...