Paul Hummer

Results 8 comments of Paul Hummer

@wraithan We're using `cargo bump` on 100% open source packages, including influxdata/flux and influxdata/flux-lsp - We don't use them on any private branches at all, and it's used to publish...

Can we please merge this? I'm using webpack and having this issue.

Wrote up #4671 to track work specifically related to enabling this functionality.

This is an issue with injection: the injection logic _may_ elect to create a new `from` statement, and if it does, it needs to add a `yield`. This also means...

TIL: `cargo install` ignores the lock file by default. If you do `cargo install --locked`, that will work (I just verified). Will chase this a bit more later.

See also rust-lang/cargo#7169

> Providing completion for anything that contains the identifier seems good to me I'm not sure I agree, at least in the case of short identifiers. Typing `c` and getting...

Here's an example that occurs because the client is trying to be "too smart" with what it considers a complete list. It's re-using a previous list of completables in a...