Yiyu Lin
Yiyu Lin
Agree. Add a UI for the result would be great!
Any progress on this?
Nice idea. Maybe provide the ability for the other script languages like Lua, python as the executing runtime. like `.with_exec_script("xx.py")`
```lua struct MyUserdataHander { idx: u64 } struct MyUserdata; impl UserData for MyUserdata { methods.add_function("Some", |lua, value: Value| { let router_ud = lua.globals().get::("OptionRouterUD")?; let idx = OptionalRouter::register(lua, (router_ud, Some(value)))?; Ok(MyUserdataHander...
And it would be better to provide more accessibility to the engine, like https://duktape.org/api.html
Hi. Any progress? I think the pr may work.
Hi. Any progress?
how about `date-time`? should we change together. ( I'm not familiar with openapi
Thanks for your reply!
I mean if I have a list of LazyFrame which's count is small(like 1-100), I will get better performance when I `concat` them to one LazyFrame. But will get worse...