cojack

Results 14 issues of cojack

If you translate strings to POSIX standard like: "en_US", "en_GB", "pl_PL" etc... Then you will never get an correct plural based on .po files. fe: singular: > {{someone}} with {{somelese}}...

Added support for UMD, it's useful for users using different platforms, frameworks, etc... https://github.com/umdjs/umd Regards.

Hi, I would like to implement syslog severity level as follows: ```javascript var pino = require("pino"); const customLevels = { emerg: 0, alert: 1, crit: 2, err: 3, warning: 4,...

As we can assume, `@UseBefor` should be executed BEFORE method invocation, but unfortunately is executed BEFORE any other middleware which makes no sense and prevents using it as a kind...

flag: needs discussion

## Description Before middlewares should be executed before specific endpoint, not before default middleware ## Checklist - [ ] the pull request title describes what this PR does (not a...

**Is your feature request related to a problem? Please describe.** I would like to integrate with swagger **Describe the solution you'd like** It will be great if based on the...

enhancement

Tag is 2.0.2 but in bower.json file version is 2.0.1

Hi, I would like to use this plugin, but there is lack of example how this is suppose to work. I have spend few hours combine how this stuff can...

As in topic, because of this I'm not able to create an app: ``` QueueModule.registerAsync({ isGlobal: true, useClass: AppQueueService, imports: [] }), ``` It returns me an error: ``` [Nest]...

bug

### Bug description ```$ npm run datadog > datadog-ci git-metadata upload Uploading list of tracked files... Reporting commit XXX from repository https://gitlab.com/XXX/XXX.git. 2[31](https://gitlab.com/xxx/api/-/xxx/xxx#L31)0 tracked file paths will be reported. Successfully...

bug
source-code-integration