Ritvik Nag

Results 49 issues of Ritvik Nag

* cargo-rx version: 0.1 * Rust Compiler (`rustc`) version: 1.59 * Operating System: Mac OS X ### Description I want `rx` to automatically prompt for arguments -- i.e. same as...

enhancement
help wanted
good first issue

#### Is your feature request related to a problem? Please describe. I want to update `benchmarks/` code to add a test benchmark file for `to_dict` -- and perhaps `to_json` if...

enhancement
help wanted

#### Is your feature request related to a problem? Please describe. I want to update `benchmarks/` code to add a test benchmark file for `copy` - i.e. synonymous to `dict.copy()`

enhancement
help wanted

#### Is your feature request related to a problem? Please describe. I want to update `benchmarks/` code to add a test benchmark file for `__delattr__` -- and perhaps `__delitem__` if...

enhancement
help wanted

#### Is your feature request related to a problem? Please describe. I want to update `benchmarks/` code to add a test benchmark file for `__getitem__`.

enhancement
help wanted

#### Is your feature request related to a problem? Please describe. I want to update `benchmarks/` code to add a test benchmark file for `__setattr__` -- and perhaps `__setitem__` if...

enhancement
help wanted

#### Is your feature request related to a problem? Please describe. I want to support chaining when setting a nested value in a non-existent path. It should create all intermediate...

enhancement
help wanted
good first issue

Is there any way to disable the implicit `get` on a `put` operation? In my pipeline I am only using this resource in a `put` step, and I don't think...