YuNing Chen
YuNing Chen
dirty fix ``` { "before": ["O"], "commands": ["editor.action.insertLineBefore"], "after": ["i"] }, ``` not using `ko` since it wont work on the top of the file
for those who are using lazyvim, you can add this to overwrite the `lspconfig` after installing the lsp via raco ref: https://www.lazyvim.org/plugins/lsp ```lua opts = { servers = { racket_langserver...
Suggestion: Rename file before uploading, for example `{year}/{month}/{md5}.{extName}` Besides, I personally suggest adding an option to compress image/convert to `webp` format before uploading
> imageflow or https://wsrv.nl/ may fit for you to doing image convert And we will add new feature to specific uploaded file name format The point is to compress images...
Please at least remove the self-plug URL before opening this PR 😃
之前理解错意思了,如果是发生标签一直都可以,添加默认标签等考试之后再说。。。 dup: #13
现在用的~库~逻辑图片相关功能一直有问题,我看看能不能找机会重写一下。。
Done
> It will move my comments up or down one or more lines instead of leaving them in the exact place that I put them. This behaviour is caused by...
`UChar.of_int` will Raises Invalid_argument if i does not satisfy `Uchar.is_valid`. `is_valid` n is true iff n is a Unicode scalar value (i.e. in the ranges 0x0000...0xD7FF or 0xE000...0x10FFFF). So should...