Thomas

Results 176 comments of Thomas

It might be a good idea to iterate on this process? IMO anchoring the caret at a fixed point is almost certainly better than sending it to column 1. It...

That sounds like a great idea! Is there another open issue for pyls?

FWIW, the reference implementation of age seems to handle this a little better. ```sh ❯ age -i ~/.ssh/id_ed25519 -d test.txt.pem Enter passphrase for "/home/thomas/.ssh/id_ed25519": Hello, world! ```

This would be really useful. I found that only the bridged network mode worked for me which meant I wasn't able to SSH into the VM locally. I spent hours...

Is there a timeline on this sort of functionality? Would absolutely love to see it.

/remove-lifecycle rotten

This should be fine. [Keep comments](https://github.com/bazelbuild/bazel-gazelle#keep-comments) should prevent Gazelle from overriding manual changes to repositories.

Prior discussion https://github.com/bazelbuild/rules_go/issues/2262

That makes sense, thank you. I have some ideas in mind for regression tests but is there anything specific you were looking for? I'd really like to understand the context...

It looks like https://github.com/bazelbuild/rules_go/issues/3010 should resolve any issues with non-deterministic cgo builds. Sorry for the lack of movement on this, will get round to writing a regression test soon.