Skip to content

Instantly share code, notes, and snippets.

View vitornogueira's full-sized avatar
:octocat:

Vitor Nogueira vitornogueira

:octocat:
View GitHub Profile
[[1264471039605,970],[1264557439605,1808],[1264643839605,2485],[1264730239605,2394],[1264816639605,2464],[1264903039605,3295],[1264989439605,3015],[1265075839605,3561],[1265162239605,4551],[1265248639605,4814],[1265335039605,4887],[1265421439605,4797],[1265507839605,4713],[1265594239605,4628],[1265680639605,5347],[1265767039605,5693],[1265853439605,6494],[1265939839605,7463],[1266026239605,7570],[1266112639605,8480],[1266199039605,8267],[1266285439605,8310],[1266371839605,8638],[1266458239605,8426],[1266544639605,8695],[1266631039605,9612],[1266717439605,9358],[1266807439605,9942],[1266893839605,10096],[1266980239605,9826],[1267066639605,10170],[1267153039605,10159],[1267239439605,10030],[1267325839605,11021],[1267412239605,10797],[1267498639605,11777],[1267585039605,11480],[1267671439605,11620],[1267757839605,11999],[1267844239605,12574],[1267930639605,13037],[1268017039605,13534],[1268103439605,13264],[1268189839605,14116],[1268276239605,14416],[1268362639605,14365],[1268449039605,14541],[1268535439605,1447
<!-- UserForm -->
<template>
<form method="POST" action="https://api.com/users" @submit.prevent="handlerSubmit">
<div class="control">
<label for="user_name">Name:</label>
<input type="text" name="name" id="user_name" v-model="model.name">
</div>
<div class="control">
<label for="user_email">Email:</label>
{
"@context": "http://id.who.int/icd/contexts/contextForMultiVersion.json",
"@id": "http://id.who.int/icd/release/10/A00.0",
"title": {
"@language": "en",
"@value": "Cholera due to Vibrio cholerae 01, biovar cholerae"
},
"latestRelease": "http://id.who.int/icd/release/10/2016/A00.0",
"release": [
"http://id.who.int/icd/release/10/2016/A00.0",
{
"@context": "http://id.who.int/icd/contexts/contextForFoundationEntity.json",
"@id": "http://id.who.int/icd/entity/250688797",
"parent": [
"http://id.who.int/icd/entity/941543084",
"http://id.who.int/icd/entity/135352227",
"http://id.who.int/icd/entity/734592989"
],
"child": [
"http://id.who.int/icd/entity/2114593305"
[info] a.e.s.Slf4jLogger - Slf4jLogger started
[error] p.a.l.c.CryptoConfigParser - The application secret has not been set, and we are in prod mode. Your application is not secure.
[error] p.a.l.c.CryptoConfigParser - To set the application secret, please read http://playframework.com/documentation/latest/ApplicationSecret
[error] p.a.l.c.CryptoConfigParser - The application secret has not been set, and we are in prod mode. Your application is not secure.
[error] p.a.l.c.CryptoConfigParser - To set the application secret, please read http://playframework.com/documentation/latest/ApplicationSecret
[error] p.a.l.c.CryptoConfigParser - The application secret has not been set, and we are in prod mode. Your application is not secure.
[error] p.a.l.c.CryptoConfigParser - To set the application secret, please read http://playframework.com/documentation/latest/ApplicationSecret
[error] p.a.l.c.CryptoConfigParser - The application secret has not been set, and we are in prod mode. Your application is not secure.
[erro
getUser(id)
.then(user => getPermissions(user.id))
.then(permissions => getLinks({ permissions: permissions.map(id => id)))
.then(links => renderLinks(links))
.catch(error => handleError(error));
@vitornogueira
vitornogueira / .gitconfig
Last active March 26, 2021 22:38
.dotfiles
[user]
email = vnweb.contato@gmail.com
name = Vitor Nogueira
[core]
editor = vim
[alias]
s = status
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative