Per von Zweigbergk

Results 20 comments of Per von Zweigbergk

To exclude this being browser-specific, I've also tested this on Microsoft Edge Version 116.0.1938.69. The exact same behaviour appears there, so this is not browser-specific.

I took a look at this, I believe the problem is here: https://github.com/netbox-community/netbox/blob/2dfbd72f10f8bfddbee3c54a275d73c953d0af4b/netbox/project-static/src/buttons/connectionToggle.ts#L27-L28 and here: https://github.com/netbox-community/netbox/blob/2dfbd72f10f8bfddbee3c54a275d73c953d0af4b/netbox/project-static/src/buttons/connectionToggle.ts#L35-L36 This code seems to be intended to replace the info class with success on...

> peter would like some feedback before he pushes forward. Thanks for raising this for me, but my name is Per, not Peter.

Looking back at this after a few months, another bug jumps out at me that I didn't notice, and it probably present both in this new implementation and the existing...

I've adjusted this PR to align with the guidance provided by @DanSheps and I think it'll be closer to acceptable now. As for what I wrote before: > Cable connection...

Hi! You can already acheive this in NetBox without any changes to core NetBox. > Add Tenancy.Tenant to IPAM.Service model. You can do this by creating a custom field for...

Thank you for the feedback. Can you clarify what you meant though, did Hydra ever have a max password length of 30? Or are you suspecting maybe early versions of...

Actually, I just realized this doesn't fix rack reservations, let me fix that

Sorry for the confusion, got my commits mixed up, this should be the correct commit.

So I wrote this code with the justification provided in GUACAMOLE-2045. However, when testing it, I discovered that this is probably entirely unneccessary, because there seems to be some change...