Alex Ford

Results 26 comments of Alex Ford

Also fighting with this issue. Split panes always reset to home directory and the hypercwd plugin just causes an error when you try to make new tabs/panes with it installed...

I didn't realize this was a missing feature at first. I guess this won't work as a public wiki like I thought. Maybe in the future :)

+1 My wife and I own mini pigs and bought the domain Pigipedia.com because there is a distinct lack of factual information on the web about raising mini pigs as...

I wouldn't even know where to begin honestly. I'm just a consumer of vim plugins, not an author, and I'd probably just get lost. I just wanted to be nice...

I too am experiencing this exact issue. Also using WSL 2 on Windows 11.

Did anyone find a workaround for this? I've been banging my head against it all day :'(

I have no idea how but somehow removing my node installation and reinstalling it fixed the issue. I thought maybe the issue was related to the LTS version of node...

All simpledb does is parse your model files and then stuff them into mongoose the way mongoose likes them done. I just didn't like the way that mongoose makes you...

Again, anything after the `db.` is not my library, it's mongoose itself. The `collection` property is something mongoose has added to your `User` mongoose model. My documentation isn't going to...

PS - I believe the `collection` property you are accessing is actually [the underlying `collection` from the original mongodb driver](https://github.com/mongodb/node-mongodb-native#inserting-a-document) that Mongoose uses under the hood. I believe your original...