Dmitry Belyakov

Results 5 issues of Dmitry Belyakov

I'm on webpack 4 and have tried both options below: ```javascript optimization: { minimizer: [ new UglifyJsPlugin({uglifyOptions: cfg.js.uglify}), new OptimizeCSSAssetsPlugin({}), ] ``` and this as well: ```javascript optimization: { minimizer:...

If we create a node entity and wrap it in wrapper to then retrieve it's parent we get an error: Undefined offset: 0 /DoctrineExtensions/NestedSet/NodeWrapper.php:253 We probably could just return null...

Hey! Thanks for great layout it is really helpful! However I have one simple question - how to I actually access the app? It is created in manage.py and is...

Hi, I'm evaluating your this task and while doing some testing against grunt-contrib-compass I found rather weird thing. Say we have multiple css we want to compile like: fonts.css, bootstrap.css...

Hi Nick! Could you please not require full zendframework installation? It makes using separate packages like mvc+views+forms impossible with your module. You could rather `suggest` zendframework. Have a nice day.