Anthony
Anthony
It may be helpful to add the following notes to the Windows build guide: - You need to explicitly run the 64-bit version of msys2 (at least on a 64-bit...
### Behaviour #### Steps to reproduce this issue 1. Ensure docker set-up for IPv6 2. `docker-compose up -d` 3. `docker-compose exec librenms ash -c 'ip -6 addr show dev eth0'`...
**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [X] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md - [X] I...
**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [X] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md - [X] I...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/oathkeeper/blob/master/CODE_OF_CONDUCT.md). -...
For a model `Model` with a field such as: ```python3 class TestModel(django.db.models.Model): bar = django_enum.EnumField(enums.Bar, default=enums.Bar.FOO) ``` and code such as: ```python3 foo = TestModel() foo.bar = enums.Bar.FOO ``` gives...
https://github.com/mobify/dj-saml-idp/blob/8ee1d65a1434c58726b0f34aeb28b0964f3e6289/saml2idp/base.py#L215 Should instead be ` if not self._request_xml.strip().startswith(b'
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/x/blob/master/CODE_OF_CONDUCT.md). -...
Removing the `cheapest: true` line fixes the styling. With the broken styling (`cheapest: true`) the source looks like this: ``` 07:30 pm 23.24p/kWh ``` Without broken styling the source looks...
I am iterating a sheet and need to create a duplicate row immediately after the original if certain conditions are met. Unless I'm mistaken the only method to add rows...