Andrey Rodrigues

Results 10 comments of Andrey Rodrigues

@VojtechVitek I've been working on a prototype for this and would be really happy to contribute the implementation. If you think this proposal makes sense for the project, would you...

@VojtechVitek, thank you very much for getting back to me. I'm a bit frustrated, but I think I understand the decision. In any case, yes, I'll probably publish it as...

Hi @SimonCropp, This PR has been open for about a month, and I’ve applied all suggested changes. Could one of you take a look and let me know if anything...

@cx-seibel, sorry for delay. Thank you. I hope they still merge this PR at some point.

@latonz I tried applying the suggestion in [#1793 (comment)](https://github.com/riok/mapperly/issues/1793#issuecomment-xxx) — specifically ignoring IUserMapping in MappingBuilderContext.BuildDelegatedMapping. Unless I misunderstood something, the suggested fix didn’t resolve the issue. Please let me know...

@latonz I'm not sure, but I tried something like this: ```` var existingMapping = FindMapping(source, target); if (existingMapping is IUserMapping) { return null; } ```` The early return happens when...

Hey, I understand that since v3 is not released yet, breaking changes can’t be made, but I’d really love to submit this PR — even if not right now —...

@gaby Sure, I’m happy to help improve your version — as long as I can be added as a co-author. Let me know if that works for you.

@phanirithvij, can you took a look, please?

> Show me ,what do you mean "zero dependencies" What I meant by “zero dependencies” is that the package relies exclusively on Go’s standard library. This reduces risks introduced by...