Skip to content

Instantly share code, notes, and snippets.

@koenoe
koenoe / History|-10987503|entries.json
Last active July 7, 2022 14:15
Visual Studio Code Settings Sync Gist
{"version":1,"resource":"file:///Users/koen/Projects/pathethuis-clients-web/apps/tv/src/utils/getTheoPlayerConfig.ts","entries":[{"id":"24A8.ts","timestamp":1649073178907},{"id":"8JfP.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649074271485},{"id":"1Lt0.ts","timestamp":1649074273378},{"id":"UdmZ.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649074354858},{"id":"4wGL.ts","timestamp":1649074360409},{"id":"Vy3p.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649074366212},{"id":"XkN7.ts","timestamp":1649074413893},{"id":"fVXp.ts","source":"undoRedo.source","timestamp":1649080760272},{"id":"KE0z.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650898511633},{"id":"FEnc.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650898529924},{"id":"1P9U.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650898547274},{"id":"hGe7.ts","timestamp":1650902718983},{"id":"TJ9Z.ts","source":"Fix all ESLint auto-fixable problems",
@koenoe
koenoe / vagrant.log
Last active March 22, 2017 16:24
Vagrant debug log
This file has been truncated, but you can view the full file.
INFO global: Vagrant version: 1.9.3
INFO global: Ruby version: 2.2.5
INFO global: RubyGems version: 2.4.5.1
INFO global: VAGRANT_OLD_ENV___CF_USER_TEXT_ENCODING="0x1F5:0x0:0x0"
INFO global: VAGRANT_OLD_ENV_NVM_IOJS_ORG_MIRROR="https://iojs.org/dist"
INFO global: VAGRANT_OLD_ENV_Apple_PubSub_Socket_Render="/private/tmp/com.apple.launchd.VHhwNeWaOe/Render"
INFO global: VAGRANT_OLD_ENV_XPC_SERVICE_NAME="0"
INFO global: VAGRANT_OLD_ENV_COLORFGBG="7;0"
INFO global: VAGRANT_OLD_ENV_TMPDIR="/var/folders/3_/mkgdy2296gqb7snzdml8rhdw0000gn/T/"
INFO global: VAGRANT_OLD_ENV_EDITOR="vim"
@koenoe
koenoe / gist:d722e192088814b056afb7807f39abc9
Last active March 3, 2017 09:22
Clean Install – MacBook Pro

#Xcode Command Line Tools Xcode > Preferences > Downloads > Command Line Tools

#Homebrew

# install package manager
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

#Dotfiles

(function() {
'use strict';
angular.module('app.core')
.config(configure);
configure.$inject = ['$rollbarProvider','config'];
/* @ngInject */
function configure($rollbarProvider, config) {
(function() {
'use strict';
angular
.module('app.block.logger')
.provider('$rollbar', RollbarProvider);
RollbarProvider.$inject = ['$windowProvider'];
function RollbarProvider($windowProvider) {