Marvin Mager

Results 7 comments of Marvin Mager

Hello, `kiutils` author here, FYI: Support for Python versions from 3.7 to 3.10 was added in version [v1.1.4](https://github.com/mvnmgrx/kiutils/releases/tag/v1.1.4) today. But if your requirements demand support for older versions as far...

+1 the same problem here. When editing an ACL, all assigned hosts with LetsEncrypt Certificates will loose their SSL configuration. **To recreate:** 1. Createn an ACL with one or more...

Hello, KiCad 8 is not yet supported and its possible that there are breaking changes from 7 to 8 which `kiutils` does not yet account for. I haven't yet had...

The `paper` token was named to `page` in here too. This seems to be a thing of the nightly build used there.

I remember running in such an issue too when migrating from KiCad 5 to KiCad 6 and using `kiutils`. See issue #1. I guess supporting both versions determined by their...

Going the inheritance route may be our the best bet here. I think of adding some base class (maybe `FpArcBase` or somewhat) that has a classmethod for creating the correct...

> I do wonder the best approach to structuring classes for version-dependent classes. I guess we need some kind of base class that every `kiutils` class is derived from or...