Results 6 comments of icbd

> What do you mean by "friendlier result"? `a := map[string]string{"hello": "123"}`, If cast can help me deal with the pointer, I'd be free to pass in `a` or `&a`....

```ruby obj.clean_if_dirty(your_params) ``` `your_params` will translate to `if_dirty?(your_params)` By the way, ```ruby event :publish do transitions from: :init, to: :showing, after: :func1, guard: :func2 end ``` if we use both...

Thanks! This PR can help me solve the issue: ```log Traceback (most recent call last): File "/Users/cbd/Desktop/show-pg-btree/pageinspect_inspector/inspector/command.py", line 51, in main(sys.argv[1:]) File "/Users/cbd/Desktop/show-pg-btree/pageinspect_inspector/inspector/command.py", line 47, in main render_tree(tree, file_path) File...

纠正一点, "由于在ES 中,所有单个文档的增删改都是原子性的操作" 原子性是不对的.

想请教一下嵌套排序的问题, 怎么才能对一个文档内的嵌套对象排序呢? 比如想让返回的文档中的 `user`, 按 age desc 排序, 应该先 John smith 再 Amy White. 谢谢 ```json { "group": "fans", "user": [ { "first": "Amy", "last": "White", "age": 18 }, {...

> Hi @icbd, 不知道這篇文章的最後一段 "使用嵌套對象的字段來排序" 是否有回答到你的問題? 您好, 我读了本文和官方的手册, 都是讲嵌套对象对原始对象排序的影响, 我的疑问是每个对象内部的嵌套对象的顺序, 不知道您有什么方法吗? 谢谢