Rocky Meza

Results 81 comments of Rocky Meza

Hi @kv1dr, I'm actually using the `/sbin/ip` command for a feature that's on a branch. It would be cool if I could use that one command for everything, there are...

Hi @yohanboniface, I think this is good. Don't you need the sudo arg on other calls? -rocky 2015年5月7日 上午9:44于 "Yohan Boniface" [email protected]写道: > A user must have root access to...

@yohanboniface, I think it's ok. I don't know what else we would do. I would love to have some unit tests that mock subprocess just to make sure that this...

Hmm, you might have a point there. I like it. I added support for multiple interfaces files recently and the only place those come into play is with the Scheme...

The connection object has been implemented in part https://github.com/rockymeza/wifi/commit/3b3336f30ab67cdc9b67c2d7b73345ca4bc3d47d It doesn't have any of the cool `is_active` or `find_active` stuff because as of now, it looks like that would require...

hmm. To be honest, I'm not sure how long we can go on storing stuff in the network interfaces file. It seems that other distributions use the file differently and...

Hi @jjehl, All of the commands really need administrative access in order to work correctly. I tried to note this in the docs. Maybe it's not obvious enough?

Hi @knro, I'm sorry. I am no longer going to be maintaining the wifi project. Thanks for your pull request, but unless somebody wants to take over maintenance, I don't...

Hi @naveedhd, Thanks for adding this! Can you add to the tests for this? You can model them after https://github.com/rockymeza/wifi/blob/master/tests/test_parsing.py

Hey! Thanks for the bug report. I'm in the middle of finals, but I think I could take a look at this after my tests. -rocky 2014年7月1日 下午8:10于 "Jacek Smit"...