Skip to content

Instantly share code, notes, and snippets.

View DIGnmg's full-sized avatar
🏠
Working from home

Nathanael Gethers DIGnmg

🏠
Working from home
View GitHub Profile
{
"actions": [
{
"collect": {
"name": "collect_comments",
"questions": [
{
"question": "what is your blood pressure",
"name": "answers",
"type": "Twilio.YES_NO"
@DIGnmg
DIGnmg / .vimrc
Created February 4, 2019 20:18
current vimrc
"sessionCheckTime": 5000,yntax on
call plug#begin('~/.vim/plugged')
"""""""""""""""""""""""""""""""""
" VIM:
"""""""""""""""""""""""""""""""""
" wrap gitcommit file types at the appropriate length
filetype indent plugin on
import Ember from 'ember';
export default Ember.Component.extend({
didReceiveAttrs() {
this._super(...arguments);
const filterBy = this.get('filter');
if (filterBy !== null) {
this.set('items', this.filterItems(filterBy));
} else {
console.log('no filter');
<data>
<hello>paste your xml here</hello>
</data>