Lewin Bormann

Results 140 comments of Lewin Bormann

Well, obviously a typesafe Rust generator would be nice to have. The main reason I wrote it in Python was speed of development, which was definitely a plus, although it...

I left some comments on #4 -- what do you think, are you interested in collaborating on this? Or do you have a different idea of how to achieve it?

I saw your updates, and agree that a port of what we have is probably the fastest way forward to get what you asked for initially (calling it in the...

Thank you for the detailed description. In my view, this crate is useful for very simple tasks, but doesn't intend to provide a general caching layer. If you want to...

w.r.t. your first point - doesn't https://docs.rs/sstable/latest/sstable/enum.CompressionType.html do what you need to enable compression? The cache itself is not supposed to be set by the user, but configured using the...

You mean when using a `Vec` as `Write` backend? I am not quite sure if I fully understand the question.

It's certainly something I would welcome as a PR, especially because I don't find much time on my hands to work on myself! :)

Unfortunately it's not me who has contributed this, and I don't know how to fix it. @KAIYOHUGO is the original author for all I can see - maybe they can...

Thank you so much @KAIYOHUGO for fixing it, and @Adrian8115 for bringing it to our attention :)

Thank you for the kind words! Unfortunately, by asking this question you already show that you know much more about this type of authentication than I do :-) Reading the...