Ali Abbas Jaffri

Results 21 issues of Ali Abbas Jaffri

### Describe the Feature [rich library](https://github.com/Textualize/rich) allows better terminal output. Rich can also render pretty tracebacks in case code runs into an exception ### Importance of the Feature This improves...

good first issue
hacktoberfest

### Describe the Feature The project readme has been outdated for a while and needs some updating. ### Importance of the Feature Would be nice to get project readme get...

documentation
hacktoberfest

### Describe the Feature [Struclog](https://www.structlog.org/en/stable/) library allows structured logging to be emitted from the cli application. This providers a better handling and better interface for handling all the logs. ###...

good first issue
hacktoberfest

### Describe the documentation change Currently release notes are lost somewhere after a release is published. We would want to capture those release notes and append them to [release_notes.md file](https://github.com/mlinfra-io/mlinfra/blob/main/RELEASE_NOTES.md)...

documentation
good first issue
hacktoberfest

### Describe the Feature mlinfra cli currently uses [pyinvoke](https://www.pyinvoke.org/) to allow interaction via cli. However we would like to replace it with [typer](https://typer.tiangolo.com/) due it its better features and maintenance....

hacktoberfest

### Describe the Feature [driftctl](https://docs.driftctl.com/0.40.0) would be a great addition to the mlinfra cli which would allow users to get the state drift right at their finger tips ### Importance...

good first issue
hacktoberfest

### Describe the Feature This feature allows users to deploy [dagster helm chart](https://artifacthub.io/packages/helm/dagster/dagster) on kind cluster. ### Importance of the Feature This feature is quite similar to [dagster aws kubernetes...

good first issue
hacktoberfest

### Describe the Feature This feature would allow all the traffic to be routed inside of the VPC instead of going out and coming back in again. The code for...

good first issue
hacktoberfest

### Describe the Feature Deploy [dagster helm chart on kubernetes cluster](https://artifacthub.io/packages/helm/dagster/dagster) as a data processing tool ### Importance of the Feature `mlinfra` currently allows users to deploy dagster on AWS...

hacktoberfest

Currently setting [wait](https://registry.terraform.io/providers/scott-the-programmer/minikube/latest/docs/resources/cluster#wait) for add_ons for minikube cluster with docker driver is not working. I am setting the wait as `wait = ["all", "apps_running"]`, however that does not work and...