Denis Bezrukov

Results 6 issues of Denis Bezrukov

Problem: When i use constructor with some custom arguments like this: ``` @Service({ name: 'hello-service', constructOverride: false, }) class HelloService extends moleculer.Service { constructor(broker: ServiceBroker, private readonly param1: string, private...

If i use DER-data as a "content" of PKCS#7 message then after i parse it from PEM-format i get the ByteString with zero length instead of valid DER-bytes. This commit...

In the previous version, the RELEASES file was downloaded using the browser download url, which gives 404 for private repositories.

A few lines to support the addition of extra data to file entry.

In my application, I have seen that the consumed process memory grows over time. As a result of research, I found that some methods allocate memory in C code that...

By default, mupdf-js creates a MuPDF context upon initialization and uses it for all calls. However, since the context includes a cache, over time this can lead to an increase...