Seb Vetter

Results 9 comments of Seb Vetter

Thanks, I'll fix that.

Thanks for the feedback. You are absolutely right, that there need to be tests. I'll put those in. Would you be happy with testing the `deconstruct` methods in isolation or...

I've started adding some test for the `deconstruct`methods in isolation. I've started looking at extending the `south_migrations` tests to work with the new migrations but I am having a bit...

Thanks for the feedback. I've been a bit busy over the last few days and will be for the rest of the week. I'll update the PR as soon as...

The reason for not adding a `deconstruct` method in #12 is that the [Django docs for custom fields say](https://docs.djangoproject.com/en/dev/howto/custom-model-fields/#field-deconstruction): > If you haven’t added any extra options on top of...

Haha, that's very true. I haven't used it myself for a while and since I'm mostly Python 3 now, it [doesn't really work anymore](https://github.com/elbaschid/virtual-node/issues/9) 😢 . But I'm happy to...

That's correct. Initially, it seemed that making the `urlretrieve` import work in a compatible way would fix the issue. Unfortunately it's not that simple. The NodeJS source package uses a...

Unfortunately, the short answer is that it isn't possible to uninstall `virtual-node` using pip. The reason for that is that `virtual-node` is basically a python script in `setup.py` that downloads...