Bilal Durrani

Results 5 issues of Bilal Durrani

This library will generate deprecation warnings with node v12. ``` (node:8) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated at ServerResponse.logging (/app/node_modules/express-bunyan-logger/index.js:130:36) at ServerResponse.emit (events.js:201:15) at ServerResponse.EventEmitter.emit (domain.js:471:20) ``` The fix is fairly...

I have the following class ```csharp namespace CovetletTest; public record Data(int One, string Two); public class DoerOfStuff { private readonly ILogger _log; public DoerOfStuff(ILogger log) { _log = log; }...

bug
tenet-coverage
with repro

I'm trying to generate pinvoke wrappers for poppler cpp header files on ubuntu. You can see the code for those those headers here https://gitlab.freedesktop.org/poppler/poppler/-/blob/master/cpp/poppler-font.h Poppler is installed on my system...

### Is your feature request related to a problem? Please describe. Apologies if I mess up the NR terminology. Here is the problem I have. I have a background worker...

community
feature request

Hi there Would you be able to add support for m1 mac os? Seems like you would need an arm64 native lib. I can help out if needed, but I...

help wanted