Zbysekz

Results 4 issues of Zbysekz

When used swag_from with specs argument multiple times for one endpoint and different methods results in overwriting text in doc. ```@bp.route("/", methods=["GET", "PUT", "DELETE"]) @swag_from(specs=doc_shipment_delete, methods=["DELETE"]) @swag_from(specs=doc_shipment_put, methods=["PUT"]) @swag_from(specs=doc_shipment_get, methods=["GET"])...

See comments [https://github.com/htm-community/htm.core/pull/873#discussion_r486977186](https://github.com/htm-community/htm.core/pull/873#discussion_r486977186) Probably needs just create bindings for enum. Now can be bypassed by using save() and saving as binary stream, like: ``` with open(filepath+"_basal.dump", "wb") as f: f.write(self._tm.basalConnections.save())...

low
NetworkAPI

Not sure if i start duplicate or this is well known, but CI fails to build ARM64 on docker log: ``` (Reading database ... 254540 files and directories currently installed.)...

bug
platform