isadovskiy

Results 5 issues of isadovskiy

VML supports opacity2 property (http://msdn.microsoft.com/en-us/library/bb229613(v=vs.85).aspx). Which allows to configure opacity for the second color stop in gradient. I see it's still not supported with Raphael. I implemented fix some time...

vml
PR welcomed

I have a master swagger.yaml, which looks like ``` ... definitions: core.object: $ref: "./definitions/core/object.yaml#/definitions/core.object" ... ``` My `./definitions/core/object.yaml` looks like: ``` swagger: "2.0" definitions: core.object: type: object properties: id: type:...

Hello. Could you add support for dynamic partial blocks? ```` {{#> (helper) }} fallback {{/ (helper) }} ```` Just not sure how closing tag should look like,

Fix for https://github.com/rocketlabsdev/require-jade/issues/14

Optimizer gives "Error: Environment unsupported." error when compiling project using Rhino. Everything works fine when using NodeJS optimizer. Looks like this is the same issue as described here for CofeeScript...