// -------------------------------------------------- | |
// Flexbox LESS mixins | |
// The spec: http://www.w3.org/TR/css3-flexbox | |
// -------------------------------------------------- | |
// Flexbox display | |
// flex or inline-flex | |
.flex-display(@display: flex) { | |
display: ~"-webkit-@{display}"; | |
display: ~"-ms-@{display}box"; // IE10 uses -ms-flexbox |
du -cks * | sort -rn | head -11 | |
# Usually set this up in my bash profile as an alias: | |
# alias ducks='du -cks * | sort -rn | head -11' | |
# Because it is fun to type ducks on the command line. :) |
<?php | |
function implode_oxford(array $pieces) | |
{ | |
$pieces = array_values($pieces); | |
switch (count($pieces)) { | |
case 0: | |
return ''; |
gunzip -c database.sql.gz | drush sqlc |
# If you find yourself constantly reverting features and clearing caches, for example as part of QA work, then you may find this little alias useful. | |
# | |
# Bonus: you now get to use "fracc" as a verb (or an adjective) when talking with your peers. | |
alias fracc="drush fra -y && drush cc all" |
<?php | |
// Import arbitrary config from a variable. | |
// Assumes $data has the data you want to import for this config. | |
$config = \Drupal::service('config.factory')->getEditable('filter.format.basic_html'); | |
$config->setData($data)->save(); | |
// Or, re-import the default config for a module or profile, etc. | |
\Drupal::service('config.installer')->installDefaultConfig('module', 'my_custom_module'); |
#!/bin/bash | |
# be in the right directory | |
cd /Applications/MAMP/htdocs/domain8/core/scripts | |
tests=$1 | |
class=$2 | |
# pass any second var to disable verbosity | |
# run dt --clean to clean up | |
# run a specific class with dt domain Drupal\\domain\\Tests\\DomainInactiveTest |
by Tatiana Mac
Last updated 14 April 2021
As speaking comes with immense privilege, I have crafted a speaker rider to set expectations and boundaries around my engagement. I am grateful to all the conference organisers who have brilliantly hosted me. I would love to continue to exercise this privilege to speak at conferences, and use this privilege to make the landscape more accessible and beneficial to tech's most historically excluded and marginalised communities.
😫 I provide a lot of explanations for those of you who never had to consider these things. Most thoughtful conferences I've attended check most of these boxes intrinsically, particularly when conference runners are experienced speakers. They get it.
Sorted by location-ish. I tried to reduce the list to places I think are good for visitors vs. my absolute favorites, but I put a section at the bottom for places that may not be for everyone.
580 SW 12th Ave
My order: Grilled mackerel breakfast with a bloody mary. Their Dalgona coffee is quite good too.