neumond
neumond
htransformation, while doing nice job of modifying _request_ headers, does meager job of modifying _response_ headers. In my case I just can't do anything with `Location` header, it simply ignores...
Sometimes coroutine.create fails with java.lang.NullPointerException. Happens only in LuaJ fallback. There's a small chance that my apparmor profile causes the issue, but non-luaJ interpreters work fine after trivial changes in...
Current implementation places tables randomly leaving it to user to lay out manually everything in diagram. Arrows often become very long and entangled with each other. Implementation should use something...
Currently only model exclusion list is implemented. It is a raw text file containing list of fully qualified model names (you can see possible names via `-p` option). There's no...
Django-dia was derived from MIT-licensed code, but didn't specify explicit license for itself. I guess the best option would be to preserve existing MIT license. Therefore I'm asking all the...
https://code.djangoproject.com/wiki/Dia2Django There is high chance they're compatible, i.e. you can generate .dia from live app, then convert it back to models.py.
Instead letting ValueErrors just crash the program, it would be nice to add some hints for the user how to fix a problem.
Memory cell/bank may work like call stack.