Wenxuan

Results 265 comments of Wenxuan

arguments become complicated and hard to decompile single class file without any limitations. Anyway it works :) Thank you.

Yep, but it would be better to provide a general interface :D

Hi, I was writing a script to download and extract icons from fontello.com. Currently I feed a temp file to this interface to extract svgs.

I'm trying to directly transform values from `$scope.input` to `defaultValue`, however it doesn't work. The data format of the two feature is not the same. In `$scope.input` its value is...

BTW, it just joins options with `", "` for checkbox values, which means, if there are `", "` in checkbox options, you can't simply split strings to get structural data...

好吧,确实坑有点大.. 要不先 issue 留着作为 new feature request :-)

I believe it is due to a new security policy. See https://github.com/openstf/minitouch/issues/49

`main` of `package.json` should be `index.js`

Minifying template is a good idea because it can be safely cached :-)

@marceloboeira Have you enabled gzip? According to those [real world test results](http://perfectionkills.com/experimenting-with-html-minifier/#field_testing), gzip is really an effective way to reduce traffic.