Sandro Pasquali
Sandro Pasquali
Hi! It might be useful to mention in the docs that for JavaScript build/dev developers might want to update the package generated by `https://github.com/vadimdemedes/create-ink-app/blob/main/templates/js/_package.json`, and add `--copy-files`, eg: ``` "scripts":...
It looks like using any Nodemailer < 4 is deprecated. Can the package dependency be updated? Also, the published npm version of Superlogin is pretty outdated now. Might be a...
Hiya, Would it be possible to publish the latest repo to npm (update package version)? Some key fixes were made recently and it would be great to get those in....
Hi, Unfortunately leveldown is a required dependency for pouchDB, and superlogin uses pouchdb. So to use superlogin a rather large and incredibly slow install is needed on each build. I...
For Boston... Using Node and Redis for content management. To manage and search the exploding unit count of short, shareable media objects (images, blog entries, videos) many media companies are...
Hi, great lib. Any way to set the theme config for `ansi-colors` (https://github.com/doowb/ansi-colors#themes)? It would be great to be able to control the color schemes for output.
I was looking at the wikipedia plugin: https://observablehq.com/@spencermountain/compromise-wikipedia I can't seem to get it working, as it errors with Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/.../one.js' imported from '/.../node_modules/compromise-wikipedia/src/plugin.js' I noticed...
Great library! Loving the various entity extraction utilities. They work great. One I use is `people()`. However, it seems to be unable to separate a list of comma-separated names into...