Jeremy Thille

Results 4 issues of Jeremy Thille

I'm trying out the examples exactly as written. The HackerNews example with `scraperjs.StaticScraper` works perfectly fine and I get a big array of strings. However, replacing `Static` with `Dynamic` doesn't...

Node version : 16.13.2 OS : Win 10 Code to reproduce: ``` import { normalize } from "path"; const ConvertTiff = require('tiff-to-png'); const converter = new ConvertTiff({ logLevel: 1 });...

`await Model.insertMany([documents])` This works, all the documents get saved to Mongo, but nothing gets indexed in ES. I believe this is a technical limitation, not a bug, but it is...

If I add the MEXP plugin to my Mongoose schema, then my Nest server can't start and crashes with the following error : > .\node_modules\\@nestjs\mongoose\mongoose.utils.js:4 > return `${JSON.stringify(model)}Model`; > ^...