Skip to content

Instantly share code, notes, and snippets.

View ACBullen's full-sized avatar

Alex Bullen ACBullen

  • San Francisco, CA
View GitHub Profile
OldFoo
|> Repo.stream()
|> Stream.each(fn foo ->
new_foo =
NewFoo
|> where([nf], nf.name == ^foo.name)
|> Repo.one()
Bar
@ACBullen
ACBullen / keybase.md
Created April 6, 2018 17:58
Keybase proof

Keybase proof

I hereby claim:

  • I am acbullen on github.
  • I am tarithaverin (https://keybase.io/tarithaverin) on keybase.
  • I have a public key ASBajLmK6_kxtpgow1xUQbWTwG6iruZmNcF28et-5q3ylAo

To claim this, I am signing this object:

# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->