Ritvik Nag

Results 63 comments of Ritvik Nag

I was reading through an excellent [discussion on SO](https://stackoverflow.com/questions/51079503/dataclasses-and-property-decorator/61480946) about this, and was inspired to tackle yet another attempt at adding property support for dataclasses, with a solution that IDEs...

Sorry for the delay -- I just released [v0.23.0](https://pypi.org/project/dataclass-wizard/0.23.0/) with the update to allow no key transformations. Thanks for your work on this @cquick01 -- I credited you in the...

Hi @AdiNar, thanks again for opening this PR. First off, just wanted to say that I appreciate you taking the time and effort to put all this together. I understand...

Yes, I certainly agree. I do think the [Dockerfile](https://github.com/softprops/lambda-rust/blob/master/Dockerfile) that *softprops/lambda-rust* uses is a good starting point. I'll need to run some initial tests to confirm if the build environment...

Hi @iwconfig, thanks for opening this issue! I agree that a feature request for a nested JSON path traversal is certainly an interesting one, and one that is worth supporting....

Here is some initial work I've been able to put together so far. This was inspired in part by [this post](https://stackoverflow.com/q/72373266/10237506) which was posted on SO. It could use some...

Hi @Esatyilmaz0, first of all thanks for opening this issue! I personally knew I'd have to deal with `Generic` type classes at some point, so in any case I'm glad...

Hi @Bewinxed, thanks again for opening this issue. Can you provide a code example of how you are trying to de/serialize the custom class currently? Although I do agree, supporting...

@tahouse Just noting that it is possible to achieve this through user code, only the process is somewhat convoluted at the moment, and I haven't gotten around to documenting that...

Also just adding this for awareness, but I'll be on vacation until May 16th. This is mostly due to Pycon, which I'm attending this year - it's actually my first...