Mikhail Cheshkov

Results 26 issues of Mikhail Cheshkov

**What went wrong?** When I try to run earthly with `--remote-cache` pointing to ECR and `--push` it fails on the very last step after pushing all blobs with `Error: error...

type:bug

I want to handle specific error in errorPipe and let all others fall through, just as catch do. To do that I use rethrow, and catch with specific type. But...

enhancement

`stream.first()` actually return promise not to "first value stream will resolve to after this call" but to "last value stream resolved to, or first one if it never resolved" -...

Ordering section mentions query with `ORDER BY status DESC` https://github.com/cube-js/cube/blob/0d891563976ebd76b8f4f7ff91bfe75b914ac510/docs/pages/product/apis-integrations/sql-api.mdx?plain=1#L282-L292 But query plan mentions `SortExec: [transformed_amount@1 DESC]` https://github.com/cube-js/cube/blob/0d891563976ebd76b8f4f7ff91bfe75b914ac510/docs/pages/product/apis-integrations/sql-api.mdx?plain=1#L300-L305 I'm not sure what was the intent here, but, since this section...

docs

In `SendInvite` view, in `form_valid` method `self.get_context_data` is called without `form` kwarg. Django (since 1.9.1, I think) creates new form instance in `FormMixin` in `get_context_data` method. It's new instance and...

bug

I've find that it's really awkward to work with position-related stuff on everything other that `Expr`. I.e. check style for `A->B->C` notation of `ComplexType`, but there's no position information. So...

**Check List** - [x] Tests has been run in packages where changes made if available - [x] Linter has been run for changed code - [x] Tests for the changes...

**Check List** - [x] Tests has been run in packages where changes made if available - [x] Linter has been run for changed code - [x] Tests for the changes...

**Check List** - [x] Tests has been run in packages where changes made if available - [x] Linter has been run for changed code - [x] Tests for the changes...