Gael

Results 95 comments of Gael

_quick brain dump_ Sounds like it should be a release pre-check: if you're about to release something, then you should have a changelog (.txt/.md/whatever) and that should call `Add-ChangelogEntry` during...

The combine usually does not play well with psdrive. Could you 'convert-path' first?

Hiya, just saw this issue amongst the pile of notifications coming from GitHub. :) The very short and opinionated answer is that you should not have collections of "Roles". It...

Hey Yorick, Can you give me more info on your use case? Maybe share one of the config with me? Truth is Composites supports their own datastore for defaults (that's...

That's the principle, yes. Not built-in yet. But you could do something similar by creating a Datum handler as explained here: https://github.com/gaelcolas/Datum/blob/master/docs/Datum_Redirections.md

Yeah, by design. Can be suboptimal but not a lot of effort has been put in `Get-DatumRsop`. In short, this function only lookup based on the `Configurations` pivot. For a...

As a general feature, I agree that could be nice, or maybe just have a global filter to look for specific extension (i.e. only *.yml). That said, from the general...

Until it's integrated natively, I've documented how to do this here: https://github.com/gaelcolas/Datum/blob/master/docs/Datum_Redirections.md

Yep, it's the same as #21 but I don't plan on supporting anything else than variable interpolation out of the box, (no script block such as `Get-CimInstance`). The main reasons...

Yeah, to work you ought to pin version 4.10.1 in the PSDepend psd1 file... But generally, I recommend starting with the dsccommunity/DscWorkshop project instead. It's an evolution from this sample...