Philip Meholm

Results 9 comments of Philip Meholm

I'm not sure if it's way out of scope, but could it be an answer to implement some kind of json-schema-like language as a part of the input validation for...

possibly fixed by #66 and #67 ? these have been in review for 4 months now. Is there any way for the pr's to be implemented? upstream dependencies essentially breaks...

@WhitWaldo you are pretty bang on, AGW is not put together in a modular way, so if you need to update one part of it, you need to do a...

maps and loops are not the same function. Map is a kind of [lambda function](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-functions#lambda-functions) that generates content, while a loop executes commands you define within that loop. Given that,...

I feel like im late to the party here, but for future reference: I was thinking the same thing, but i figured out that there is a "FormatTaskName" function that...

> > I failed to see that there is already defined a `-Description` parameter on the `Task` function. I wonder how people use that parameter? Is it displayed, if used?...

Could there be a notice of this on the readme? i mean it wont really help with the module system being stupid, but it does feel better if the first...

I think this new design change i a breakaway from the traditional way of thinking about defining parameters, and i think it will be worse because of it. I am...

Doesn't this defeat the point of the command? I mean you want to get the childitems of said path, not the path-item itself. In what use cases would you use...