Andreas Nüßlein
Andreas Nüßlein
:partying_face:
there is this project [borgmatic](https://github.com/witten/borgmatic/) for `borg` that does a nice job of implementing a config-files-system for borg. maybe it could either be forked for `restic` or at least some...
Ahoy there, so I came up with this: ```python from django_pydantic_field.v2.fields import PydanticSchemaField from django_pydantic_field.v2.rest_framework import SchemaField from rest_framework import serializers class SpectacularSchemaField(SchemaField): def __init__(self, exclude_unset=True, *args, **kwargs): kwargs.pop("encoder", None)...
PS this would be the semi-automatic version: ```python class _NoToGreatlyOtherSerializer(SpectacularSchemaField): _spectacular_annotation = {"field": app_schema.NoToGreatlyOtherSchema} class ApproachVersionSerializer(serializers.ModelSerializer): impacts_other = _NoToGreatlyOtherSerializer() ```
it's almost been a year :( I'm guessing this package is dead?
But if I'm seeing this correctly, `axios` is only relevant for the demo anyways. It should probably be actually in `devDependencies`
frankly... I don't remember, it's over a year ago. I must've found it somewhere. A quick google revealed this: http://www.gsurf.de/raspberry-pi-rcswitch-pi-und-openhab/
@ohinckel sure :) what exactly are you asking? if I want to create a PR? ;)
@ohinckel it's not "my" implementation per se, i found the relevant part at the before-mentioned url; and you can see my changes here: https://github.com/r10r/rcswitch-pi/pull/20/files so feel free to create a...
hi @ColCh , thanks for the report. would you be able to create a PR?