milhauzindahauz
milhauzindahauz
> @fabiocaccamo I got it working. But there is a new side effect. I am not sure I should mark it as [a bug or a feature](https://github.com/milhauzindahauz/python-benedict/blob/bda6ceba55fa4937f82794b3333c2735c4ec5a0e/tests/dicts/keypath/test_keypath_dict_list_wildcard.py#L54) >@milhauzindahauz I think...
> > Does it mean that line is wrong? Cause `a.b.c` are keys of dict in array. Or it should be false if it is dict not in array but...
> > Does it mean that line is wrong? Cause `a.b.c` are keys of dict in array. Or it should be false if it is dict not in array but...
Apologies for the pre-commit errors but there is configured max-line-length for flake8 in setup.cfg. But it seems to me that black is using the default value in the CI. Am...
> > Apologies for the pre-commit errors but there is configured max-line-length for flake8 in setup.cfg. But it seems to me that black is using the default value in the...
Hi @fabiocaccamo, I want to use the module in my workflow. The benedict class has a lot of features but wildcard support for moving/renaming is missing. I checked the docs...
@fabiocaccamo what behaiviour should be expected with ```keypath = "a[*]"```?
@fabiocaccamo check this out ```python d = { "a": [ {"x": 1, "y": 1}, {"x": 2, "y": 2}, ], "x": [ {"a": 10, "b": 10}, {"a": 11, "b": 11}, ],...
@fabiocaccamo I have had a little time for this for last week. There are few points from the last review I need to solve. I am not sure if I...
What version of MongoDB are you using? Version >= 3.6 supports dot in key.