NotAFile
NotAFile
The hardcoded path works only for debian-based distros and a few others. Since these env vars also leak into the parent process, this causes issues in topgrade: https://github.com/r-darwish/topgrade/issues/416 One solution...
Just had this issue again upgrading to fedora 35: ``` /home/nota/.local/pipx/shared/bin/python: No module named pip Failed to upgrade shared libraries Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/pipx/shared_libs.py", line 113, in...
It looks like this has been completed in #6756, or is there anything else missing?
Just got bitten by this too. The "partially implemented" is a bit unclear IMO.
Network code is especially critical in that regard, since special strictness on some things e.g. out of range packet IDs and values might make expansion of the protocol harder.
You're kind of right about that now, as OpenSpades now implements packet 60 extinfo that can be used to query capabilities of the client. But keep in mind that things...
> My opinion is still that if users want to change something, then they should copy bevy's shaders and vendor them into their codebase, or import specific functions in a...