Yashar Fakhari

Results 51 issues of Yashar Fakhari

Some sites recognize the requests from this module as robot requests and respond with a stripped down version of the page which is missing og data. Examples: https://www.sciencedaily.com/releases/2016/03/160310082606.htm

enhancement

This is from build log of the current code in asuswrt-merlin git repo: ``` make[4]: Entering directory `~/release/src/router/libid3tag' cd . && /bin/bash ~/release/src/router/libid3tag/missing --run aclocal-1.8 ~/release/src/router/libid3tag/missing: line 46: aclocal-1.8: command...

In some cases, it would be helpful to have an image or vector drawing with some opacity render on the X-Y plane, at the lowest z data point, or at...

enhancement

It is great that currently the x and y-axis drawn around the data set's range, however, in some cases, it is more helpful to customize the data visualization to show...

enhancement

npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 It looks like this library needs to migrate from requestjs, to something like AxiosJS. Ref: https://github.com/criso/fbgraph/blob/master/package.json#L18

Changelog for Sinon: https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md The following is the error that appears when running the built-in tests after bumping Sinon in the dev dependency list to v8.0.2: ``` :/mnt/c/temp/sinon-mongoose$ npm test...

ES2015 features that Babel was used for are now in LTS versions of NodeJS. There is no near term plan to significantly improve the code coverage and the gulp-coveralls npm...

Upgrade of mongoose was omitted from https://github.com/underscopeio/sinon-mongoose/pull/46 even though `npm audit` calls it out to have an issue. I did make an attempt to do the upgrade in package.json, but...

PRs Welcome

**gulp-coveralls is no longer being maintained** https://github.com/underscopeio/sinon-mongoose/pull/46 is moving sinon-mongoose's dependency to a maintained fork, but in the long run, it might be worth looking into an alternative that is...

NOTE: Prior to any PRs the potential design and implementation needs to be discussed in this issue as this is not a minor code change. Please make sure you have...