Rocky Meza

Results 81 comments of Rocky Meza

Hi @luan0ma, I have created a pull request that changes how Scheme determines whether the connection was successful or not. Can you try them out? The pull request is #44....

Have you experienced the same bug? -rocky 2014年9月15日 上午8:52于 "GusBricker" [email protected]写道: > Just want to weigh in here. Could this be caused by the fact that @luan0ma > https://github.com/luan0ma is...

I hope that is the issue. @luan0ma, are you still experiencing this problem? -rocky On Mon, Sep 15, 2014 at 12:21 AM, GusBricker [email protected] wrote: > @rockymeza https://github.com/rockymeza Nope, just...

Hi @noilly, Thanks for reporting this. I'm actually getting the same problem on Fedora. In addition to iwlist not being installed, ifup and ifdown are using a completely different mechanism....

Hi, I'm a little confused, what do you not wish to install? I can think of three things, the libraries, the wifi command, and the bash completion. Why do you...

When I first wrote this package with @gavinwahl, we only ever cared about the wifi command, we didn't really imagine anybody wanting the library. I suppose the could be used...

I suppose I could do this through an environment variable, something like: ``` $ WIFI_COMMAND=0 python setup.py install ``` I think that wouldn't clash with anything else. BUT, I would...

Hi, I know it's been a very long time, but I finally have a response to this: https://github.com/rockymeza/wifi/commit/8bda9d785a8e1c39f48840e5bf07becfb7c625ba It allows you to override the name of the script during install...

Hi, Sorry to budge in, you may be interested in [django-registration](https://django-registration.readthedocs.org/en/2.0.4/index.html). Even if you don't end up using it, it could give you some ideas.

It's not ideal, but here's what we do to get around this bug: ``` python from django.contrib import admin # Fix filer's search from django.db.models import Q from filer.admin import...