The decay of HP led to an interesting, complex and multi-step energetic process. Firstly, the main detonation process is strongly influence by the changes of component concentrations, the decreasing oxygen balance and sensitisation by O2gas bubbles trapped in the bulk of the OSM charges. These p...
# Fastest possible way to check if a Git repo is dirty.prompt_pure_async_git_dirty() { setopt localoptions noshwordsplit local untracked_dirty=$1 local untracked_git_mode=$(command git config --get status.showUntrackedFiles) if [[ "$untracked_git_mode" != 'no' ]]; then ...