Leo Kirchner

Results 105 comments of Leo Kirchner

As discussed this really should warrant a major version increase and as such will have to be delayed until we have more breaking changes.

I am now having additional issues [here](https://github.com/networktocode/diffsync/runs/7537765671?check_suite_focus=true) where redislite fails to install.

There is the way of "install the whole renovate stack locally and see what it does", I was looking to avoid that but should probably go do it..

Check [this](https://github.com/Kircheneer/diffsync/pull/4) for proof @glennmatthews 👍🏻

@glennmatthews @chadell can we move this forward? I'd like to get the whole renovate configuration thing wrapped up 🚀

This can be done [here](https://github.com/networktocode/diffsync/blob/d26bc6e1894f4facd618650b555bb3cf9d19f2f4/diffsync/__init__.py#L496).

Holding off until I am able to split out the redis dependency change out of #144

Until we have this, here is a pattern you can use to deal with this. ``` class CustomDiff(Diff): # This order is significant to the order in which diffsync actions...

I have a counter proposal for this one. In the past I have worked with multiple complex diffsync implementations and what I have come to notice is that children themselves...