I hereby claim:
- I am pedroassumpcao on github.
- I am pedroassumpcao (https://keybase.io/pedroassumpcao) on keybase.
- I have a public key whose fingerprint is B721 4733 F6C4 397C B2E1 76FA 96A3 B225 B40A 6548
To claim this, I am signing this object:
| defmodule Command.RegisterUser do | |
| # Documentation and Typespec removed for brevity | |
| use Ecto.Schema | |
| import Ecto.Changeset | |
| @primary_key false | |
| embedded_schema do | |
| field(:first_name) | |
| field(:last_name) | |
| field(:email) |
I hereby claim:
To claim this, I am signing this object:
| javascript:void(document.querySelector("video").playbackRate=parseFloat(prompt("Speed:",%201.5))); |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |