Andrew Conti

Results 24 comments of Andrew Conti

@yujinlim using the method outlined here to resolve this worked for me: https://github.com/AGWA/git-crypt/issues/78#issuecomment-278071567

@somesocks thanks for the tips, I'll try them! 💖

@erichiggins using the method outlined here to resolve this worked for me: https://github.com/AGWA/git-crypt/issues/78#issuecomment-278071567

@jonathanmeier5 Thanks for opening this PR! 🔥 🎉 I'm pretty exited about `pipenv` but haven't had a chance to dig into it. This is definitely something I'd like to add...

@jonathanmeier5 I finished digging into `pipenv` and I'm ready to merge this PR. Thanks for doing an awesome job converting this project to use it!! ✨💥 Whats your thoughts around...

Holding off on this since its not well supported by pyup.io. That tool is critical to keep the project on the up-to-date. I'll merge once they provide more robust support.

@lukehinds what version of python are you using? You can see from the project's tests that this is working with python 3.8. https://github.com/agconti/cookiecutter-django-rest/runs/4190173876?check_suite_focus=true

@johnfraney thanks for opening up a PR! Could you tell me more about the problem you encountered? Faker is [using](https://faker.readthedocs.io/en/master/providers/faker.providers.misc.html) a uuid4 and casting it to a string. You can...

@jezdez Your suggestion fixed my error. I removed an `__init__.py`. Adding it back in solved my issue.

I had the same issue when migrating from `SOCIAL_AUTH_POSTGRES_JSONFIELD = False` to `SOCIAL_AUTH_POSTGRES_JSONFIELD = True`. You need to migrate the field from text field to a jsonb field. Here's a...