Sivaram Konanki

Results 17 comments of Sivaram Konanki

Preliminary version I came up with, This only works with string columns (UTF8 implemented only). ```rust use arrow2::array::Utf8Array; use arrow2::error::Result; use arrow2::io::odbc::api::Cursor; use arrow2::io::odbc::{api, read}; use polars::prelude::*; const QUERY: &str...

I got a version that is working here (can infer schema) [here](https://gist.github.com/trickster/b33e13228d9b2231d5dc677926b6906f)

There are two ways to do this. Google APIs support GRPC/HTTP2 and GRPC/HTTP1 - . It means that we can use https://github.com/googleapis/googleapis.github.io/blob/master/examples/rpc/swift/SETUP.sh approach to create gRPC client stubs for every...

Nightly test report ``` ❯ cargo +nightly test --features memoffset/unstable_offset_of Downloaded serde_test v1.0.163 Downloaded 1 crate (19.6 KB) in 0.65s Compiling serde v1.0.163 Compiling autocfg v1.1.0 Compiling serde_test v1.0.163 Compiling...

I have the same problem

`ruff-lsp` will be superseded by `ruff server` for Python LSP implementation. Is there a plan to support that as well?

I found this. This uses pp preprocesser to generate HTML from pandoc. Basically create divtags with id for each side note. https://github.com/duzyn/tufte-markdown/blob/master/pp-macros/html/tufte/sidenote.html.pp