Skip to content

Instantly share code, notes, and snippets.

@JakeDluhy
JakeDluhy / output.txt
Created July 12, 2017 17:24
NYC Output
v6.10.2
3.10.10
react-frontend@1.0.0 /Users/jake/metamason/react-frontend
├─┬ autoprefixer@6.3.7
│ ├── browserslist@1.3.6
│ ├── caniuse-db@1.0.30000699
│ ├── normalize-range@0.1.2
│ ├── num2fraction@1.2.2
│ ├─┬ postcss@5.2.17
│ │ ├── js-base64@2.1.9
@JakeDluhy
JakeDluhy / README
Created December 17, 2014 21:22
WatchMeCode Episode 53 Indexing Difficulty
I ran into a problem with unique indexing using Mongoose. Essentially, even though I set the index: {unique: true} flag it still allows duplicate documents.