Kshitij Chawla
Kshitij Chawla
Why not simply do a ```shell conda run pip install ``` Especially since there's is only one package
Well, pip does not do sophisticated dependency resolution, unlike Conda. It's the same reason pipenv and poetry are used for package installations, but unlike Conda, they use PyPI's index. Each...
Wow that must be so frustrating . I don't know about Conda packaging, but now I'm pissed at conda for making your job so difficult. I will try to take...
Assuming your work is open source, where can I see your recipe and efforts, to build off of? On Wed, May 25, 2022, 22:33 mara004 ***@***.***> wrote: > Well, I...
Whenever developing (80% of my terminal use), I have to stop using Warp. Please share some update about the progress. A public alpha build so we can help test and...
> I switch between shells a bit, so support for this would be great. Example is I use fish as my default shell, but at times need to switch to...
Locally run pre-commit hooks are often a big stumble. I would not recommend enforcing them. I was thinking about running in-cloud linters and formatters, such as : https://github.com/marketplace/actions/run-black-formatter There are...
No. The pre-commit hooks don't work well if a user uses an IDE which does not link pre-commit hooks to a custom python such as conda's or a virtual environment....
> I think this is a nice idea too: maybe we could lint code when we merge PRs, so that all code present on master is formatted? I think that...
@NicolasGensollen hey i just came across this. Haven't looked at it yet but could be useful https://deepsource.io/python-static-code-analysis/