Results 17 issues of Jan Krupa

## Description Currently, the ShowBgpAddressFamily class in [this file](https://github.com/CiscoTestAutomation/genieparser/blob/882c298551531705697c097fa054f6573fa2c2de/src/genie/libs/parser/iosxr/show_bgp.py#L9091C1-L9091C27) parses commands show bgp and show bgp {address_family}. However, it needs to be extended to parse additional commands: show bgp {address_family}...

### GitHub Issue: Extend ShowBgpAddressFamily Class #### Description Currently, the `ShowBgpAddressFamily` class in [this file](https://github.com/CiscoTestAutomation/genieparser/blob/882c298551531705697c097fa054f6573fa2c2de/src/genie/libs/parser/iosxr/show_bgp.py#L9091C1-L9091C27) parses commands `show bgp` and `show bgp {address_family}`. However, it needs to be extended to...

In the tutorial is missing creating a `MANIFEST.in` file. When missing without proper lines ``` recursive-include /templates * ``` it causes the `django.template.exceptions.TemplateDoesNotExist: /.html` when installing within a netbox.

Idea - https://github.com/netbox-community/netbox/discussions/11336

- Add `remove_orphaned_netbox_attachments` command to `manage.py` - Scan and deletes `netbox-attachments` folder for files without assigned existing object - Related #22 - closes #22

### Fixes: #640 - Updated the `version` property in `pynetbox/core/api.py` to pass the API token when calling `get_version`. - No problem raised even if the token is None - This...

### pynetbox version v7.4.0 ### NetBox version v4.0.9 ### Python version 3.11 ### Steps to Reproduce **Description:** When using NetBox with an OIDC (OpenID Connect) proxy for authentication, the `nb.version`...

type: bug