题叶

Results 82 comments of 题叶

I took a glance on the packaging. It looks like Lumo is mainly running on JavaScript. I didn't get why it's bundled in binary. Can I run it like other...

Did not read the code before, turned out there are two different behaviors. ```clojure (core/deftask wait "Wait before calling the next handler. Waits forever if the --time option is not...

I guess so. Threads are a bit unfamiliar since JavaScript runs thread in a different way, at least less powerful than Java or Clojure. Strange to me that `(repl)` just...

@martinklepsch ...and need to be the **first** task in case of blocking something?

any list or docs for reference?

@liusong1111 应该是这个 https://github.com/facebook/css-layout

@sogko I follower your post but found it is quite hard to work with plumber to catch exception. https://www.npmjs.org/package/gulp-plumber ``` coffee watch glob: './build/js/**/*.js', -> b = browserify debug: no...

@sogko Yes, it's `gulp-watch`, and the whole gulpfile is [here](https://github.com/jiyinyiyong/street/blob/master/gulpfile.coffee#L54). I fixed that issue in `gulp-watch` and it began too work now. Thanks :) And is also works when I...

@bharatpatil I think you should mark markup your result first, it's hard to read :-) ``` jade Jade Escaped : 21922ms Unescaped : 11340ms Total : 33262ms Escaped : 21938ms...

@sebowles51 Thanks. I'll check that later when I begin new projects. I was looking for a replacement for Handlebars on client-side, and later I found Jade could be pre-compiled too....