Yashar Fakhari
Yashar Fakhari
The programming language filtering seems to already be there using tags. Difficulty level: this isn't meta data that can be grabbed or rechecks and is really subjective Popularity: The data...
I am working on this, and have had multiple prototypes that have identified various challenges with such integrations so far. I am trying to have a PR within a week...
Work in progress: https://github.com/sahat/hackathon-starter/pull/1373
Just a heads up, that I have been working on this for the past few days and hope to have a PR in the next day or two. There is...
Hey there, I am curious, what kind of tests have run to verify the version bump is not creating other issues, regressions, etc. ?
Hey there, I am curious. What kind of tests have run to verify the version bump is not creating other issues, regressions, etc. ?
@danielbeeke would you be able to address the remaining issues?
As a temporary workaround you can use a patch file. 1. Add patch-package to your project by `npm install patch-package --save`. 2. Add `"postinstall": "patch-package" ` to the"scripts" section of...
@rfossella You can potentially just move off of the dependency with something like: ``` const { format } = require('util'); const flash = (req, res, next) => { if (req.flash)...
Fixed with https://github.com/ds300/patch-package/commit/948585db7c44c195591a7e91401ed39570b9f7fb . It is pending npm release