Alex Snyder

Results 7 comments of Alex Snyder

@timthelion Ideas on when master will have a release? I'm using the PyPI package for my project.

Most issues appear to be stale. Do you have any, in particular, you would like help with?

I'm seeing the below traceback that looks to be the same issue. ```nautobot-server migrate Something has changed an OrderedDefaultRouter's APIRootView attribute to a custom class. Please verify that class GoldenConfigRootView...

It either used to return an empty array or would return `total: 0`. I have automation that I wrote 5 years ago that looks for `total: 0`. I just happened...

`/hardware/byserial/:serial` which I believe is just filtering based on serial, which is why when an asset exists it returns a total and an array. I don't believe serial numbers are...

I can do that, but I think it's important to note that the endpoint _doesn't_ return one thing. It returns an array of things. I'm sure that's just there to...

It's an array of things if it exists, even if one thing is expected. Or more accurately an object containing an array of assets. That's what I'm saying differs between...