luikore
luikore
Thinking in true dynamic typing is completely different from the static typing way. Type inference on forced static typing is just a syntax sugar and doesn't change how you think...
I have a simple fix for this problem by not copying model in rv-if's routine in src/binders.coffee ```diff - models = {} - models[key] = model for key, model of...
那怎么查找? 先相对路径然后绝对路径? 感觉实现很复杂的样子
partial 本来就免扩展名, 指向已经有点模糊了, 例如这样的情况... ``` views _form.slim _form.erb posts _form.erb ```
Thanks for reporting! Seems caused by this change: https://github.com/ruby/ruby/commit/bf87195ea37d9607e21e50a1e7df63a2cdd6451f @gsar Just pushed a new version (1.0.6) to fix building when `$(AR)` is `libtool -static`, can you try if it works...
>_< I'll investigate this weekend
Hi, @dewshick It works as expected, since your `change_all` may overwrite previous inserted values so it returns less than 55 results. To avoid loss in update, you can, for example,...
@dewshick good point, I will change the example
略诡异, 有可能是因为 TCPSocket 的 monkey patch, 但这个只影响 send / recv, 不会搞坏 IO 对象的其它方法才对... 这样 monkey 一下会有问题不? ``` ruby ... rescue IOError false rescue Errno::EBADF false end ```
Thank you. I think this feature is very important too! But the underlying implementation (HAT-trie) can not do this either... HAT-trie is composed of data buckets, we may save and...