tbodt

Results 193 comments of tbodt

The regex indicated is unrelated to the problem, it's only for extracting the version number of `nmcli` which is only useful on Ubuntu.

I don't know if there is a standard encoding for wifi names, if there is it should be used instead of utf8.

You can also change one line of code in SlideNavigationController.m ``` [self.view.window insertSubview:menuViewController.view atIndex:0]; ``` change `window` to `superview`