Élie ROUDNINSKI
Élie ROUDNINSKI
A somehow similar API has been added with `put_or_modify` and `try_put_or_modify`. The main problem for providing an entry-like API is the fact that when inserting into a `VacantEntry`, if the...
Hello @mattfysh! Happy to see that this project can be of help :) For the S3 PutObject API issue, do you have an easy way for me to reproduce? Like...
Thank you for taking the time to look at the code! Really appreciate it! > I'd be happy to add a comment to the README linking to it and explaining...
By the way, I haven't tagged a new release yet, but `clru` does not pre-allocate unconditionally all the memory anymore. There is still a constructor available to do so though,...
Leaving aside the memory model discussion, I read the PR and I truly think the newly introduced APIs are *better* in that they are clearer to read, easier to document...
The other issue is way more general than the problem i am facing right now. Also i am using the resolver locally with `file://` scheme, no HTTP server involved. But...
> It is, yes, but I don't want 2 (which undoubtedly eventually becomes 3 and 4 and ..) when a decently designed interface solves both issues and seems likely to...
It would not work for me as i don't not want to provide a handler for a specific protocol, i need ordering whatever the protocol. I can not even fake...
Hello and thank you for the bug report! Could you provide a minimal reproducible code and instructions so that we can investigate? That would be really helpful.
Thank you for your contribution! I'll take a look next week :-)