Harry Moreno

Results 196 comments of Harry Moreno

sure. Though I'm not the project owner.

related https://github.com/disusered/webpack-cordova-plugin/commit/ad58ce3eb97f3d336600df3ce395d651acc2ba3d

If you have to ask ... Did you not read the readme @fzyzcjy ?

I think you got an answer here https://medium.com/@codingfriend/you-forgot-to-wrap-e9b2f4b12d8c You forgot to wrap ```es auth.verifyToken(), auth.populateUser(), auth.restrictToAuthenticated() ``` In brackets, []. ```es create: [ commonHooks.iff( isAction('passwordChange', 'identityChange'), [ authenticate('jwt'), isEnabled() ]...

that program is short enough to inline ``` es6 var async = require("async"); var jsonfile = require('jsonfile'); var util = require('util'); var cutter = require('../controller/removeTags.js'); var natural = require('natural'); var...

The `RelatedManager` class does not have `.objects`. We either want to use [related_set](https://docs.djangoproject.com/en/1.10/ref/models/relations/#direct-assignment) Or I'm somehow using this plugin wrong

the line number seems to map to https://github.com/scoursen/django-softdelete/blob/master/softdelete/models.py#L185 my full error ``` Traceback (most recent call last): File "manage.py", line 17, in execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 353, in execute_from_command_line utility.execute()...

@ssidorenko I don't think so. These days I just add a deleted_at timestamp and use orm filters in the views.

that is an error when running with python 2, try python 3.