Chad Paine
Chad Paine
@jeremystretch I hadn't observed that screen before, but this is exactly what I was looking for. When I mentioned deleting the interface, I may have used the bulk-deletion feature (select...
> It shouldn't show object, but I'm also not sure that it should show `None` at all, given that these are required keys. In the case where `total=True` (as in...
@arthanson per your request, I created https://github.com/netbox-community/netbox/issues/16191; since that issue encompasses this request, feel free to close this as subordinate.
Also occurs within list-comprehensions defined within functions: ```python3 print([ # used-before-assignment test1 if (test1 := "var") else "" ]) list([ # used-before-assignment test2 if (test2 := "var") else "" ])...
Thirded, but again, a slightly different error message, this time not necessarily related to proxy - or maybe it is, it's not possible to tell what we're doing incorrectly since...