Jakob Schlyter
Jakob Schlyter
It seems that if you specify TTL for the first RR of an RRset, the TTL is not propagated to the rest of the RRset, e.g.: ``` @ 300 MX...
Perhaps this have been named `NumberDecimalField`? updates #1981 ping @janste63
This PR implements initial support for building NSD as a container. - The image is based on `debian:stable`. - Directories for configuration and zones inspired by our `knot` friends. This...
Before moving on with future changes, the publish source code should be updated with changes from 2016-04-19 and 2016-10-12. This pull request merges these changes including tags.
## Proposed change Add documentation for https://github.com/home-assistant/core/pull/120226 ## Type of change - [ ] Spelling, grammar or other readability improvements (`current` branch). - [ ] Adjusted missing or incorrect information...
As neither @fredriklj or myself are active Charge Amps users this component might benefit from a more active maintainer. Anyone interested? Ping @fredrike
## Checklist - [X] I've read the [publishing documentation](https://hacs.xyz/docs/publish/start). - [X] I've added the [HACS action](https://hacs.xyz/docs/publish/action) to my repository. - [X] (For integrations only) I've added the [hassfest action](https://developers.home-assistant.io/blog/2020/04/16/hassfest/) to...
A common use-case when implementing rekeying or testing is to be able to generate a similar key to an already existing one. This PR adds a `JWK.generate_similar(key)` classmethod to support...
Closes #63