Jouke Witteveen

Results 45 comments of Jouke Witteveen

Thanks for this suggestion. I tried to follow the [fallbacks of systemd](https://github.com/systemd/systemd/blob/v247/src/systemctl/systemctl-edit.c#L360), which are `"editor", "nano", "vim", "vi"`. Back when I wrote it, `nano` was part of the then-existing `base`...

I took a look at https://pkgstats.archlinux.de/packages and noted the following (approximate percentages of systems taking part in the statistics): _nano_ is present on 80% of the systems (from 93% in...

Good idea! Here is how I think it should work: `wifi-menu` should check for a WPS flag and if it is found offer an extra button on the password form...

Unfortunately, I don't have the time and hardware to help you out with this one. If you want I can guide you a bit in implementing this, though it might...

Please let me know if you accept the final proposed changes. If you want me to, I can squash the commits for you.

I took the least intrusive part of this MR: 1e08e03a37c7276593ebf2aeb8794128b6628c4f. If you want the interface selection dialog bits (which I am not against), please rebase on (or restart from) master....

All WPA functionality is currently isolated in `/src/lib/wpa`, so in order to support IWD a compatible rewrite of that file needs to be made. As we are currently a long...

I was made aware of the release of IWD 0.1. However, there is no sign of a command line client. Such a client is on the [TODO](https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/TODO) list (at the...

Okay, so there is a sign of a command line client. However I cannot find a manpage. Does it even work non-interactively? The tool feels very unfinished...

While the situation is continually improving, I still think iwd is doing too much and is not a 'do one thing and do it well' tool. This makes integration in...