classmethodcollapse_relative_directories(path)→strorNone¶ Takes a fully pathed string and eliminates relative pathing (eg: annihilates “..” with the adjacent directory). Assumes all slashes have been converted to TEXT(‘/’). For example, takes the string: BaseDirectory/SomeDirectory/../Some...
There should be no need for ProxyFix if relative paths are used as they should be. Hence the issue and request for a change. Not to mention, you should never need to do much special at the application side if the reverse proxy itself is setup correctly, which this one is, because the...
docker_build_hashref.sh - runs docker build and auto-generates docker image name and tag from relative Git path and commit short SHA hashref and a dirty sha suffix if git contents are modified. Useful to compare docker image sizes between your clean and modified versions of Dockerfile or cont...
The relative-relinked Nuke script will stay linked to its media, even if you move it to a completely different machine - as long as the media is right next to it. Media files with the path variables ###..., %**d (printf), %v and %V are supported. Gizmos...
Takes a fully pathed string and eliminates relative pathing (eg: annihilates “..” with the adjacent directory). Assumes all slashes have been converted to TEXT(‘/’). For example, takes the string: BaseDirectory/SomeDirectory/../SomeOtherDirectory/Filename.ext and converts it to: ...
8c5fde5 Fix pyright issues in pathing (#1809) 2583a89 Add docs to paths.py (#1762) f760eac Remove face_point name in sprite (#1755) ef8b5d8 Try adding pyright --verifytypes to CI (#1807) efd98f8 Correct coordinate calculation for rectangle (#1741) ecd1d9b UI: fix None handling ...
docker_build_hashref.sh - runs docker build and auto-generates docker image name and tag from relative Git path and commit short SHA hashref and a dirty sha suffix if git contents are modified. Useful to compare docker image sizes between your clean and modified versions of Dockerfile or cont...
If your directory has spaces (such as "My Documents"), place quotation marks around your directory pathing as shown here: -v "<PATH_TO_CONFIG>:/config:rw" Example Docker Run command: These docs are assuming you have a basic understanding of Docker concepts. One place to get familiar with...
In order to speed up the tests,BLATANN_TEST_QUICK=1can be defined to skip long-running tests. Note that test cases which are defined as "long-running" is subjective and relative--the test suite will still take awhile to run, but in general test cases which take longer than 20 seconds...
docker_build_hashref.sh - runs docker build and auto-generates docker image name and tag from relative Git path and commit short SHA hashref and a dirty sha suffix if git contents are modified. Useful to compare docker image sizes between your clean and modified versions of Dockerfile or cont...