Jin Qing

Results 20 issues of Jin Qing

I have many topics. Each topic subcription results one connection. I tried send 2 SUBs on one connection, but failed: `cannot SUB in current state`. It would be nice to...

feature
request

`cargo bench` reports: ``` Gnuplot not found or not usable, using plotters backend `gnuplot --version` returned an unparseable version string: ``` gnuplot 5.4 is installed: ``` >gnuplot --version gnuplot 5.4...

Failed to c2go on [skywind3000/kcp](https://github.com/skywind3000/kcp) ikcp.c ``` E:\github-other\kcp (master -> origin) λ c2go transpile ikcp.c panic: could not match regexp with string ^(?P[0-9a-fx]+) '(?P.*?)'(:'(?P.*)')?(?P lvalue)?(?P prefix)?(?P postfix)? '(?P.*?)'[\s]*$ 0x2b14900 'struct...

当前的输入,发往服务器并本地保存时,帧号是故意延后了 PreSendInputCount, 所以本地预测执行也会延后,服务收到后也会延后发送,这样不是人为的增加了输入延时了吗?仅仅是为了避免被服务器判为过期包而丢弃?

`cmake --build` makes CMake ideal for CI(Continue Integrate). I think direct building is good for Premake to replace CMake. My problem is it is hard to build a library with...

enhancement
help wanted
question

I use @submodule to merge doc, but @section information will lost. ```lua --- Test. -- test.lua -- @module test local M = {} return M ``` ```lua --- Test. --...

```C++ int main() { ... LuaBinding(L).beginModule("c_util") .addFunction("foo", []() { return 123; }) .endModule(); ... } ``` This makes c_util global. Is there any way to make it not global, so...

I am trying to catch exception from LuaRef::toValue(). ``` #include using LuaIntf::LuaRef; std::tuple TestToStr(const LuaRef& luaVal) { try{ std::string s(luaVal.toValue()); return std::make_tuple(LuaRef::fromValue( luaVal.state(), "Hello, " + s), "OK"); } catch(...)...

``` λ grizzly generate main.go open D\src\github.com\matroskin13\grizzly\collection\collection.go: The system cannot find the path specified. ``` ``` λ echo %GOPATH% D:\gopath ``` Because GOPATH is splitted with ':' which is wrong...