I hereby claim:
- I am nonsie on github.
- I am katvaldre (https://keybase.io/katvaldre) on keybase.
- I have a public key whose fingerprint is 5E63 8B17 2F52 290C 48D1 505B D86E 593A 5062 2C82
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Companies I interviewed with before landing at REI in January 2022: | |
| - Cribl | |
| - Hinge Health | |
| - Sourcegraph | |
| - Betterment | |
| - Taskrabbit | |
| - Airtable | |
| - Color | |
| - Matterport |
| [ | |
| { | |
| "title": "Tom Hanks 1200x900 @2x", | |
| "fileName": "1200_900_tom_hanks%402x", | |
| "fileExtension": "jpg", | |
| "type": "graphic", | |
| "width": "1200", | |
| "height": "900", | |
| "size": "2 MB", | |
| "tags": [ |
Learn the STAR format. From Wikipedia:
| <?php | |
| // Import arbitrary config from a variable. | |
| $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'); | |
| // Or, import YAML config an arbitrary directory. |
| php -d memory_limit=-1 $(which composer) update |
A big thanks goes out to Sandeep Panda and his blog showing how to build an autocomplete for an Angular JS application.
http://www.htmlxprs.com/post/32/creating-an-angularjs-autocomplete-tag-input-widget
| /** | |
| * Note that the new format won't be visible unless you go save the date formats page or call drupal_static_reset('date_format_type_format') | |
| */ | |
| /** | |
| * Implements hook_date_formats(). | |
| */ | |
| function mymodule_date_formats() { | |
| $formats = array(); | |
| $formats[] = array( |