Xie Zejian

Results 39 issues of Xie Zejian

## Error details SurfingKeys: 1.0.3 Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.30 URL: ## Context I follow the [guide](https://github.com/brookhong/Surfingkeys/blob/master/src/nvim/server/Readme.md) to setup neovim, but nothing happen...

As `grammarly` has been supported by nvim-lsp-installer, how about grammar-guard compare to that? And grammarly have not supported automatic fix and a paid account, can grammar-guard do that?

![image](https://user-images.githubusercontent.com/41792945/173834797-d399df19-5bb2-4b7c-bba7-550202cf2282.png) The font seem to miss when connect to remote tcp server

**Describe the bug** I had set `let g:mkdp_command_for_globa=1` but still can't find MarkdownPreview in file .rmd. My current solution is set ``` au BufNewFile,BufRead *.Rmd,*.rmd,*.Smd,*.smd setf markdown ``` but the...

enhancement

**Expected behavior:** After I enter , it should jump to next placeholder or jumpout, but sometimes it will enter select mode and select the nearest text. **Actual behavior:** As I...

``` def focal_loss(gamma=2., alpha=.25): def focal_loss_fixed(y_true, y_pred): pt_1 = tf.where(tf.equal(y_true, 1), y_pred, tf.ones_like(y_pred)) pt_0 = tf.where(tf.equal(y_true, 0), y_pred, tf.zeros_like(y_pred)) loss = -tf.sum(alpha * tf.pow(1. - pt_1, gamma) * tf.log(1e-07+pt_1)) \...

I install sumneko_lua, jedi, bashls, vimls, cssls, html, only sumneko lua work as expected.

全文好像没看到这个变量是怎么定义的

Cargo build continue to break by ``` Caused by: object not found - no match for id (3afc693ef16b45b19f255df2144688ed936f1aa9); class=Odb (9); code=NotFound (-3) ``` revert to previous commit fix this.

是否有计划添加相关内容

enhancement