Lewis Marsden-Lambert

Results 9 comments of Lewis Marsden-Lambert

I'm quite keen to see if this would support my use case as I was surprised it doesn't work in v2. I'm essentially dynamically constructing an additional router in a...

I’m interested to utilise dynamic types for an internal provider we have. If I try to create a custom type using dynamic pseudo type at the moment however, the runtime...

Sure I’ll get a concise example together but it’s mostly based on the above proposal.

Personally I’d be sad to see blocks go. I get the above statements about repeatability being confusing for newcomers, but from my experience training colleagues, it’s not a big hurdle....

Just hit this same problem after migrating to Go templates as we wanted to use the `default` function to guard against missing config in the git files generator. Not being...

@crenshaw-dev slightly more complicated for the keys if I remember rightly. Need to find some time to have a proper deep dive and see if I can come up with...

I'd be really keen to see this feature too. We make extensive use of the workspace variable for composing various different values for things like resource naming as well as...

I agree this would be a nice feature. However you can achieve this using plugins, at least for the inputs. See the example http plugin here: https://esbuild.github.io/plugins/#http-plugin The outputs are...

I've just stumbled across this as it seems a little similar to something I've run in to which I believe is probably me misunderstanding the ordering of hooks. I have...