Amjith Ramanujam

Results 124 comments of Amjith Ramanujam

Sorry about the delay in response. I'll give it shot later today and provide feedback. Thank you for taking the time to contribute.

This is nice. I have not used fzf before (fishshell user so never really had a need for fzf). I haven't had a chance to review the implementation itself. But...

Feel free to modify the CI steps to make the tests pass. I'm planning on modernizing the codebase to switch to pyproject.toml, ruff and uv. So don't worry too much...

Thank you for the PR. I appreciate your patience. Sorry it took a while to merge.

Knock yourself out. Source is available. Feel free to add types as you see fit.

As you can see [here](https://github.com/pyscript/pyscript/actions/runs/9149605490/job/25185695211?pr=2065#step:10:406) the url is still pointing to the default PyPI https://pypi.org/simple. I can't figure out how to debug this.

The intent of this PR is to use a different Python Package Index than the default (pypi.org). So I chose a package `test-foo` which is only available in test.pypi.org but...

@WebReflection I was using the micropip.install() as a reference to implement the feature and the config option. https://micropip.pyodide.org/en/stable/project/api.html#micropip.install The documentation outlines how it will handle a list of index_urls when...

I feel like this discussion has enlarged in scope. Let me reset the context. I saw the talk given by @JeffersGlass and thought it was awesome. I wanted to build...

@your-diary Can you try this [pull-requests](https://github.com/dbcli/pgcli/pull/1504) and let me know if that satisfies your request? You can install pgcli from this branch using the following command: ``` pip install -U...