Xuanwo

Results 1650 comments of Xuanwo

> [@Xuanwo](https://github.com/Xuanwo) Thanks for opening this issue! We’re interested in contributing, but we’re not yet sure which areas on the Rust side are most in need. Could you suggest a...

Another issue I found is our unit CI is too slow. It takes about an hour, which doesn’t make sense for us. Can we split it up or rethink the...

> 3. end user send their private key to databend kernel and authenticated by their public key I thought the `private key` should never be sent out. Some client logic...

Sound like `wasm_bindgen` with generate enum number literal value into u32: ```rust #![feature(prelude_import)] #[prelude_import] use std::prelude::v1::*; #[macro_use] extern crate std; use wasm_bindgen::prelude::*; pub enum NumberEnum { Foo = 0, Bar...

> Could this be changed to support negative numbers? Hi, it's better to open a new issue to request this feature instead.

cc @Jens-G, Would you like to take a look, thanks! To make this workflow work, we also need to set a new secret call `CARGO_REGISTRY_TOKEN`.

> LGTM but I have not really too much expertise with Rust, so a second pair of eyes is more than appreciated. Hi, @Jens-G, it seems no one else has...

> this `CARGO_REGISTRY_TOKEN` needs to be added to GitHub repo itself right? i as a committer would not be able to do that, it requires some admin role in the...

We can take those tickets as examples: - https://issues.apache.org/jira/projects/INFRA/issues/INFRA-25132 - https://issues.apache.org/jira/browse/INFRA-25951

> [issues.apache.org/jira/browse/INFRA-26083](https://issues.apache.org/jira/browse/INFRA-26083) Thank you, @Jens-G, for this!