I hereby claim:
- I am warnero on github.
- I am warneronstine (https://keybase.io/warneronstine) on keybase.
- I have a public key ASAAo_KJtA1x0zhMRhzRcktW8hwIX0XQMsTYVqfSevvYVgo
To claim this, I am signing this object:
| Engineering Meeting Notes/Links for 2nd Brain | |
| 2nd Brain book | |
| - https://www.buildingasecondbrain.com/book | |
| Videos: | |
| - https://www.youtube.com/watch?v=f3dDVtJ2sec&list=PLVNXAaej57W7fbYoc_XJ0bA0T3k_Ye-Q2 - Build a 2nd brain youtube series | |
| - https://www.youtube.com/watch?v=njibNuFQwjw - build a 2nd brain in obsidian | |
| Morning Pages: | |
| - https://juliacameronlive.com/basic-tools/morning-pages/ |
I hereby claim:
To claim this, I am signing this object:
| var dbURI = 'mongodb://xxx' | |
| , mongoose = require('mongoose') | |
| , clearDB = require('mocha-mongoose')(dbURI) | |
| ; | |
| var User = require("../models/user").User; | |
| var testUser = new User({ | |
| name: "Warner Onstine", | |
| email: "warner@test.com", | |
| phone: "520-555-5555", | |
| username: "warneronstine", |
| Caused by: org.codehaus.groovy.grails.exceptions.NewInstanceCreationException: Could not create a new instance of class [org.codehaus.groovy.grails.commons.DefaultGrailsDomainClass]! | |
| at com.clearboxmedia.couchdb.domain.CouchdbGrailsDomainClass.<init>(CouchdbGrailsDomainClass.java:37) | |
| at com.clearboxmedia.couchdb.CouchdbPluginSupport$__clinit__closure1.doCall(CouchdbPluginSupport.groovy:23) | |
| ... 22 more | |
| Caused by: java.lang.NoSuchMethodException: org.codehaus.groovy.grails.commons.DefaultGrailsDomainClass.<init>() | |
| at java.lang.Class.getConstructor0(Class.java:2678) | |
| at java.lang.Class.getDeclaredConstructor(Class.java:1953) | |
| ... 24 more |