Qiu Hua
Qiu Hua
Hi, I came across the same issue on v3.3+. It seems that it was supposed to ignore host filter? https://github.com/capistrano/capistrano/blob/master/spec/integration/dsl_spec.rb#L106-L107 I added a hack in my [capistrano plugin](https://github.com/qhwa/capistrano-hostmenu): ``` ruby...
> I'm open to improving the existing strategy, but time is always hard to find. If you have an existing implementation that you are using that you think is a...
Hi @tehprofessor , do you have any progress on your PR mentioned above? I just did some little attempts to remove the validations but with no luck. I'm thinking about...
Sorry for the calculating mistakes.
I've created another gem `savage-transform`
哈哈,写着写着没了,有几个原因: 1. 懒 2. 第一篇也需要根据新版 grunt 修改一下 3. 我现在转用 `Gulp` 了 不过既然有需求,我把原先计划的写完吧!
本来只是为了去掉 iconv 依赖,让这个 Gem 能在 Ruby 2.0 下运行。 但发现生产环境使用的是“0.2.4”版本,且代码有安全漏洞。 因此重新编码了生产环境(“0.2.4”)的功能
@RayCHOU 这个库在创建的时候,只考虑了简体中文的常用场景。如果考虑繁体中文(正体),还缺少很多,例如: 廿 卅 卌 皕 壹貳弍叄仨弎肆亖伍ㄨ陸柒捌玖拾什佰 支持繁体中文是一个合理的需求,将会使这个库更加完整。欢迎提供 PR。