Xavier Wang

Results 149 comments of Xavier Wang

@uiuizz 对,这个接口就是为skynet做的。之所以放进unsafe里是因为如果loadfile的那个状态机销毁了,后续其他状态机可能访问释放内存导致崩溃。你需要自己保证loadfile状态机存活。

大概率是你的数据被0垄断了,请检查你的代码。如果确认不是自己的问题,可以提供一个最小的能重现问题的Lua脚本。

> Maybe i'm missing something here, but isn't this basically what layers is all about? Yes! That's why I need this. I have many module that offer a layer interface,...

FYI below is the `ready_call` I implement, I can't believe that tower-rs do not have a util for this... they already have `ready`, even `ready_oneshot`... the `Chain` I implemented can...

maybe what you want is to capitalize the first letter, not "convert all letters into the title case" (which is different than the upper case in Unicode standards), which is...

I'm not very approve with this API, you should just use "%p" to match a Unicode punctuation. If you add this one, all Unicode categories should all have their own...

要带protoc3_optional标志位,这个后面加的,文档里没写。 不过,不推荐用在实际项目里面用protoc.lua,这玩意毕竟是个demo用途的东西……

Go还是比较排斥C库的。建议直接用Go的库。

你要检查一下你的代码是不是最新的,pbL_grow目前在1380,不在1437。