Thorbijoern
Thorbijoern
Hi, this issue is some years old, but i just got a Lenovo Yoga Tablet 2-1051F which uses the same wifi+bluetooth chip. I installed Fedora and pretty much everything worked...
@winterheart there is no further issue and nothing to investigate here i think, i just wanted to share my findings... i had the same problem with the same chip, thats...
> So, if we use peewee_migrate, we should avoid this command and only use peewee_migrate, right? basically yes... but it's not completely needed on the first create of the database,...
Your models just seem to be empty... you can ignore models by writing `IGNORE=['basemodel']` in a `conf.py` in your migration directory. rollback is completely valid python, but the models/tables might...
first you could take a look at #16 because of your BaseModel. i don't really know postgres, but the url should work like explained in the [playhouse docs](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#connect). i think...
in [line 195 of router.py](https://github.com/klen/peewee_migrate/blob/649717d171229a204d4bdbf279f4bd167b8ddc2d/peewee_migrate/router.py#L195) is the regex `r"[\d]{3}_[^\.]+\.py$"`. 3 numbers, underscore, every char except "." for one or more times, ".py" and the end of string. so... these would...
i got the same error with the StatusCommand (and you may get the error with every command) `PHP Catchable fatal error: Argument 1 passed to PHPGit\Command\StatusCommand::setDefaultOptions() must be an instance...
I took a look at this issue, because i wanted to use the facts gathered using gather_network_resources. The gather_network_resources parameter does not yet support `ansible.netcommon.network_cli`, it only supports `ansible.netcommon.httpap`i. Workaround...
i'm happy to see that there is some new developments here, after i didn't receive an answer on #5 i worried this is dead. i think the types of inverters...
what is the status of this? maybe the functions used as callbacks could return different objects to stop the consuming and maybe to return some other data? maybe one could...