benshi
benshi
我也遇到了相同的问题,想问下csredis.core后面这个问题会修复吗? ``` var streamsEntries = _redisClient.XPending(key, consumerGroup, start: "-", end: "+", count: _options.StreamEntriesCount, consumer: consumerGroup); ``` Exception: ``` csreids 错误【localhost:6379/0】:Unexpected response type: MultiBulk (expecting Bulk) at CSRedis.CSRedisClient.GetAndExecute[T](RedisClientPool pool, Func`2 handler,...
freeredis的nuget包现在只支持到.net5,大概什么时候支持到.net6
在webpack 2中不允许混用import和module.exports https://github.com/webpack/webpack/issues/4039 要把Monaco.vue中的module.exports= {}改成export default { }
是因为yuvj420p的原因吗?我也出现了类似问题 
same issues,are there any gcc dependencies missing? ``` C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: $WORK\b190\_x002.o: in function `_cgo_3c948bc5c0b5_Cfunc_getName': /tmp/go-build/cgo-gcc-prolog:119: undefined reference to `getName' C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: $WORK\b190\_x002.o: in function `_cgo_3c948bc5c0b5_Cfunc_getProp': /tmp/go-build/cgo-gcc-prolog:139: undefined reference to `getProp' collect2.exe: error:...
https://github.com/mybatis-flex/mybatis-flex/blob/82ed8229e2b2024a9d41d32c8bce0e8d489d68c2/mybatis-flex-codegen/src/main/resources/templates/enjoy/entityOrBase.tpl#L19 代码里面#if(!isBase) 判断把所有base类里面的注解全部禁用掉了,这里是不是要优化下
https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.14/sherpa-onnx-v1.12.14-linux-x64-static.tar.bz2 这个release里面没有lib文件夹 我看flow里面static的时候并没有copy lib文件夹的操作,是特意这样做的嘛 https://github.com/k2-fsa/sherpa-onnx/blob/36f3f5fd5e9e3a0e66e5f9a37a5cbcb146469d0d/.github/workflows/linux.yaml#L190-L199