I hereby claim:
- I am endelwar on github.
- I am endelwar (https://keybase.io/endelwar) on keybase.
- I have a public key ASCtSub_n1z46FjC5yEysn47utKMhNnuDbrbKhIDEhpFCgo
To claim this, I am signing this object:
| <?php | |
| declare(strict_types=1); | |
| namespace App\Form; | |
| use App\Form\Util\StringUtil; | |
| use Symfony\Component\Form\AbstractType; | |
| use Symfony\Component\Form\Extension\Core\Type\CollectionType; | |
| use Symfony\Component\Form\FormInterface; |
| /* eslint-disable no-useless-escape */ | |
| const Encore = require('@symfony/webpack-encore'); | |
| const TerserPlugin = require('terser-webpack-plugin'); | |
| const CircularDependencyPlugin = require('circular-dependency-plugin'); | |
| const HtmlCriticalWebpackPlugin = require('html-critical-webpack-plugin'); | |
| const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin'); | |
| const MiniCssExtractPlugin = require('mini-css-extract-plugin'); | |
| const PurgeCssPlugin = require('purgecss-webpack-plugin'); | |
| const WebpackBar = require('webpackbar'); | |
| const path = require('path'); |
| #!/bin/bash | |
| # Script to backup git repo to Backblaze B2 | |
| # Set bucket, dir, password and account to use for the backup. I keep mine in local env vars | |
| # These are set by localrc which lives on an encrypted home directory and is executed by my bashrc | |
| # Ensure you have authorized the B2 command line tool with the correct account AND added your SSH | |
| # public key to your github account, if you need to backup private repositories. | |
| # To restore this repo in the future, download it from B2, extract it and then use this command: | |
| # cd old-repository.git |
| #!/usr/bin/env bash | |
| echo ">>> Installing Mailhog" | |
| # Download binary from github | |
| wget --quiet -O ~/mailhog https://github.com/mailhog/MailHog/releases/download/v1.0.0/MailHog_linux_amd64 | |
| # Make it executable | |
| chmod +x ~/mailhog |
| # php upgrade.php mailscanner/functions.php | |
| MailWatch for MailScanner Database Upgrade to 1.2.0 | |
| Have you done a full backup of your database? Type 'yes' to continue: yes | |
| Testing connectivity to the database ................................. OK | |
| Updating database schema: |
I hereby claim:
To claim this, I am signing this object:
| ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| BBEDIT/TEXTWRANGLER REGULAR EXPRESSION GUIDE MODIFIED 2016/02/29 17:26 | |
| ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| NOTES: | |
| The PCRE engine (Perl Compatible Regular Expressions) is what BBEdit and TextWrangler use. | |
| Items I'm unsure of are marked '# PCRE?'. The list while fairly comprehensive is not complete. |