Sarfaraz Nawaz

Results 9 issues of Sarfaraz Nawaz

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

feature

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

feature

As we know, `prost_build::Config` supports `field_attribute()` and `type_attribute()`. Since `tower-grpc` provides implementation of the trait `prost_build::ServiceGenerator`, it'd be really good to have `method_attribute()` on the generator, so that the generated...

enhancement
codegen

- In a large program, `http.DefaultTransport` is used by other packages/modules, it's not correct to modify its fields because that causes DATA RACE. So this PR clones it before making...

My response is hitting the hardcoded out buffer size: This limit is pretty arbitrary. Can we make it configurable? Or at least, can we handle larger responses more gracefully than...

_for best experience, review commit by commit_. Problem ====== If a program requires few accounts to be used in CPI calls (or any scenario that uses `.to_account_info()` only on the...

lang

Currently, if we have this supposedly _immutable_ account: ```rust pub account: Account` for `account` field which is supposed to be immutable. It's quite helpful message. - And the other isn't...

lang

The following code fails to compile: ``` #[derive(Debug, Serialize, Deserialize)] #[derive(Extract)] #[derive(Response)] // LINE 3 pub struct Example { #[prost(string, tag="1")] // LINE 5 pub data: String } ``` with...