Sivaram Konanki

Results 19 issues of Sivaram Konanki

CC: https://github.com/rust-lang/rust/issues/111839

A spanner read sample can be made with (works fine) ``` sc.spannerQuery(config, "select id1, firstname, lastname from users limit 10", false, false) .map(r => (r.getString(0), r.getString(1), r.getString(2))) .map[Row](Row.tupled) .map(_.toString) .saveAsTextFile(output,...

documentation

https://github.com/ntex-rs/ntex

I am trying to use [this](https://github.com/yongkyuns/noon) library to draw (which is nannou with some addons). I get this error in release build on Mac Intel. However, the debug build works...

I have been researching about auth mechanism support for kafka. I found that there is rsasl crate for that. We need to figure out how to integrate these two and...

**Describe the bug** Tried to build with latest commit. ``` Default host: aarch64-apple-darwin rustup home: /Users/user/.rustup stable-aarch64-apple-darwin (default) rustc 1.79.0 (129f3b996 2024-06-10) ``` ``` cargo build --release --features metal Compiling...

resolved

add serialization, this was required for gearley.

There are a lot of changes to `cfg` crate, it's a good API now. This crate however, I could update it to latest version with some changes but the `grammar.rs`...