Igor Savin

Results 121 issues of Igor Savin

Current documentation makes it extremely unclear that while you do inject "angularMoment" into your module, you do not inject it where you intend to use it (e. g. service or...

https://www.npmjs.com/package/colorette Up to two times faster; Zero dependencies; Much simpler library. If accepted, I could provide a PR for the conversion.

Currently it is very unclear which Node versions are supported. CI is executed on 12 and 14, but quick glance at a source code seems to indicate that it is...

Hi! We are looking to use this library in our company. Would you be interested in accepting additional developers to the team to help maintain it?

Updated dependencies based on "npm audit" output.

**Context** Currently you need to explicitly manage port on which your test application is running when executing nockBack mocks so that recorded port matches the one you are currently running...

feature
pull request welcome
Recorder

Judging by https://github.com/fastify/fastify/blob/main/test/types/logger.test-d.ts, the following used to be OK in pino 6: ``` class CustomLoggerImpl implements CustomLogger { customMethod (msg: string, ...args: unknown[]) { console.log(msg, args) } // Implementation signature...

v7

Some GET requests (e. g. search) benefit greatly from being able to distinguish between default (e. g. 0) and non-defined values, since searching by "name='John' && age = 0" is...

enhancement
help wanted

Since support for older Node versions was dropped, native ES6 classes can be used instead of utils.inherits.

enhancement