nbfhscl
nbfhscl
This code works for me. Basically consistent with `rg` in the command line 1. `RG` search in current dir. 2. `RG ` search in current dir. 3. `RG ` search...
+1. Seems related to #751 . The indicator shows still in insert mode.
This works for me with miscrosoft pinyin input. Need to download im-select.exe manually [here](https://github.com/daipeihust/im-select). ``` if exists('g:vscode') autocmd InsertLeave * :silent :!C:\\tools\\neovim\\im-select.exe 1033 autocmd InsertEnter * :silent :!C:\\tools\\neovim\\im-select.exe 2052 else...
Is it on the agenda to solve this problem? I tried and succeeded in browsing ProsysServer after applying @kung-foo 's patch from #200. In addition, browsing opcua foundation's DataAccessServer with...
@magiconair Thanks. The following code seems working. ``` case "Status": request.RequestedParameters.Filter = &ua.ExtensionObject{ EncodingMask: ua.ExtensionObjectBinary, TypeID: ua.NewFourByteExpandedNodeID(0, id.DataChangeFilter_Encoding_DefaultBinary), Value: ua.DataChangeFilter{ Trigger: ua.DataChangeTriggerStatus, }, } case "Value": request.RequestedParameters.Filter = &ua.ExtensionObject{ EncodingMask:...
I tried as you told, but it doesnt work for me, the server returns same error message. Is there any tips I missed or misunderstood. ```golang func init() { ua.RegisterExtensionObject(ua.NewNumericNodeID(0,...