cazgp

Results 14 comments of cazgp

I didn't want to bake the DATABASE_URL into the Dockerfile. My migrations user also has higher permissions than the web app user, so running at the start of the web...

@berksonj It looks like from the error `"exec: \"python manage.py migrate --no-input\": executable file not found in $PATH": unknown` that your container is attempting to launch an executable named "python...

Having the same issue with the TRIGGER check. Any ideas on when this may land? Is `feature/handle-case` usable? Unfortunately my go-fu is not great, but if you need any testers...

git bisect reveals this is the commit that broke it: ae1b96f6f0af9d462a2b2988cd83d49741c4c82d

This is still happening. With every update I have to manually alter the file to remove the line. Please can you revert the offending commit? EDIT: Sorry, that wasn't very...

FYI Running latest NeoVim in Ubuntu 16.04 which is NVIM v0.2.1-dev.

I just implemented a small tweak to make this possible. Simply change the constructor of "Map" to add "attrs=None" at the end, and then pass attrs to the super constructor....

Yeah that would great :) I did wrap the DB call in a function which does the c-w H automatically, but it ruins the layout when there are multiple splits...

It's fairly reproducible: $ vim test.sql i SELECT * FROM users; V :DB o SEL