Ritvik Nag
Ritvik Nag
from my personal tests, when i'm adding multiple directories and files to the index, it seems to take the same amount of time with go-git vs. calling command line `git...
also , maybe unrelated , but `AddGlob(".")` fails on windows most of the time. from testing it looks like whenever there's at least one previous commit, i'm getting some weird...
Just a heads up, but after a while I realized you can easily check this behavior without needing to push to remote by just going to the branch and doing...
If anyone is curious, I've also recently added a tiny crate, [serde-this-or-that](https://github.com/rnag/serde-this-or-that) which hopefully should handle converting numbers and strings (including the edge cases above) to a `bool` type. It...
Closes #77
Hi @shirakaba ! Thanks for opening this issue. I agree this would be a worthwhile addition and for quality of life purposes, at least for making developer's life easier. I...
Thanks for reporting this! I was able to look into this briefly, and implemented a working solution using the docs on [patterned dates and times](https://dataclass-wizard.readthedocs.io/en/latest/common_use_cases/patterned_date_time.html) as a reference, and specifying...
Alternatively, adding another workaround with custom [type hooks](https://dataclass-wizard.readthedocs.io/en/latest/advanced_usage/type_hooks.html), to override to use `dateutil.parser.isoparse` as the load function for `datetime` types. This approach seems a little bit faster than the one...
Hi @fletort! I certainly agree with you, I feel like this would be a useful feature to have. I had a look at the docs that were linked and I...
Hi @John0x, thanks for opening this issue. It looks like this is closely related to #9 , so I agree that ideally we should avoid calling `cargo lambda build` in...