Dan Allan

Results 755 comments of Dan Allan

The subclasses that override `_get_schema` override `_get_schema` in the base class `DataSourceMixin` without calling `super()`, so `self._chunks` is never defined. It looks like there is a fair amount of copy...

To be clear, I would be happy to do the work to make this happen if the maintainers of this package support the change.

Related work I just stumbled across: https://github.com/andrewrothstein/ansible-conda-env

Some weekend I still circle back to this. I am running a hobby project on the branch in whatever the hobby equivalent of “production” is and it works so it’s...

Agreed! Around the time I opened this the test harness was in a state of flux. Is there a connector in particular that I should refer to for writing test,...

Should we call it `TemplatedComponent`? Easy enough to explain that `FormattedComponent` uses `str.format` and `TemplatedComponent` uses `string.Template`.

How about `TemproComponent`? `MacplateComponent`?

It definitely makes sense to look there. Thanks for reporting.

The closure table looks like very elegant pattern that applies well to our use case. I like that triggers can be used to keep the `closure` table in sync with...