Kindritskiy Maksym

Results 11 comments of Kindritskiy Maksym

as a workaround we can do like ``` commands: build-image: persist_checksum: true checksum: &build-image-checksum - requirements.txt cmd: docker build -t img:${LETS_CHECKSUM} -f Dockerfile . unpack-container: depends: [build-image] checksum: *build-image-checksum persist_checksum:...

I think it does not. We can implement it on our own, just by providing own template

Totally agree, this seems like a great UX improvement

mvp is in 49 version. Still a lot todo

I think we have to implement checksum persistent first (probably in a separate issue) and then implement `only` functionality

Another use case. When using `depends`, sometimes we want to skip some of the commands in it. There are a couple of ways to do that. 1. Persistent - store...

Hi, thanks for the question. In general, it always depends on you use cases. Lets has its specifics and design choices that may or may not be suitable for some...

I think this one is related https://github.com/strawberry-graphql/strawberry/issues/3148

https://github.com/lets-cli/lets/issues/89 related

Hi, unfortunately in my case uuid4 `x-request-id` is a company standard and generated by our nginx so I can not change its format. I think stripping dashes in `CustomTraceIdPropagator` would...