Dylan Welzel
Results
2
issues of
Dylan Welzel
The MergerStorage class is currently designed for use with MongoDB, utilizing MongoDB-specific features such as bulk writes and handling BulkWriteError for merging documents on duplicate key errors. We need to...
bug
enhancement
This PR improves the `unlist` and `unlist_incexcl` functions to correctly handle deeply nested lists and dictionaries. It ensures that single-element lists are properly unlisted, even within nested structures. Fixes issue...