hozan23
hozan23
This PR add parse_path function to src/common/helper.rs file. The function will be useful for handling config, storage, and snapshots paths. It does tilde expansion and gets the absolute path for...
It would probably be a good idea to draw inspiration from how the [zmq.rs](https://github.com/zeromq/zmq.rs) library supports both Tokio and async-std async runtimes. https://github.com/zeromq/zmq.rs/tree/master/src/async_rt
It will be useful to move the [event.rs (EventEmitter)](https://github.com/karyontech/karyon/blob/master/core/src/event.rs) and [pubsub.rs](https://github.com/karyontech/karyon/blob/master/core/src/pubsub.rs) implementations from the `core` crate to a new separate crate so that we can deploy them to `crates.io`.
Hello, This PR implements the `Debug` trait for the `dynamic::FieldValue` type, which enhances the ability to debug issues **Context:** Consider the following code snippet, which contains a trivial bug where...
Hello, This PR cleans up and updates the dependencies tree for the `columnq` crate. There are still two conflicts: - **ConnectorX** is still using `arrow` version 52. This can be...
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/ ## Summary Hello, we have noticed that [the following](https://github.com/databendlabs/opensrv/blob/main/mysql/src/lib.rs#L529-L548) conditional statement will not return the OK packet when...