-
Hi,
I was wondering if it would be a viable idea to implement a server into rust-nntp, a bit like the `irc` crate for Rust, which has both client and server capabilities.
WDYT?
-
### What's happening?
I'm trying to decrypt a string encrypted with RSA-PKCS1, and i'm running into this same nondescript error.
```
[Error: Failed Cipher Operation - privateDecrypt]
```
I've nā¦
-
I am wrapping triton around a client that calls to vector database search for ANN search for embedding-based search use case, Python backend is ok but not fast enough. My vector database vendor suggesā¦
-
**Description**
Not sure if this is a bug or a feature request.
SearchResults doesn't seem to have the serde serialize trait, this prevents passing the results to something like actix httpresponsā¦
-
### Please confirm these before moving forward
- [X] I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
- [X] I have not been informed if the issue is resolvedā¦
-
# Overview
KisekiFS is a rust learning project, start from Jan. 2024. The basic idea is learning rust itself and associated ecosystem while building a middle-scale fuse file system.
## Details
- ā¦
crrow updated
6 months ago
-
Hi , I am trying out mnist dataset with rust client, and I have qdrant release code v1.8.1 and built from source with command
```
cargo build
cargo run
```
I have configured on_disk_payload = tā¦
-
During state sync, the gc logic can delete the block referenced in `BlockMisc` column.
Steps to reproduce:
If the node is restarted during state sync and the node was far behind, block GC will kicā¦
-
Hi @stepancheg, thank your for the excellent work.
I've found that current performance is not very good (about 10x slower then go).
I know it is in the TODO list, but I wonder if there are any plaā¦
-
This is almost certainly related to #577 (now closed) but I'm getting
> Couldn't start client Rust Language Server
> Rustup not available. Install from https://www.rustup.rs/
errors on a clean ā¦