Felipe Faria
Felipe Faria
Due to the lack of this feature we stopped using DeepDiff and instead now using [dictdiffer](https://pypi.org/project/dictdiffer/) (its [docs](https://dictdiffer.readthedocs.io/en/latest/) for quick examples). Its output format is a lot easier to parse...
+1 support for this feature. One Dark Pro is by _far_ the best VSCode theme I've found. The only missing thing is a version with all-white background.
> I also needed that feature to dynamically serve key/value data from a dict to the client. > My solution involves a new basic type `DictItem` Exact solution I was...
> @SVilgelm I think allowing `fields.Nested` to accept a `dict` is possibly a good feature to implement. For example, if a `dict` input is detected, `fields.Nested` update its value by...
Same issue on my end. #20 indicates that there are dependencies that doesn't come preinstalled out of the box. Adding the following into my`~/.vimrc` file resolved the issue (you may...