Results 1791 comments of Sebastian Thiel

Thanks for the heads-up! It will definitely take a while until this becomes priority, as it will only really be needed when `gitoxide` gets to the server side.

I am quite aware - however, those most interested would be servers, or users with huge monorepos. The latter are probably missing more features than just `ref-table` at the moment,...

Thanks! Please keep me posted about this. I definitely hope they won't make it default anytime soon, that would force my hand 😅. Thinking about it - the ton of...

That's great to hear, thank for sharing! I am pretty sure it will be reusable and am looking forward to integrating with it.

Thanks! In other news: I am in close contact with [Patrick Steinhardt](https://about.gitlab.com/blog/authors/patrick-steinhardt/), the original author of the C version of RefTables. He has now found 2 great folks who want...

I'd definitely love this! One could write a test with a custom allocator, one of them allows to obtain debugging information to measure memory usage. With that, one could port...

Here is an example for the allocator-based setup, copied from `gitoxide`. ```Rust use std::{alloc, time::Instant}; use bytesize::ByteSize; use cap::Cap; #[global_allocator] static ALLOCATOR: Cap = Cap::new(alloc::System, usize::MAX); #[test] fn usage() {...

> That's a great point. I think I have enough example files ready to test things. I will see if I can spend some time on a benchmarking setup. And...

Right now I don't think there are plans to bring back V2's side-by-side display of branches, yet I am quite certain that drag-and-drop between commits in different branches will be...

Thanks for sharing, we hear that a lot, and for good reason! ![Image](https://github.com/user-attachments/assets/4baad6ca-915f-4639-baf0-06bcd29201e9) The latest stable release of V3 already supports 'something like it', for simple drag and drop between...