Jannis Mainczyk
Jannis Mainczyk
👍 would love to see this in mermaid... lack of this feature had me going back to plantuml...
I'm hitting the same issue using PyPy 7.3.8 ``` $ pip install pyproj Collecting pyproj Using cached pyproj-3.3.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl Collecting certifi Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB) Installing collected packages: certifi, pyproj...
Yes, I also wondered about that. So next step would be to ignore the wheel, right? ```sh pip install pyproj --no-binary :all: ``` I'm getting a weird ascii decode error...
yes, here are the commands I used: ```sh $ pyenv virtualenv pypy3.9-7.3.8 env $ pyenv shell env (env) $ pip install cython Collecting cython Using cached Cython-0.29.28-py2.py3-none-any.whl (983 kB) Installing...
I also stumbled upon this and support the PR #65 :-)
For me, poetry environments are picked up without saving them in the project. [Seems like this has been added to VSCode somewhere back in April '21](https://devblogs.microsoft.com/python/python-in-visual-studio-code-april-2021-release/#support-for-poetry-environments).
I'd also love to be able to configure a hosted gitlab instance. For now, I will try to patch the PROVIDER_INFO for gitlab.
We have two instances of Gitlab at our company, one private and one public (https://gitlab.cc-asp.fraunhofer.de). I'm not sure about what the specific criteria are for the username, but we mostly...
correct, its a self-hosted gitlab instance! :) edit: ahh, now I see that the issue description mentions "private repo". From the "private url" part of the title I assumed it...
That sounds very reasonable. I feel like by providing a way to override the base url, the majority of the use cases might be addressed. Of course, my feeling might...