Lavi Khandelwal

Results 4 issues of Lavi Khandelwal

Fixes by replacing `copier.Copy` with a manual deep copy in `URL.Clone()`, optimized with pre-allocated maps for `params` and `attributes`. This reduces memory and CPU overhead, especially for large data volumes....

This PR fixes the issue where the Encode method in encode.go did not properly handle typed nil pointers (e.g., (*int32)(nil)). The changes ensure that such pointers are encoded as Hessian...

Implements env-value-from check from #705 as opt-in (via config.yaml 'include'). If maintainers prefer, can add to default checks in a follow-up.