Guillaume Mazoyer

Results 71 comments of Guillaume Mazoyer

Another thing we want to look at, is adding a function, to the templating system, to include a template into another one. So one might create a bunch of templates,...

Inclusion tags added in [9ce109d](https://github.com/peering-manager/peering-manager/commit/9ce109da0ac571c2a851ec3030ead6db8974fabb)

VRF support added with https://github.com/gmazoyer/looking-glass/pull/172 Only supported on Juniper devices for now but should be backportable to other NOS.

To fix this issue, a change to the SQL queries generated by [this function](https://github.com/peering-manager/peering-manager/blob/33ec87bd48a1e2c651ec686723605d27c1c07658/peering/models/models.py#L653) is required.

Waiting for Bootstrap 5.3 to be released as stable to have [native dark mode](https://getbootstrap.com/docs/5.3/customize/color-modes/).

This has been delayed until we have proper heritage between models and be able to define common behaviour across the code base. This work is in progress, but takes time...

I think the best way to tackle this would be to leverage the code that has been written for the webhook feature. With a bit of rework, I think we...

Closing it as it seems resolved.

This means that the response is either an empty string or invalid. The root cause may not come from your device but from the way telnet is handle. It's managed...