Anatoly Myachev

Results 135 issues of Anatoly Myachev

Signed-off-by: Myachev ## What do these changes do? - [ ] commit message follows format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) - [ ] passes `flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py` - [ ] passes `black...

Initially discussed here https://github.com/modin-project/modin/pull/4674#discussion_r920559663. The methods that testing in the file (no window operation at all [according to]( https://pandas.pydata.org/docs/user_guide/window.html#overview)): - values - std, median, skew, var, sem, rank - quantile...

Signed-off-by: Anatoly Myachev ## What do these changes do? - [x] commit message follows format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) - [x] passes `flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py` - [x] passes `black --check modin/...

Blocked ❌

### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: `Windows 10` - **Modin version** (`modin.__version__`): 7a36071c0b00e0392615a0dd9d5c2ddd5f7c0d27 - **Python version**: `3.8.13` - **Code we can use to reproduce**:...

Current goals: - < 45 min on PR - < 20 concurrent jobs on PR (enterprise tier of github actions has a limit of 180 concurrent jobs)

Testing 📈
P2
Epic

Code Quality 💯
Epic

#### What would you like to be added: Now I have to manually fill `` field in the file `flyte/opta/aws/env.yaml`. However, for example, it is possible to create ec2 instances...

enhancement

#### What happened: First I ran the command: `opta apply -c flyte/opta/aws/env.yaml` that failed, see error below: Error ```bash module.k8sbase.helm_release.ingress-nginx: Still creating... [5m0s elapsed] ╵ ╷ │ Error: release ingress-nginx...

bug

In some situations, the value of 60 seconds is not enough and I have to manually set `timeout` variable as a class attribute for each benchmark. Is there a way...

This behavior is not expected for a user who has previously worked with s3-like URLs. The authentication process is supposed to start when function `glob` is called. The following code...