Avi Dessauer
Avi Dessauer
There are still a number left that, I did not fix due to my unfamiliarity with the architecture.
Is there a plan for Wasm?
[universal ctags json output docs](http://docs.ctags.io/en/latest/output-json.html) This is useful for better support in [vista.vim](https://github.com/liuchengxu/vista.vim)
Other tree-sitter grammars parse `->`, `&&`, `+=`, etc. as an operator. This grammar should be consistent with the standard convention.
`rustc 1.32.0-nightly (9fefb6766 2018-11-13)` ## Steps to reproduce: ```sh git clone --depth 1 https://github.com/graphql-rust/graphql-client.git cargo build && cargo build --release # Just to cover the bases cd graphql_client_cli cargo install...
This allows setting arbitrary http settings via `create_with_modified_http_options`. An example and convenience function `create_with_timeout` is also provided. The motivation for this is rosetta's migration to agent-rs.
Does this project use UTF-8, UTF-16, codepoint, or grapheme cluster indexes for lsp ranges? I am conducting a [survey](https://github.com/Avi-D-coder/lsp-range-unit-survey) to inform the debate over what unit ranges should use in...
`N`{`+`, `-`} expands or shrinks `N` times.
On [crates.io](https://crates.io/crates/shifgrethor) "MIT OR Apache-2.0" is listed, but I don't see a licence with the actual code in this repository.
I would like to be able to narrow my selections by providing a pattern. Matches within my prior virtual selections would be my new virtual selection set. Filtering selections is...