Leo Kirchner

Results 165 comments of Leo Kirchner

> Can I work on this issue? @Santhusha-bit yes - I am not currently doing any work here and its unassigned, so you should be good to go!

Another item to consider could be performance profiling/optimization. Interesting items: - How to structure queries for the Nautobot ORM adapter side so they are as fast as possible - How...

Having thought about this a little before I merge my fix PR into `next-2.0` - I actually consider this the more intuitive behavior as opposed to always returning `True`. I...

Yes absolutely @dakonr In fact I had the hacktoberfest label on it until a couple of days ago. Feel free to submit a draft PR if you're unsure about something...

I just went through the code and with the way the API is currently structured I am not sure how we can get useful information about a sync status. Like...

Using `pytest-redis` and a locally installed redis for testing instead as of #176.

This would be solved if we simply remove the parent-child relationship as described in #255 as pointed out by @jamesharr in that issue.

Not sure if this is what you meant with the issue, but I have a draft POC for _a_ metric: https://github.com/nautobot/nautobot-plugin-golden-config/pull/419