21paradox

Results 5 issues of 21paradox

安装了语言包之后,切换成中文,右上角 搜索功能异常了

https://github.com/mrluanma/shadowsocks-heroku/issues/28 相关 增加了websocket连接池,利用multiplex这个库基于连接池做虚拟的多路流 我自己部署在heroku了,有问题也会继续修复

I have a module like below: ``` javascript define(['jquery', 'knockout', 'text!template1.html', 'text!template2.html', 'text!template3.html', 'text!template4.html', 'text!template5.html', 'text!template6.html'],function($, ko){ var t1 = require('text!template1.html') }) ``` after amd-optimize: ``` javascript define(['jquery', 'knockout', 'template1.html',...

在使用esl(https://github.com/ecomfe/esl) 实现的amd加载器时会出现找不到模块的情况。 ![baiduhi_2014-9-15_13-42-57](https://cloud.githubusercontent.com/assets/6622122/4267434/0240b9b8-3c9c-11e4-8ad7-2d44058efbdf.png)

### Please make sure of the following things - [X] I have read the [documentation](https://alist.nn.ci). - [X] I'm sure there are no duplicate issues or discussions. - [X] I'm sure...

enhancement