I hereby claim:
- I am juraci on github.
- I am jvieira (https://keybase.io/jvieira) on keybase.
- I have a public key ASDTm7nfRZvrBNUoqL_MvfupHE8ArvLQxvNplJuKvvxtiAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Placa Mãe: 1349,90 | |
| https://www.kabum.com.br/produto/84280/placa-mae-asus-p-intel-lga-1151-atx-maximus-ix-hero-z270-ddr4-usb-3-1-tipo-a-e-c-aura-sync-audio-gamer-sli-cfx-rede-intel-2-m-2-hdmi-dp | |
| Processador: 1337,90 | |
| https://www.kabum.com.br/produto/84404/processador-intel-core-i7-7700k-kaby-lake-7a-geracao-cache-8mb-4-2ghz-4-5ghz-max-turbo-lga-1151-intel-hd-graphics-630-bx80677i77700k | |
| VGA: 1799,90 | |
| https://www.kabum.com.br/produto/83702/placa-de-video-vga-nvidia-evga-geforce-gtx-1070-sc-8gb-ddr5-black-edition-08g-p4-5173-kr-/?tag=gtx%201070 | |
| Fonte: 848,90 |
| == 20170818150820 AddSystemSizeForSolarRoofingDesigns: migrated (6.8375s) ===== | |
| mysqldump: Got error: 1449: The user specified as a definer ('dim'@'%') does not exist when using LOCK TABLES | |
| rake aborted! | |
| failed to execute: | |
| mysqldumpPlease check the output above for any errors and make sure that `mysqldump` is installed in your PATH and has proper permissions. |
| The following SSH command responded with a non-zero exit status. | |
| Vagrant assumes that this means the command failed! | |
| FACTER_ipaddress='<ip>' FACTER_role='devbox' puppet agent --onetime --no-daemonize --verbose --certname debian.nitro.devbox --color=false --server production-puppet-master.powerhrg.com --detailed-exitcodes || [ $? -eq 2 ] | |
| Stdout from the command: | |
| Exiting; no certificate found and waitforcert is disabled | |
| import Ember from 'ember'; | |
| export default Ember.Component.extend({ | |
| messages: [], | |
| alertAmount: Ember.computed('messages.length', function() { | |
| return this.get('messages.length'); | |
| }), | |
| init() { | |
| this._super(...arguments); |
| 'use strict'; | |
| Object.defineProperty(exports, "__esModule", { | |
| value: true | |
| }); | |
| var _express = require('express'); | |
| var _express2 = _interopRequireDefault(_express); |
| 'use strict'; | |
| Object.defineProperty(exports, "__esModule", { | |
| value: true | |
| }); | |
| var _express = require('express'); | |
| var _express2 = _interopRequireDefault(_express); |
| import express from 'express'; | |
| import bodyParser from 'body-parser'; | |
| import GoalsController from '../controllers/goals'; | |
| const router = express.Router(); | |
| const jsonParser = bodyParser.json(); | |
| export default (datasource) => { | |
| const Goal = datasource.models.Goal; | |
| const goalsController = new GoalsController(Goal); |