Pierre Barre
Pierre Barre
Implement multiplexed connections in order to implement a workaround against issue #95. This workaround was mentioned by the author of the redis-rs library: https://github.com/mitsuhiko/redis-rs/issues/325#issuecomment-846007813 Based on my experience of the...
_Fixes:_ - `is_subnet_of` was broken if the supernet was not the network address. - Display now prints the network ip and not the ip used to construct the `IpNetwork`. -...
> I have the same experience with other websites managed by Cloudflare. I can't open the > pages as long as the proxy is enabled. > For example: > https://www.cloudflare.com/...
Hi, I've been working on [Merklemap](https://www.merklemap.com/) recently and believe it could be a good fit for this project. Would you be open to me submitting a pull request to integrate...
When a user reaches a page on my [website](https://www.merklemap.com/) that uses sse, the CPU gets pinned to 100% usage and does not go down until the process is restarted. Example...
This PR adds https://www.merklemap.com/ which is a subdomain search engine.
### Is your feature request related to a problem? Please describe. Hi, It seems that the library is missing the meters api: https://docs.stripe.com/api/billing/meter https://docs.rs/async-stripe/latest/stripe/generated/billing/index.html ### Describe the solution you'd like...
While searching my index of around 3B documents which looks like this for the biggest segments: ```json { "index_settings": { "docstore_compression": "lz4", "docstore_blocksize": 16384 }, "segments": [ { "segment_id": "66e5b4e1-b1d5-4aed-aba6-51565f3d6acc",...
**Describe the bug** - Inserting u64 values into a date field makes index writer panic `called `Result::unwrap()` on an `Err` value: ErrorInThread("An index writer was killed.. A worker thread encountered...
Add sync(), remove_sync(), insert_sync(), and insert_with_properties_sync() methods to HybridCache to ensure operations complete before returning. This fixes race conditions where: - Deletions could be read after remove() due to async...