Jean Mertz
Jean Mertz
It does appear there's a desire for this feature to be implemented. It currently has the [highest number of votes](https://github.com/mfussenegger/nvim-lint/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc).
> I think this should be enough conclusive motivation to push forward with the original entity disabling PR #12928 which was simpler and didn't have these problems. I would note...
So, I spent a few hours yesterday figuring out why the `additions` and `deletions` fields weren't populated. I used the [`PullRequestHandler::list`](https://docs.rs/octocrab/latest/octocrab/pulls/struct.PullRequestHandler.html#method.list) method. Reading this issue, am I correct that some...
I just verified that this is indeed the case using: ``` gh api \ -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ /repos/OWNER/REPO/pulls/PULL_NUMBER ``` Without `PULL_NUMBER`, many details are missing...
Here is an image of a trace. It shows this is coming from `rustls` which calls `load_native_certs`, which, for macOS, means going into the keychain and fetching a list. I...
I came here looking for a similar feature. Having to use left `ctrl` with my pinky finger while using `n`/`p` to move up/down has always felt awkward and fatiguing to...
> we can merge it early in 0.11 development cycle and find out Given that the 0.11 dev cycle is underway, should this be merged?
+1, switched from textmate to rubymine because of vaporware, would love to see peepopen work with rubymine.
Thanks for the report @tv42, good catch! I've provided a fix in #30. Unfortunately I no longer have the commit bit for this repo, but I'm sure someone from Blendle...
We changed it to `logging.googleapis.com/labels` after this PR was landed: https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud/pull/292. But I don't think we are actively using labels in StackDriver right now, so there might definitely be something...