mixmastamyk

Results 41 comments of mixmastamyk

Hmm, from what I gather about the flask extensions I've encountered so far, this is done by the extension itself.

I'm using '1.0.0b1' btw.

Hi thanks, I've done that, and will have to do it for every model with a compound name. Seems it would be easier for the admin and flask-restless to match....

I did switch back to the version above in my copy and it works again. Sorry, I had the history mixed up. I was originally using the ajax branch until...

@amitbora007 it looks like your legacy console doesn't support ANSI sequences. If you have a recent version of Windows you can typically enable it on the console settings panel (menu...

Huh? Modules don't need to be exported in Python, init imports are usually just done for convenience of importing without the (sub)module name. ```python >>> import console.utils >>> >>> from...

Here as well, latest Fedora. I copied 100GB to the vlc folder on an ipod touch with rsync and at 1.0MB/s it took something like 30 hours! I did confirm...

How could the situation change with no action taken? Quick look at the source highlighted above: Make SHARED_DIRECTORY a tuple. Already looping over it on line 143. > Looks like...

I will try to take a look this coming week. Unfortunately kinda busy and don't think I've used this for a few years, but I put it on my todo...

One other reason I tried and stuck with typeguard instead of mypy or pydantic is that it is 1/100th the size! From a cursory view it looks like this is...