I hereby claim:
- I am richard87 on github.
- I am richard87 (https://keybase.io/richard87) on keybase.
- I have a public key ASB5c_-yQPfFh3AQ3HYFAuFccXf20V_X3FDKXAz5sv3HyAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /* | |
| * License MIT | |
| */ | |
| <?php | |
| namespace App\Service; | |
| use Psr\Log\LoggerInterface; | |
| use Symfony\Component\Security\Core\Security; | |
| use Twig\Extension\AbstractExtension; |
Maxime Sanglan-Charlier - https://blog.onehundredacorns.com/ Nick Tune - https://www.ntcoding.co.uk/ https://github.com/ddd-crew/bounded-context-canvas
A idea for a Expression action that have the ability to call a method directly on the resource.
Limitations:
id in the url, and no composite identifiersHow to use it:
new Action(| export ZSH="$HOME/.oh-my-zsh" | |
| if service docker status 2>&1 | grep -q "is not running"; then | |
| wsl.exe -d "${WSL_DISTRO_NAME}" -u root -e /usr/sbin/service docker start >/dev/null 2>&1 | |
| fi | |
| unsetopt pathdirs | |
| ZSH_THEME="robbyrussell" | |
| COMPLETION_WAITING_DOTS="true" | |
| __kube_ps1() |
source /etc/lsb-release
eval `ssh-agent -s`
ssh-keygen -t ed25519
cat id_ed25519.pub
sudo apt-get update
sudo apt-get install -y ca-certificates curl wget vim apt-transport-https lsb-release gnupg zsh git libfuse2 libxi6 libxrender1 libxtst6 mesa-utils libfontconfig libgtk-3-bin tar xdg-utils| zmodload zsh/datetime | |
| DISABLE_AUTO_UPDATE="true" | |
| HISTFILE=$HOME/.zsh_history | |
| HISTSIZE=100000 | |
| SAVEHIST=$HISTSIZE | |
| ZSH_START_TIME=$EPOCHREALTIME | |
| printf "[$(date +%H:%M:%S)] Loading ZSH config...\n" | |
| export ZSH="$HOME/.oh-my-zsh" |