Mike Manger
Mike Manger
A little while ago I made a plugin to make batch P2P relations via a wizard: https://bitbucket.org/lighthouseuk/wp-batch-posts-to-posts The interface needs tidying up but is useful for occasional jobs.
I'll join everyone by saying thanks for the project, we adopted it early and have many projects using it. I'm looking to remove this library from our projects (`npm run...
I only have 3 things in my trakt account. I tried importing just 1 movie with a rating and got the same. The xml files look the same as the...
I've tried compiling without the `.Where(m => m.Rating > 0)` and that seems to have kinda fixed it (things are in history which is probably better for me as I...
On listal you can mark an item as watched without giving it a rating. It looks like the issue is that the XML serializer is not parsing any of the...
@WouterCypers No, I didn't get very far!
@PraveenChordia Set `choices` to be a list of options. Usually you'd define a constant in the model class and reference it like so ``` python from multiselectfield import MultiSelectField from...
Sounds like this might be mitigated by adding an .editorconfig file.
Apologies I now see what you mean, in [tasks/contrib-core.js#L88](https://github.com/gruntjs/grunt-contrib-internal/blob/8427da6f728ae19e31e7e44f43f3c0e8a0a842c9/tasks/contrib-core.js#L88) there is a check for README.md but no logic for CONTRIBUTING.md.
This happens with when the source is set to `'__str__'` also.