Ivan Tham

Results 525 comments of Ivan Tham

> Isn't this ambiguous? Either way, it's probably time to update the scope of babelfish in its README and project description. True, but I do like it being ambiguous rather...

@dtolnay Should we document it in the serde.rs? That can easily let others get started for offline usage. But the discoverability for this is not that good as `cargo doc`,...

It's in settings, **manage extension shortcuts**. ![Screenshot_20221202_171721](https://user-images.githubusercontent.com/4687791/205258657-68eb82f2-d141-4588-b5a9-4577388641cd.png) I can only find extension shortcut to activate extension to fill stuff up, but I don't see any shortcut to extract data, having...

Is polars support planned? I saw the python xlsxwriter have pandas support, I wonder if the rust xlsxwriter have any plans to support polars.

@jk-gan Just wondering, I tried following zero2prod for actix-web and I noticed that actix-web data extractor is not type-safe during compile time, it error out when I used the wrong...

The example that I have is in actix-web. ```rust // cargo add actix-web actix-rt use actix_web::{web, App, HttpServer, Responder}; async fn greet(_data: web::Data) -> impl Responder { "Hello world" }...

Maybe can just use `cargo lichking check`?

Yes, I have some minor benchmarks here IIRC and we should also try to update our code to match the latest python code but this is good enough to be...

I think we can first provide tarballs and bundle for linux distributions, but for the build it is better to `cargo build --release`, as for consumers they can download the...

clap already supports completions