Stavros Ntentos

Results 394 comments of Stavros Ntentos

It is nicer to have it there. e.g. PyCharm's excluded folders (and https://plugins.jetbrains.com/plugin/17288-foldable-projectview) work based on these ignore

_And also_ - Is there a "script" to generate me `requirements.txt` that I need, in order to do ``` python get-pip.py --prefix=/usr/local/ --require-hashes -rrequirements.txt --src ``` replicatably in the future?...

Also affects some warnings, like: > Package containing module 'xyz' is not listed in the project requirements For a package referenced in a `-r requirements-extra.txt`, but not directly inside project's...

![image](https://user-images.githubusercontent.com/133706/215132556-5a4fc295-c72a-42c6-ba0f-9469b350dabf.png) Maybe that's related

If you can install your stubs using `pip install .` (or equivalent), it also works. **NB**: Do **not** use `--editable`, it doesn't work (as of now, not documented anywhere) ......

Hello @mlange-42, My suggestion is to create a localized graph visualization that focuses only on the specific refspecs (references to commits, branches, or tags in Git) that are provided as...

Also https://github.com/Xpra-org/xpra/issues/2458 would be useful in that case (or https://github.com/Xpra-org/xpra-html5/issues/75, but there may be bw savings to be gained)

For the time being, can you add the `"command": "execute"` variety? This is taking forever (since 2018!) for no reason. While this https://github.com/sublimehq/sublime_merge/issues/186#issuecomment-618228195 is somewhat okay, I don't think it's...

"Probably". Which begs the question "why are those two separate flows?" ```yaml repository: type: git ``` can be one thing. Both kinds support committing / use commit as their operation....