arnuschky

Results 88 comments of arnuschky

Crossposting: I think that this issue is related to https://github.com/coleifer/flask-peewee/issues/103 It would be great if we could find a way to do configuration independent of a given app, and independent...

No. Would be interested in this as well, same use-case as mentioned by @xiaq this time. Not sure if this can be solved without substantial changes in peewee.

So, I found a (hacky) solution for this. In my app, I use a `init_app` method as proposed by @xiaq. All my models extend `peewee.Model`. The code below, when placed...

Works like a charm. Much nicer than my hack (but I was soo proud! ;) ) Thanks a bunch @coleifer

To be more specific: the only solution I came up with to date is the following. In models.py, I have this header doing the app-specific import: ``` try: from app1...

Sorry for late reply. Our current project is running fine with the hack I described earlier, so it's not urgent to fix it. Nevertheless, I spotted the activity on https://github.com/coleifer/flask-peewee/issues/69...

I don't think that this is possible, but to be entirely honest I don't remember enough about this project to be certain. It's been a few years - sorry!

I don't know what kind of firmware the R710 has, but I doubt it. You can always try - if the script produces sensible results (ie, manages to read the...

Please note that all the credit for the multi-channel patch goes to https://github.com/alaa-eddine

I am very interested in the multi-channel capability provided by this patch. Does it work/can I use it? Is someone using it successfully? Have the latest issues been resolved?