闾明

Results 23 issues of 闾明

i want to assert when condition match will call a function or not call a funcion i search predefind matcher there is nothing like FunctionCalled matcher. and when i try...

First, Thank you for the awesome work, it is now the best tiling wm i have find in windows! GlazeWM is slow and sometimes will crash in my computer. **Is...

enhancement

### Did you check docs and existing issues? - [X] I have read all the flash.nvim docs - [X] I have searched the existing issues of flash.nvim - [X] I...

bug

thank you for great plugin, i read the doc and cant find an autocmd or callback function can auto focus or auto show repl after REPLSendOporator this, is there anything...

这个插件应该不需要用到本地的能力, 在package.json中 , 如果只有main: "out.js", 则在web版本的vscode中无法使用, 希望能把 browser: "out.js" 添加进来, 具体可以查看 https://code.visualstudio.com/api/extension-guides/web-extensions

I read the hole doc, but i cant find a way to use diffrent completion in markdown or orgfiles code block. I dont know how to setup this, is there...

i read documentation but cant find a way to select text use keyboard, pdf viewer sometimes looks like web browser, because it has no cursor by default, now web browser...

### Is your feature request related to a problem? Please describe. kanata is a great tool i have ever used before, but i can't use key visualization tools such as...

enhancement
PRs welcome

下面是我看到源码中grpc的客户端logger的中间件, 服务器也一样, 不管error是不是nil, 都通过logger.Info来打印, 这样不是太好, 其他人没法通过日志等级来控制 ```go func UnaryClientLog(logger *zap.Logger, opts ...LogOption) grpc.UnaryClientInterceptor { o := defaultLogOptions() o.apply(opts...) if logger == nil { logger, _ = zap.NewProduction() } if o.isReplaceGRPCLogger...

**Is your feature request related to a problem? Please describe.** 我用sponge做一个新的服务, 通过etcd做注册发现, 和已有的系统配合使用, sponge的etcd封装的New方法本身支持不同的etcd选项, 而sponge封装的NewRegistry去掉了这个能力, 希望可以增加这个能力, 具体代码如下: **Describe the solution you'd like** ``` func NewRegistry(etcdEndpoints []string, id string, instanceName string,...