Bart Dubbeldam

Results 4 issues of Bart Dubbeldam

This PR implements [RFC 7250](https://datatracker.ietf.org/doc/html/rfc7250) (Raw Public Key support). This has been discussed in [this issue](https://github.com/rustls/rustls/issues/423), with a [detailed comment](https://github.com/rustls/rustls/issues/423#issuecomment-1908082743) by @ctz explaining the necessary steps. Main API changes: 1....

This PR implements various improvements suggested in PR #1973. The main change is converting the `BlameRanges` struct, into an enum to support both `OneBasedInclusive` and `ZeroBasedExclusive` range formats. The `FullFile`...

As discussed in #1848, @jtwaleson and I have been working on a way to speed up git blame by introducing a caching mechanism. This allows us to start a blame...

### Summary 💡 Would there be any interest for a git blame cache. I came across this [thread](https://gitlab.com/gitlab-org/gitlab/-/issues/25638), where this is discussed with some links to existing implementations. This [thesis](https://aaltodoc.aalto.fi/server/api/core/bitstreams/63a8b18c-4406-49f5-a9fd-ce17ee68377c/content)...

enhancement
help wanted
acknowledged