Results 1383 comments of Vincent Prouillet

The issue with that is that it makes analysing imports impossible to handle. I wanted to add a check on template compilation to ensure all included templates exist, instead of...

No updates, I still don't think it's going to be added

Immutablejs has definitions in its own repo: https://github.com/facebook/immutable-js/tree/master/type-definitions

Are you planning to add all the languages from that repo?

This is not maintained anymore so it's probably due to this repo being made for an old version of docker. Try finding a more up-to-date base image i guess?

I think the concept is ok but I'm not sure about the implementation. Something like: ```toml [[variables]] name = "infra_repo" default = "infra/default" prompt = "Which infrastructure repository should this...

GraphQL was what I was thinking of, although you can still use JSON path there anyway. Hopefully no one will want to handle XML or parse HTTP... > I personally...

Hmm I don't think calling functions in filenames was meant to be allowed, it's extremely niche.

Hmm I'm not sure about that, it seems that it would make the content/configuration way more complex for some very nich usecases: templates are not rendered from what you see,...

I thought it was a great idea initially but I've changed my mind a bit. This opens people expecting to be able to use other variables in default expressions which...