Tobias Lorenz
Tobias Lorenz
This happens because of a dependency conflict. ``` npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants eslint@
Hi, I need to speed up my deployments. Therefore I want to exclude some scripts from optimization, for example, 'ckeditor/ckeditor/ckeditor.js' and all its dependencies and plugins. Currently it takes minutes...
I've tested your plugin using a standalone server (works!) and a cluster. Unfortunately your plugin doesn't seem to be able to handle a cluster configuration. Output of `./console queuedtracking:test`: Performing...
I have the following conf: ``` from django_hosts import patterns, host host_patterns = patterns( '', host(r'foo\.foo\.de', 'project.urls_1', name='foo'), host(r'bar\.bar\.com', 'project.urls_2', name='bar'), # host(r'localhost\:8000', 'project.urls_2', name='localhost'), host(r'(\w+)', 'project.urls_1', name='wildcard'), ) ```...