Skip to content

Instantly share code, notes, and snippets.

View steal9pro's full-sized avatar
🤙
Launch rockets into space

Prokhorovych Andrii steal9pro

🤙
Launch rockets into space
View GitHub Profile
rm ~/Library/Preferences/IntelliJIdea2017.2/eval/*.key
rm ~/Library/Preferences/IntelliJIdea2017.2/options/options.xml
open ~/Library/Preferences/com.apple.java.util.prefs.plist # then remove jetbrain or intellij related keys
last and the most importantly reboot your mac os, because Preferences are cached in mac os by system deamon - /usr/sbin/cfprefsd
var User = require('../models').User;
var Letter = require('../models').Email;
var tempMail = require('tempmail-wrapper/tempmail');
var co = require('co');
var wait = require('co-wait');
var time = 1;
function getAllLetters(email) {
return tempMail.getInbox(email)
.then(function(letters) {