Vinit Kumar

Results 94 comments of Vinit Kumar

@WrapTheCode please fix the test failures in this branch.

@marksweb What's blocking this PR? Let me know if I can help with something.

@preinhart Please check this thread, https://django-cmsworkspace.slack.com/archives/CQ97U91UM/p1613655590140300. The gist is that you need to pin django-treebeard to a version less than v4.5.0. Please read this thread for more details.

> Unfortunately no improvement with `django_treebeard==4.4` > > ``` > DATABASES = { > 'default': { > 'CONN_MAX_AGE': 0, > 'ENGINE': 'django.db.backends.mysql', > 'OPTIONS': { > 'sql_mode': 'traditional', > },...

@preinhart > I have this problem as soon as I fill placeholders with plugins: > > `Attempted to add a tree node that is already in the database` > >...

@preinhart We use this at work. https://github.com/nephila/djangocms-multisite. This might solve your issues.

> please help to review and approve this fix. Can you please merge master into this branch, so that the build can start running. We switched to Github actions recently...

One good solution to use a pre-commit hook like this: ```sh #! /bin/bash # Optimizations and tasks running for production # pre-commit hook to run gulp tasks jsFile = "{path-to}*..js"...

Thanks. Will try my best to implement it.