I hereby claim:
- I am hgrimelid on github.
- I am hgrimelid (https://keybase.io/hgrimelid) on keybase.
- I have a public key whose fingerprint is D524 D2B9 9831 CE6A C5B6 CB86 85D8 46E8 38BF D928
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
After upgrading to Node v.10.9.0 via Homebrew the following error message was thrown from PHP:
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.61.dylib
Referenced from: /usr/local/bin/php
Reason: image not found
Reinstall PHP to fix, for me that's:
<?php | |
/** | |
* This comes in handy in cases where you can't set `DISALLOW_FILE_MODS` to `true` | |
*/ | |
/** | |
* Remove access to page for all users | |
*/ | |
add_action('current_screen', function () { |
/node_modules | |
/public/hot | |
/public/storage | |
/storage/*.key | |
/storage/debugbar | |
/vendor | |
.env | |
.env.testing | |
.env.backup | |
.phpunit.result.cache |
# Requires Fish | |
# Rebind prefix key to C-a | |
unbind C-b | |
set -g prefix C-a | |
# force a reload of the config file | |
unbind r | |
bind r source-file ~/.tmux.conf |
module.exports = { | |
js2svg: { | |
pretty: true | |
}, | |
plugins: [ | |
{ | |
name: 'prefixIds', | |
params: { | |
prefixIds: true, | |
prefixClassNames: true |
<?php | |
/* | |
* Requires config setting `custom.content_path` to be set | |
*/ | |
return [ | |
/* | |
|-------------------------------------------------------------------------- |