Arthur Hanson

Results 245 comments of Arthur Hanson

``` File "/Users/ahanson/dev/work/netbox/venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) File "/Users/ahanson/dev/work/netbox/venv/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/Users/ahanson/dev/work/netbox/venv/lib/python3.10/site-packages/django/views/generic/base.py", line 104, in view return self.dispatch(request, *args,...

Actually this is the way bootstrap works, if you go to other forms the form width is narrower so the clickable area on the left is narrower, if you click...

From previous ticket: ### Steps to Reproduce I am trying to filter for custom fields that are not `null` or not a string. Saw this [ticket](https://github.com/netbox-community/netbox/issues/11538) but it is closed...

Note: Any fix for this should also check cable trace SVG.

I believe this is by design, tagged vlans are matched on the following: scope_type=ContentType.objects.get_by_natural_key('dcim', 'region'), scope_type=ContentType.objects.get_by_natural_key('dcim', 'sitegroup'), scope_type=ContentType.objects.get_by_natural_key('dcim', 'site'), scope_type=ContentType.objects.get_by_natural_key('dcim', 'location'), scope_type=ContentType.objects.get_by_natural_key('dcim', 'rack'), They are not matched on Cluster or...

Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. Remember, each bug report...

In our case we have 105 Filters / Models and 2333 filter fields (average 22 / Filter), but it goes up fairly linearly, so with half the number of items...

Big +1 for Django-filter support. I noticed you used to have support (v0.1.8 or so) and then it was dropped when the switch to dataclasses was done. At https://github.com/netbox-community/netbox we...

Dug into this, the issue here is Strawberry requires Q objects to be returned from the filter functions in order to do the AND, OR, NOT operations, but when we...

I tried using different media queries but they didn't work properly when switching between light and dark, even specifically defining media queries for both. As a compromise I picked a...