soubok

Results 5 issues of soubok

I fail to use the Proxy get handler with a ES6 Symbol as property name: ``` var Reflect = require('harmony-reflect'); var p = new Proxy(Object.create(null), { get: function(target, property) {...

Hello, I notice that you call `$this->userChecker->checkPostAuth($user)` in `JWTProvider::authenticate` but `checkPreAuth($user)` is not called. This make methods like `AdvancedUserInterface::isEnabled()` never being called. Is it expected ? Or do I miss...

Hi, thanks for this useful project, I noticed an issue: when the number of areas is big enough then when I click preview of toHtml, the close button of the...

On IE8, space is mandatory after url(...) not supported on IE8: ``` ...{background:url(bg.png)15em 6em no-repeat fixed #fff} ``` supported on IE8: ``` ...{background:url(bg.png) 15em 6em no-repeat fixed #fff} ```

Hello, I wondering why you do not allow to process-and-overwrite the source file : `postCssOpts.to === postCssOpts.from` (index.js#168) In my build process, the source file is already copied in a...