Siddhesh Mhadnak

Results 8 comments of Siddhesh Mhadnak

AFAICT this is controlled by the underlying prompt-toolkit library. [Their README says](https://github.com/prompt-toolkit/ptpython/blob/master/README.rst#multiline-editing), > To execute the input in multi-line mode, you can either press `Alt+Enter`, or `Esc` followed by `Enter`....

> We use libgit2, which [doesn't support shallow clones](https://github.com/libgit2/libgit2/issues/3058). I thought that meant we'd be unlikely to see support for it anytime soon, but it looks like there's actually been...

> In my use clusters, the chart _does_ respect the value I pass to `helm` commands eg. `helm upgrade --install --namespace=alloy .....`. Was that not the case for you? @tpaschalis,...

> Alpine, or rather specifix linux distros, is not supported by Python wheels. Discussion here: [pypa/packaging-problems#69](https://github.com/pypa/packaging-problems/issues/69) > > As a temporary workaround we're looking into providing alpine wheels by using...

@emmatyping, looks like it still returns a 404 ![404 Not Found for https://apt.cli.rs/](https://github.com/user-attachments/assets/22a6fddf-da5e-45b5-8ee6-c47bdd507b8a)

I checked and forgot I had `feature.experimental` set to `true` in my global config. Setting it to `false` makes the repro config work as expected. Keeping the issue open, since...

@prika148, could you possibly also add support for the `pgx` drivers—`pgx://` and `pgx5://` (`pgx/v5`)?