Results 35 issues of ynn

I have been waiting for the major update stated in #181 : > *If your strings are short they will be inlined on stack and use JsonValue::Short instead of JsonValue::String.*...

According to `README.md`, it is supported > types and documentation on hover and I found this "hover" can be triggered by `call CocAction("doHover")`. However, when I try to get the...

Is is possible to render MathJax inside `` tag? **Input** ```html Proof \\[ {}_{N - 1} C _{M - 1} \\] ``` **Output** ``` ▼ Proof \\[ {}_{N - 1}...

**Is your feature request related to a problem? Please describe.** Currently, you always have to specify the unit of timeout in `--timeout` like `--timeout 10s`. Personally, this seems verbose in...

**Describe the bug** When autocompletion, parenthesis and ellipsis are inserted in addition to a method name. ![output](https://user-images.githubusercontent.com/58146437/223316613-e00acd53-5770-4074-ad70-20dc0045e0b5.gif) I've been a user of `coc-flutter` for months but this behavior suddenly appeared...

I have this Rust code: ```rust /// 1 /// 2 /// 3 /// 4 /// 5 struct S; fn main() { S {}; } ``` The doc comments of the...

According to [the documentation of `Start()`](https://pkg.go.dev/github.com/orlangure/gnomock#Start), > It is recommended, but not required, to call `gnomock.Stop()` when the tests complete to cleanup the containers. But it isn't clear what will...

I want to access the contents of Clipy via CUI. For example: ```bash $ clipy 1 #accesses the latest history (i.e. the content of the native clipboard) $ clipy 2...

- [x] I have looked at the documentation [here](https://pkg.go.dev/github.com/go-playground/validator/v10#section-documentation) first? - [x] I have looked at the examples provided that may showcase my question [here](/_examples)? ### Package version eg. v9,...

### Question When you use `mdbook serve` to serve a book, editing a file invokes a rebuild. But, in my environment, the interval between the edit and the start of...

C-question