Nandi Wang

Results 16 comments of Nandi Wang

方括号里差个*,https://www.zhihu.com/api/v4/questions/21241873/answers?include=data[*].voteup_count

这个可以这么改: 修改: https://github.com/DTStack/molecule/blob/de01581f730fdde065add62b1b85e624a1383e3b/src/client/slots/editor/index.tsx#L46 把 renderGroups 中的 DndProvider 去掉,加到 return 中。 ```typescript const renderGroups = () => { return ( {groups.map((g) => ( ))} ); }; return ( {current ? renderGroups()...

只执行 `/bin/sh -c fc-cache -f -v` 这半句就可以了,在docker启动时,会运行后面的内容的

I just want to make it possible that each function instance can save some internal state, and when the same expression is called again, the internal state of the function...

Consider follow expression: ``` // Repeat is a function that will return true if the condition (arg 0) is true in (arg 1) times Repeat([value1] > 3, 2) && Repeat([value2]...

> ```cs > var times = new Dictionary() { }; > var executionId = Guid.NewGuid(); > e.EvaluateFunction += (name, args) => > { > if (name == "Repeat") > {...

One more thing, in the above example, "Repeat ([Value1]> 3, 2) && Repeat ([Value2]> 10, 3)" It will not run as expected, because logic operator "&&" will ignore the right...

@Bykiev ,Thanks. But it doesn't match my requirement. Think about this expression "And(Repeat ([Value1]> 3, 2), Repeat ([Value2]> 10, 3))",in your solution, one expression only would have a guid. But...

> > I'm approving it as I don't see any workarounds. Conflicts should be resolved before merge, the docs should be updated too > > We should check with @slobber...

![file-image](https://github.com/user-attachments/assets/ca42bcee-8d75-46cf-a7f4-f26a7ef1b102)