Andrew Banchich

Results 38 issues of Andrew Banchich

### Check for existing issues - [X] Completed ### Describe the feature i'd love to create a task like `Pull package` which allows me to write the name of a...

enhancement
needs info / awaiting response
tasks

### Check for existing issues - [X] Completed ### Describe the feature in other editors i can select "Open Documentation" and it will open the docs.rs site for that item...

enhancement
rust
good first issue
language server

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it if i set the cursor shape to `block` and the current position...

bug
editor

### Check for existing issues - [X] Completed ### Describe the feature The current docs don't provide much information on developing extensions - they go over directory structure, but then...

feature
documentation
good first issue
extension infrastructure

### Problem Adding multiple exact (`=`) versions of the same crate which Cargo considers semver compatible will produce a dependency conflict. ``` [dependencies] foo = "=1.2.0" foo_old = { version...

C-feature-request
A-dependency-resolution
S-needs-design
A-semver

not sure if you're aware, but cargo is installed by default on github action runners, so AFAIK there is no need to use actions [like the one your action is...

this would speed things up over the current `cargo install` approach

i noticed [the `root` function](https://github.com/google/flatbuffers/blob/396c3f56dfc2d5bb6f700135d1ee1f018dbea0bc/rust/flatbuffers/src/get_root.rs#L22-L25) says: > Note that verification is an experimental feature and may not be maximally performant or catch every error (though that is the goal). the...