Mateusz Kocz

Results 8 comments of Mateusz Kocz

The problem here is that typings of JSONSchema expect a subset of strings to be used as a type value (`"string"`, `"number"`, etc.). TypeScript, however, assumes that mutable strings are...

Using PHP to compile LESS files is a rather bad idea, since the compilers are written in - well - PHP and can just try to be compatible with the...

The .less files are just for development. Whenever you want to deploy your application or website on a server, it's better to deliver only the compiled .css, leaving all .less...

I might be wrong, but doesn't Transmit basically just upload the files for you in the background on every change? If so, you are still free to use any tool...

No, CodeKit is an app that "just" compiles the files into their final state (ie. .less -> .css). You still need to use a text editor. The workflow with this...

> I just wanna be sure: so CodeKit compiles my less to a css and saves it on a server? > So I don't need my Transmit-Network-Volume workflow? I'm not...

Thanks for the idea, but as far as I know this property [was made useless in Chrome](http://stackoverflow.com/questions/18786829/webkit-font-smoothing-property-has-no-effect-in-chrome). Also it's a one-time usage property (you mostly apply it to an html...

This is most likely due to the `Node` having the `nodeType` marked as `readonly`. You should be able to ensure the same characteristic on your objects by doing one of...