Mikhail Cheshkov

Results 10 comments of Mikhail Cheshkov

Thanks for your feedback! I agree, interface methods should be treated as public.

I thought about cppcheck solution - process all possible combinations, and allow user to define some conditions. It seems that conditionals (since it's not part of AST) is meta-language, so...

Actually this would not help - check errorPipe source. There's issue similar to #38 The promise returned from errorPipe is not in _update chain of `piped` - promise from callback....

Well, now documentation says that AWS ECR supports explicit cache https://docs.earthly.dev/docs/caching/caching-via-registry I'm still receiving same `400 Bad Request` when trying to push cache. Documentation was changed at #3814, with a...

Thanks for quick response! ``` $ earthly --version earthly version v0.1710273402.818533702 30c9d546d8fb1f8cbc97ba0a18546916e1570fde linux/amd64; Fedora Linux 39.20240313.0 (Silverblue) ``` On this version `earthly --remote-cache=123.dkr.ecr.eu-central-1.amazonaws.com/build-cache:mcheshkov-explicit-cache --max-remote-cache --push ...` still fails, as expected...

You mean with "next after call" or with current semantic?

I've hit this with following case. It's quite dirty. Socket (or any other byte stream IPC), messages over that socket. Stream. Now I want to model Request-Response over that. But...

Or implement parse tree generation in hxparse.

Merged as part of https://github.com/cube-js/cube/pull/9032