Arthur Hanson

Results 244 comments of Arthur Hanson

This is actually referenced in the Strawberry docs as an optional way to present the information: https://strawberry.rocks/docs/guides/pagination/overview

@patrickfnielsen yes, it and v2 of the API were too much of a breaking change for 4.5. We will consider it for a later release.

@mhansen453 can you please expand on this, listing out all the interfaces desired or else give pointers to a reference list? If you don't have one available then you can...

If implementing needs to double-check the spec and do some research, confirm that this is for multi-channel implementation of NDR (4 x 100 Gig) and not GDR.

@polipones looks like it is working from above, can you please confirm with NetBox v4.3.0

@click0 which page are you seeing the "Markdown syntax is supported" on? There is a translated string for this (https://github.com/netbox-community/netbox/blob/develop/netbox/utilities/forms/fields/fields.py#L30) so I need to check against that specific page.

Some code for timing these - bash script to call Django logged in page: ``` LOGIN_URL='http://localhost:8000/login/' YOUR_USER='xxx' YOUR_PASS='xxx' COOKIES=cookies.txt CURL_BIN="curl -s -c $COOKIES -b $COOKIES -e $LOGIN_URL" echo -n "Django...

Interfaces has three templated columns - with inline code 200 records ~0.9s, with template files ~15.4s, also had some weird very long timings when I first switched to the template...

Tried a demo program to show the issue, but actually the templated columns in separate HTML file is slightly faster. Will need to try one line at a time in...

@FestplattenSchnitzel Thank you for opening a bug report. I was unable to reproduce the reported behavior on NetBox v4.0.5. Please re-confirm the reported behavior on the current stable release and...