David Duarte

Results 62 comments of David Duarte

`workspace/didChangeConfiguration` implemented with https://github.com/autozimu/LanguageClient-neovim/commit/ef2b82c41a864e8b26e58897e4bb7f4dd5576cd2

Hello @okv, I think if we use Promises it's better to not include a polyfill and drop support of older version of node (v0.11 & v0.12) a lot of libraries...

I think if we implements promise in nci, it can be faster with es6+ (es7) by using decorators for backward compatibility with callback based api because Without decorator and es5...

I started a dissector using minecraft data here https://github.com/aresrpg/minecraft-dissector ![2020-10-24-000639_1269x709_scrot](https://user-images.githubusercontent.com/8864716/97057974-d0f11f80-158c-11eb-8ded-678350b63404.png)

I need this functionality too , actualy I copy paste YamlLoader struct and I add this code in the on_event when event is Scalar in the match I'ts a tag...

@ioben ;) @chyh1990 If you want more exemple with another's libraries, I have the !include tag with snakeyaml in java

I have created a very simple implementation [here](https://github.com/DeltaEvolution/yaml-rust/tree/scalar_parser) The parser with this api look like ``` rust struct HelloParser; impl YamlScalarParser for HelloParser { fn parse_scalar(&self, tag: &TokenType, value: &String)...

What do you think about this pr @chyh1990 ?

@chyh1990 How do you want to move dump_node as helper ?

@chyh1990 the build is breaked https://travis-ci.org/chyh1990/yaml-rust/jobs/176486614