Skip to content

Instantly share code, notes, and snippets.

View valleybay's full-sized avatar
:octocat:
Working on Relay

Christian Dalsvaag valleybay

:octocat:
Working on Relay
  • Humin AS
  • Oslo, Norway
View GitHub Profile
@valleybay
valleybay / gist:aef26faa255b8d9e2fe11e2e01b45290
Created January 27, 2018 10:29
Visual Studio Code Keybindings
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "alt+cmd+right",
"command": "-workbench.action.nextEditor"
},
@valleybay
valleybay / gist:7429eff281c8313f5b857782088edb52
Created January 27, 2018 10:24
Visual Studio Code Config
// Place your settings in this file to overwrite the default settings
{
"vim.useCtrlKeys": true,
"window.zoomLevel": -0.20,
// Editor
"editor.fontFamily": "Inconsolataz",
"editor.renderLineHighlight": "line",
"editor.fontSize": 16,
"editor.tabSize": 2,
Verifying my Blockstack ID is secured with the address 123Cr1dVbipkiuEAH4AezdtK2chYonuJPX https://explorer.blockstack.org/address/123Cr1dVbipkiuEAH4AezdtK2chYonuJPX

Keybase proof

I hereby claim:

  • I am valleybay on github.
  • I am valleybay (https://keybase.io/valleybay) on keybase.
  • I have a public key ASBaIaGgNZASvK4xd1G7TWacFUcVTi0B_T0QdqEyAFCDdwo

To claim this, I am signing this object:

FactoryGirl.define do
factory :article do
title "Test"
transient do
comment_user :user
end
end
trait(:with_comment) do