Arthur Gavazza
Arthur Gavazza
@PodaruDragos I'm new to open source, but I've been using Inversify in many projects at my current job and I'm very interested in becoming a contributor
Hey, I wanna start contributing to the project can I pick this up?
Thank you! I actually have a few questions. 1. Should I add the validation logic in this file ? https://github.com/FerretDB/FerretDB/blob/main/internal/types/document_validation.go and apply it in internal/bson/document.go? 2. Is there any built...
@b1ron @noisersup I think a BFS approach on types.Document would be easier for me to deal with right now, as a beginner, but with some extra help I could try...
Thank you for the explanation, it helped me a lot! I'll try the solution you mentioned.
@noisersup @b1ron I'm working on the recursive solution and it's working, but now a found a small problem. maxNesting is declared as a const at the top of the bson/document.go...
I wanted to change that to avoid creating complex test data with more than 100 levels of nesting. But if that's ok There's no need for the maxNesting to change....
I didn't have the time to work on this yesterday, but I'll try to finish everything today and create a PR. Should I create the integration test in this file?...
Thanks a lot! I've been very busy with working and didn't have the time to continue working on this issue on the last few weeks. I'll continue working on it...
Sorry for taking this long, I've been very busy with my job. I'll continue working on this issue later today. Can I reach you on slack to help me with...