Paul Ishenin

Results 10 issues of Paul Ishenin

Hello. In my API I have a request which requires to pass param/property which is array of enum elements. To defined I used the following annotation ```javascript /** * @typedef...

**Describe the bug** If one create an exit span and finish it with `span.end()` it still presents in the run context and is visible as currentSpan. Therefore all further spans...

triage
agent-nodejs
community

**Is your feature request related to a problem? Please describe.** At the moment index.d.ts does not have span.setDbContext method while it is used internally in various db instrumentations. **Describe the...

triage
agent-nodejs
community

Soap server code makes an assumption that url may not match the port binding. In this case the first port is used. At the same time WSDL can have multiply...

fixes issue https://github.com/pinojs/pino-pretty/issues/456

When pino-pretty is used together with elastic formatting the logging level has `log.level` key in the log object. I found no way to make pino-pretty work correctly with this level...

This fixes both https://github.com/joeferner/node-oracle/issues/213 and https://github.com/joeferner/node-oracle/issues/98 for me.

Hello. I have an issue with using `@elastic/ecs-pino-format` package together with `pino-pretty` which uses `pino-abstract-transport` internally. The problem is that `@elastic/ecs-pino-format` use custom formatters which changes time field to `@timestamp`...

Some systems use self-closing tags to show that tag have null value, some systems use xsi:nil for the same purpose. With xmlbuilder2 we are able to detect that element has...

enhancement

Passing big integer values as bigint parameters caused a RangeError with the following message: `RangeError [ERR_OUT_OF_RANGE]: The value of "value" is out of range. It must be >= -(2n **...