Xuan Huang (黄玄)

Results 30 issues of Xuan Huang (黄玄)

I use `onPanMove` to implement a drag feature and it works perfectly in mostly case. But with React Devtool, the returned `e.deltaX` and `e.deltaY` become very strange (nearly out of...

![Screen Shot 2019-07-09 at 8 37 52 PM](https://user-images.githubusercontent.com/5563315/60938646-8493aa80-a289-11e9-910a-3c6920f76eb4.png) vim-markdown supports fenced code highlight with in markdown. the problem is that vim-scala syntax works well for `filetype=scala` but partially broken inside...

As per the discussion from the Nov 2020 TC39 meeting: what would be the relation between this proposal and the [pipeline operator proposal](https://github.com/tc39/proposal-pipeline-operator)? Would they be mutually exclusive or would...

What does top-level directives do? ``` 'hide source'; function foo() { /* no hide source */ } // inherit? function bar() { 'show source' } // override? ``` Would it...

``` Start the server! Content-Length: 44\r\n \r\n { "jsonrpc": "2.0", "method": "exit" }Jun 09, 2019 2:14:22 PM org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer fireError SEVERE: For input string: "44\r\n" java.lang.NumberFormatException: For input string: "44\r\n" at...

- Category - [ ] Question - [ ] Bug - [x] Suggestion When `ag` is not installed, invoking `:Ag` will echo `ag is not found`. While when `rg` is...

enhancement