richard-moss

Results 8 issues of richard-moss

Hi there, Summary Is there a way to 'manage' deployed layer/function packages in S3 that have been deployed via SAM? By manage: a) view which packages are 'stale' (new versions...

type/feature
maintainer/need-followup

Background --- I'm using multi-level dataclasses defined using composition to model a complex report type data model. However, differently to most, I'm not defining all my member dataclasses all at...

(in relation to https://github.com/s-knibbs/dataclasses-jsonschema/issues/137#issue-709278266) The json schema produced by inheriting from a dataclass containing an inner class, and modifying the inner class in the inherited class is incorrect. In the...

I checked out the test entry for inherited classes and noted that the mixin is only included with the parent class: ``` def test_inherited_schema(): @dataclass class Pet(JsonSchemaMixin): """A generic pet"""...

Hi all, in pixel handlers util there's functionality to apply modality and voi transforms, but there isn't anything yet for handling final presentation transforms. That (as far as I can...

enhancement
pixel-data

Hi all, great package! I've been looking for something like this for a week or so. I was wondering what's the best way (or is there a way?) of including...

Request for enhancement

I just needed to install to support some jpeg lossless mammo images and found that pylibjpeg isn't available to install via conda (searching conda-forge), in contrast to pydicom. Installed via...

housekeeping

Hey - quick question: does the module support inheritance? If I have ``` from dataclasses import dataclass from py_ts_interfaces import Interface from typing import get_type_hints as gth @dataclass class Simple(Interface):...