Nir Levy

Results 3 issues of Nir Levy

``` //models/MyModel.js const mongoose = require('mongoose'); const MyModelSchema = new mongoose.Schema({ f1: { type: String }, },{autoIndex: true, toObject: { virtuals: true }, toJSON: { virtuals: true }}); MyModelSchema.virtual('forest').get( function...

✨ enhancement

Hi, I needed to query the `RestingHeartRate` in addition to the standard `HeartRate`. Figured I'd share this code with you. I took the easy way out and simply copied the...

**Stremio Version** Stremio 1.6.0 for LG TV WebOS **Is your feature request related to a problem? Please describe.** When you are in a given episode screen, clicking the Back button...