christian

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
-
christian created a post, Distraction-free mode alignment
Can I left align the editor in Distraction-free mode? That centered aligned editor really bugs me. I can't get used to it. 😵💫 -
-
christian created a post, Mongoose unresolved method or function with @types/mongoose installed
If I require a mongoose model like so: `const User = require('./user')` WebStorm can't resolved those method like, `find()` or `save()` but the code obviously works. And `const {User} = require('./...